2024-02-12T12:46:09.940 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-12T12:46:09.940 DEBUG:teuthology.run:Teuthology command: teuthology --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} --archive /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509 --owner scheduled_gabrioux@teuthology --verbose --name gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/orig.config.yaml 2024-02-12T12:46:09.981 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T12:46:10.064 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509 branch: wip-guits-testing-3-2024-02-12-0848 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: '7556509' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-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-3-2024-02-12-0848 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: 0947019c19822d09e3d8fa3030d96e020a4a7c44 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0947019c19822d09e3d8fa3030d96e020a4a7c44 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-3-2024-02-12-0848 sha1: 0947019c19822d09e3d8fa3030d96e020a4a7c44 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: 9905 sha1: 0947019c19822d09e3d8fa3030d96e020a4a7c44 sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-3-2024-02-12-0848 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0947019c19822d09e3d8fa3030d96e020a4a7c44/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0947019c19822d09e3d8fa3030d96e020a4a7c44 targets: smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKl6j2dNvqJ/RGsgiF0p4DgTvA6xWABjj1VHUQpfvV8v6S3SS7CeXW7Zsmjm88lMxYss3BJ30mXGy5GOMjV/wco= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBCZ7B0pjLQvr/MA4Kvreq0PlYjj2my4RZqJKB2DvclVoK+jJU9InOv/PJRz8PZhrXhNtye0A2HANxU3ii9yi+k= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-12_12:34:11 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: 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-12T12:46:10.064 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0947019c19822d09e3d8fa3030d96e020a4a7c44/qa; will attempt to use it 2024-02-12T12:46:10.065 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0947019c19822d09e3d8fa3030d96e020a4a7c44/qa/tasks 2024-02-12T12:46:10.065 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-12T12:46:10.067 INFO:teuthology.task.internal:Checking packages... 2024-02-12T12:46:10.094 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0947019c19822d09e3d8fa3030d96e020a4a7c44' 2024-02-12T12:46:10.094 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-12T12:46:10.094 INFO:teuthology.packaging:ref: None 2024-02-12T12:46:10.094 INFO:teuthology.packaging:tag: None 2024-02-12T12:46:10.094 INFO:teuthology.packaging:branch: wip-guits-testing-3-2024-02-12-0848 2024-02-12T12:46:10.094 INFO:teuthology.packaging:sha1: 0947019c19822d09e3d8fa3030d96e020a4a7c44 2024-02-12T12:46:10.095 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-3-2024-02-12-0848 2024-02-12T12:46:10.334 INFO:teuthology.task.internal:Found packages for ceph version 18.2.1-528.g0947019c 2024-02-12T12:46:10.335 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-12T12:46:10.342 INFO:teuthology.task.internal:no buildpackages task found 2024-02-12T12:46:10.342 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-12T12:46:10.363 INFO:teuthology.task.internal:Saving configuration 2024-02-12T12:46:10.379 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-12T12:46:10.384 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T12:46:10.406 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509', '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 12:35:50.541827', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKl6j2dNvqJ/RGsgiF0p4DgTvA6xWABjj1VHUQpfvV8v6S3SS7CeXW7Zsmjm88lMxYss3BJ30mXGy5GOMjV/wco='} 2024-02-12T12:46:10.426 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509', '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 12:35:50.543268', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBCZ7B0pjLQvr/MA4Kvreq0PlYjj2my4RZqJKB2DvclVoK+jJU9InOv/PJRz8PZhrXhNtye0A2HANxU3ii9yi+k='} 2024-02-12T12:46:10.426 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-12T12:46:10.432 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-12T12:46:10.432 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-12T12:46:10.432 INFO:teuthology.run_tasks:Running task console_log... 2024-02-12T12:46:10.508 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1e9e67df70>, signals=[15]) 2024-02-12T12:46:10.509 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-12T12:46:10.514 INFO:teuthology.task.internal:Opening connections... 2024-02-12T12:46:10.514 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T12:46:10.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:46:10.618 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-02-12T12:46:10.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:46:10.689 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-12T12:46:10.695 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-02-12T12:46:10.719 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-02-12T12:46:10.719 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-02-12T12:46:10.779 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="CentOS Stream" 2024-02-12T12:46:10.779 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="8" 2024-02-12T12:46:10.779 INFO:teuthology.orchestra.run.smithi112.stdout:ID="centos" 2024-02-12T12:46:10.779 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="rhel fedora" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="8" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el8" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://centos.org/" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T12:46:10.780 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-12T12:46:10.781 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-02-12T12:46:10.801 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-02-12T12:46:10.823 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-02-12T12:46:10.823 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-02-12T12:46:10.885 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-02-12T12:46:10.885 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="8" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="8" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el8" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T12:46:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-12T12:46:10.887 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-02-12T12:46:10.910 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-12T12:46:10.922 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-12T12:46:10.949 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-12T12:46:10.950 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-02-12T12:46:10.952 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-02-12T12:46:10.973 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-12T12:46:10.978 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-12T12:46:10.978 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-02-12T12:46:11.013 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-02-12T12:46:11.042 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-12T12:46:11.096 INFO:teuthology.run_tasks:Running task kernel... 2024-02-12T12:46:11.111 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-12T12:46:11.111 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-12T12:46:11.111 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T12:46:11.112 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T12:46:11.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T12:46:11.132 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-02-12T12:46:11.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T12:46:11.134 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-02-12T12:46:11.192 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-489.el8.x86_64 2024-02-12T12:46:11.192 INFO:teuthology.task.kernel:Running kernel on smithi112: 4.18.0-489.el8.x86_64 2024-02-12T12:46:11.192 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2024-02-12T12:46:11.194 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-489.el8.x86_64 2024-02-12T12:46:11.194 INFO:teuthology.task.kernel:Running kernel on smithi161: 4.18.0-489.el8.x86_64 2024-02-12T12:46:11.195 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-02-12T12:46:15.624 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - AppStream 15 MB/s | 27 MB 00:01 2024-02-12T12:46:15.634 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - AppStream 14 MB/s | 27 MB 00:01 2024-02-12T12:46:21.390 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 10 MB 00:01 2024-02-12T12:46:21.406 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 10 MB 00:01 2024-02-12T12:46:23.574 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras 30 kB/s | 18 kB 00:00 2024-02-12T12:46:23.710 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - Extras 27 kB/s | 18 kB 00:00 2024-02-12T12:46:24.075 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-02-12T12:46:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2024-02-12T12:46:24.452 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2024-02-12T12:46:24.520 INFO:teuthology.orchestra.run.smithi112.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-02-12T12:46:27.021 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 6.7 MB/s | 16 MB 00:02 2024-02-12T12:46:30.496 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 2.7 MB/s | 16 MB 00:05 2024-02-12T12:46:30.796 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 400 kB/s | 24 kB 00:00 2024-02-12T12:46:33.760 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-12T12:46:33.760 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-12T12:46:33.878 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-02-12T12:46:33.878 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:46:33.878 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-02-12T12:46:33.878 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:46:33.878 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-02-12T12:46:33.878 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout:Install 3 Packages 2024-02-12T12:46:33.879 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:46:33.880 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 90 M 2024-02-12T12:46:33.880 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 96 M 2024-02-12T12:46:33.880 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-02-12T12:46:34.226 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 574 kB/s | 24 kB 00:00 2024-02-12T12:46:34.781 INFO:teuthology.orchestra.run.smithi112.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-02-12T12:46:36.156 INFO:teuthology.orchestra.run.smithi112.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-02-12T12:46:36.732 INFO:teuthology.orchestra.run.smithi112.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 15 MB/s | 44 MB 00:02 2024-02-12T12:46:36.732 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-02-12T12:46:36.732 INFO:teuthology.orchestra.run.smithi112.stdout:Total 32 MB/s | 90 MB 00:02 2024-02-12T12:46:37.157 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-12T12:46:37.157 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-12T12:46:37.279 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-02-12T12:46:37.280 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout:Install 3 Packages 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 90 M 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 96 M 2024-02-12T12:46:37.281 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-02-12T12:46:37.415 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-02-12T12:46:37.839 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-02-12T12:46:37.839 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-02-12T12:46:39.074 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-02-12T12:46:39.108 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-02-12T12:46:39.178 INFO:teuthology.orchestra.run.smithi161.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 5.5 MB/s | 10 MB 00:01 2024-02-12T12:46:41.169 INFO:teuthology.orchestra.run.smithi161.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 9.4 MB/s | 36 MB 00:03 2024-02-12T12:46:41.991 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-02-12T12:46:42.544 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T12:46:46.117 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T12:46:46.502 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T12:46:46.719 INFO:teuthology.orchestra.run.smithi161.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 4.6 MB/s | 44 MB 00:09 2024-02-12T12:46:46.720 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-02-12T12:46:46.720 INFO:teuthology.orchestra.run.smithi161.stdout:Total 9.5 MB/s | 90 MB 00:09 2024-02-12T12:46:47.404 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-02-12T12:46:47.879 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-02-12T12:46:47.879 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-02-12T12:46:49.116 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-02-12T12:46:49.148 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-02-12T12:46:49.933 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T12:46:50.208 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:46:51.922 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-02-12T12:46:52.414 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T12:46:55.977 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T12:46:56.364 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T12:46:59.804 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T12:47:00.103 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:12.130 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:12.153 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:12.499 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:12.500 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-12T12:47:12.500 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-12T12:47:13.055 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:13.055 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:47:13.056 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-02-12T12:47:13.056 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-12T12:47:13.056 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-12T12:47:13.056 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:47:13.056 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-02-12T12:47:13.193 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T12:47:13.411 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T12:47:13.412 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T12:47:13.412 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-12T12:47:13.412 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-12T12:47:13.412 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-12T12:47:13.412 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-12T12:47:13.413 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-02-12T12:47:13.413 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T12:47:13.621 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T12:47:13.622 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T12:47:13.622 DEBUG:teuthology.orchestra.run.smithi112:> sudo rpm -qi grub2-tools 2024-02-12T12:47:13.655 INFO:teuthology.orchestra.run.smithi112.stdout:Name : grub2-tools 2024-02-12T12:47:13.655 INFO:teuthology.orchestra.run.smithi112.stdout:Epoch : 1 2024-02-12T12:47:13.655 INFO:teuthology.orchestra.run.smithi112.stdout:Version : 2.02 2024-02-12T12:47:13.655 INFO:teuthology.orchestra.run.smithi112.stdout:Release : 129.el8 2024-02-12T12:47:13.655 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: x86_64 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Group : System Environment/Base 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Size : 9265586 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:License : GPLv3+ 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Relocations : (not relocatable) 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Packager : CentOS BuildSystem 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Vendor : CentOS 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-12T12:47:13.656 INFO:teuthology.orchestra.run.smithi112.stdout:Summary : Support tools for GRUB. 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout:Description : 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout:hardware devices. 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:47:13.657 INFO:teuthology.orchestra.run.smithi112.stdout:This subpackage provides tools for support of all platforms. 2024-02-12T12:47:13.658 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-12T12:47:13.658 INFO:teuthology.task.kernel:Updating grub on smithi112 to boot 4.18.0-536.el8.x86_64 2024-02-12T12:47:13.658 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-12T12:47:15.417 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-02-12T12:47:17.689 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-02-12T12:47:17.690 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-02-12T12:47:17.714 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.LHn1yjstdQ 2024-02-12T12:47:17.714 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.LHn1yjstdQ 2024-02-12T12:47:17.787 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.LHn1yjstdQ 2024-02-12T12:47:17.934 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.LHn1yjstdQ is 6KB 2024-02-12T12:47:17.983 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.LHn1yjstdQ 2024-02-12T12:47:18.001 DEBUG:teuthology.orchestra.run.smithi112:> sudo /bin/ls /boot/loader/entries || true 2024-02-12T12:47:18.076 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-12T12:47:18.076 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-12T12:47:18.076 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-12T12:47:18.076 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-12T12:47:18.077 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-12T12:47:18.226 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-02-12T12:47:21.996 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:22.018 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:22.371 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:22.371 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-12T12:47:22.371 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-12T12:47:22.872 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T12:47:22.872 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:47:22.873 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-02-12T12:47:22.873 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-12T12:47:22.873 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-12T12:47:22.873 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:47:22.873 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-02-12T12:47:23.015 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T12:47:23.233 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T12:47:23.233 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T12:47:23.233 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-12T12:47:23.233 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-12T12:47:23.233 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-12T12:47:23.234 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-12T12:47:23.234 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-02-12T12:47:23.234 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T12:47:23.445 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T12:47:23.446 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T12:47:23.446 DEBUG:teuthology.orchestra.run.smithi161:> sudo rpm -qi grub2-tools 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Name : grub2-tools 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Epoch : 1 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Version : 2.02 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Release : 129.el8 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: x86_64 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Group : System Environment/Base 2024-02-12T12:47:23.480 INFO:teuthology.orchestra.run.smithi161.stdout:Size : 9265586 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:License : GPLv3+ 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Relocations : (not relocatable) 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Packager : CentOS BuildSystem 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Vendor : CentOS 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Summary : Support tools for GRUB. 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:Description : 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-12T12:47:23.481 INFO:teuthology.orchestra.run.smithi161.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-12T12:47:23.482 INFO:teuthology.orchestra.run.smithi161.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-12T12:47:23.482 INFO:teuthology.orchestra.run.smithi161.stdout:hardware devices. 2024-02-12T12:47:23.482 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:47:23.482 INFO:teuthology.orchestra.run.smithi161.stdout:This subpackage provides tools for support of all platforms. 2024-02-12T12:47:23.483 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-12T12:47:23.483 INFO:teuthology.task.kernel:Updating grub on smithi161 to boot 4.18.0-536.el8.x86_64 2024-02-12T12:47:23.483 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-12T12:47:25.221 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-02-12T12:47:27.547 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-02-12T12:47:27.548 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-02-12T12:47:27.579 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.p3O9ma7pVr 2024-02-12T12:47:27.579 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.p3O9ma7pVr 2024-02-12T12:47:27.676 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.p3O9ma7pVr 2024-02-12T12:47:27.778 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.p3O9ma7pVr is 6KB 2024-02-12T12:47:27.826 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.p3O9ma7pVr 2024-02-12T12:47:27.844 DEBUG:teuthology.orchestra.run.smithi161:> sudo /bin/ls /boot/loader/entries || true 2024-02-12T12:47:27.924 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-12T12:47:27.924 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-12T12:47:27.924 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-12T12:47:27.924 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-12T12:47:27.925 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-12T12:47:28.081 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-02-12T12:47:48.249 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-12T12:47:48.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:47:48.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:47:58.092 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-12T12:47:58.093 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:47:58.093 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:48:06.716 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-02-12T12:48:15.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:48:15.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:48:16.444 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-02-12T12:48:18.780 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-02-12T12:48:25.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:48:25.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:48:28.511 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-02-12T12:48:30.783 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:48:30.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:48:40.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:48:40.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:48:49.212 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-02-12T12:48:58.940 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-02-12T12:49:04.216 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:49:04.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:49:05.125 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-02-12T12:49:06.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:49:06.014 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-12T12:49:06.015 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-02-12T12:49:06.033 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-536.el8.x86_64 2024-02-12T12:49:06.033 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-12T12:49:06.033 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-12T12:49:06.033 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-12T12:49:07.034 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-12T12:49:07.035 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T12:49:07.101 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-02-12T12:49:07.115 DEBUG:teuthology.parallel:result is None 2024-02-12T12:49:13.942 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:49:13.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:49:14.281 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-02-12T12:49:14.547 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:49:14.547 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-12T12:49:14.547 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-02-12T12:49:14.565 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-536.el8.x86_64 2024-02-12T12:49:14.565 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-12T12:49:14.565 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-12T12:49:14.565 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-12T12:49:15.567 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-12T12:49:15.567 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T12:49:15.770 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-02-12T12:49:15.804 DEBUG:teuthology.parallel:result is None 2024-02-12T12:49:15.805 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-12T12:49:15.817 INFO:teuthology.task.internal:Creating test directory... 2024-02-12T12:49:15.818 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T12:49:15.820 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T12:49:15.936 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-12T12:49:15.945 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-12T12:49:15.960 INFO:teuthology.task.internal:Creating archive directory... 2024-02-12T12:49:15.960 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T12:49:15.963 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T12:49:16.239 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-12T12:49:16.254 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-12T12:49:16.254 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T12:49:16.261 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T12:49:16.297 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T12:49:16.309 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T12:49:16.933 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T12:49:17.063 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T12:49:17.079 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-12T12:49:17.089 INFO:teuthology.task.internal:Configuring sudo... 2024-02-12T12:49:17.090 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T12:49:17.092 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T12:49:17.461 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-12T12:49:17.472 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-12T12:49:17.472 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T12:49:17.475 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T12:49:17.495 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T12:49:17.585 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T12:49:17.642 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T12:49:17.732 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T12:49:17.774 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T12:49:17.774 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T12:49:17.844 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T12:49:17.888 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T12:49:17.946 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T12:49:18.037 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T12:49:18.083 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-02-12T12:49:18.083 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T12:49:18.150 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-02-12T12:49:18.153 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-02-12T12:49:18.220 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T12:49:18.243 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T12:49:18.728 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-12T12:49:18.736 INFO:teuthology.task.internal:Starting timer... 2024-02-12T12:49:18.736 INFO:teuthology.run_tasks:Running task pcp... 2024-02-12T12:49:18.750 INFO:teuthology.run_tasks:Running task selinux... 2024-02-12T12:49:18.762 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-12T12:49:18.764 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2024-02-12T12:49:18.854 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2024-02-12T12:49:18.857 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-02-12T12:49:18.938 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-02-12T12:49:18.940 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-12T12:49:18.940 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2024-02-12T12:49:18.990 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2024-02-12T12:49:18.990 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-02-12T12:49:19.018 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-02-12T12:49:19.018 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2024-02-12T12:49:19.018 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T12:49:19.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T12:49:19.046 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T12:49:19.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T12:49:19.085 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-12T12:49:19.085 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2024-02-12T12:49:19.115 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-02-12T12:49:19.153 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-12T12:49:19.164 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-12T12:49:19.187 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-12T12:49:19.189 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi112.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-12T12:56:01.036 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-02-12T12:56:01.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:56:01.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:56:01.119 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-02-12T12:56:01.186 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-02-12T12:56:01.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:56:01.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T12:56:01.258 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-02-12T12:56:01.327 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-02-12T12:56:01.327 INFO:teuthology.run_tasks:Running task clock... 2024-02-12T12:56:01.338 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-12T12:56:01.339 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T12:56:01.339 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T12:56:01.341 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T12:56:01.341 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T12:56:01.371 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T12:56:01.388 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T12:56:01.400 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T12:56:01.414 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T12:56:01.452 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2024-02-12T12:56:01.464 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2024-02-12T12:56:01.477 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T12:56:01.490 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T12:56:01.496 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-02-12T12:56:01.507 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-02-12T12:56:01.521 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T12:56:01.534 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T12:56:01.560 INFO:teuthology.orchestra.run.smithi112.stderr:bash: ntpq: command not found 2024-02-12T12:56:01.563 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T12:56:01.563 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-02-12T12:56:01.564 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.564 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.564 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.564 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.601 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2024-02-12T12:56:01.604 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T12:56:01.604 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-02-12T12:56:01.604 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.604 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.604 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.605 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T12:56:01.605 INFO:teuthology.run_tasks:Running task pexec... 2024-02-12T12:56:01.615 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-12T12:56:01.616 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T12:56:01.616 DEBUG:teuthology.orchestra.run.smithi112:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T12:56:01.616 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2024-02-12T12:56:01.616 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T12:56:02.397 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:26 ago on Mon 12 Feb 2024 12:54:36 PM UTC. 2024-02-12T12:56:02.431 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:26 ago on Mon 12 Feb 2024 12:54:36 PM UTC. 2024-02-12T12:56:04.327 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout:Resetting modules: 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-02-12T12:56:04.328 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:56:04.329 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:04.424 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-02-12T12:56:04.425 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:56:04.425 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-02-12T12:56:04.425 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:56:04.425 INFO:teuthology.orchestra.run.smithi161.stdout:Resetting modules: 2024-02-12T12:56:04.426 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools 2024-02-12T12:56:04.426 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:04.426 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-02-12T12:56:04.426 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:56:04.426 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:04.577 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-02-12T12:56:04.677 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-02-12T12:56:05.426 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:29 ago on Mon 12 Feb 2024 12:54:36 PM UTC. 2024-02-12T12:56:05.523 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:29 ago on Mon 12 Feb 2024 12:54:36 PM UTC. 2024-02-12T12:56:07.412 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-02-12T12:56:07.446 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:56:07.446 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout:Installing group/module packages: 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-02-12T12:56:07.447 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout:Installing weak dependencies: 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout:Installing module profiles: 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools/common 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout:Enabling module streams: 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools rhel8 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-02-12T12:56:07.448 INFO:teuthology.orchestra.run.smithi112.stdout:Install 13 Packages 2024-02-12T12:56:07.449 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:07.449 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 27 M 2024-02-12T12:56:07.449 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 91 M 2024-02-12T12:56:07.449 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-02-12T12:56:07.498 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-02-12T12:56:07.533 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:56:07.533 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-02-12T12:56:07.533 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout:Installing group/module packages: 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-12T12:56:07.534 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout:Installing weak dependencies: 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout:Installing module profiles: 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools/common 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout:Enabling module streams: 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools rhel8 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2024-02-12T12:56:07.535 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:07.536 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 27 M 2024-02-12T12:56:07.536 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 91 M 2024-02-12T12:56:07.536 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-02-12T12:56:08.480 INFO:teuthology.orchestra.run.smithi112.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.1 MB/s | 1.0 MB 00:00 2024-02-12T12:56:08.514 INFO:teuthology.orchestra.run.smithi112.stdout:(2/13): cockpit-podman-82-1.module_el8+804+f131 803 kB/s | 759 kB 00:00 2024-02-12T12:56:08.723 INFO:teuthology.orchestra.run.smithi112.stdout:(3/13): crun-1.12-1.module_el8+804+f131391c.x86 1.2 MB/s | 248 kB 00:00 2024-02-12T12:56:09.206 INFO:teuthology.orchestra.run.smithi112.stdout:(4/13): buildah-1.34.0-1.module_el8+804+f131391 5.9 MB/s | 9.7 MB 00:01 2024-02-12T12:56:09.265 INFO:teuthology.orchestra.run.smithi112.stdout:(5/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 48 kB/s | 38 kB 00:00 2024-02-12T12:56:09.315 INFO:teuthology.orchestra.run.smithi112.stdout:(6/13): python3-podman-4.8.2-1.module_el8+804+f 1.6 MB/s | 179 kB 00:00 2024-02-12T12:56:09.359 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.0 MB/s | 1.0 MB 00:01 2024-02-12T12:56:09.374 INFO:teuthology.orchestra.run.smithi112.stdout:(7/13): netavark-1.9.0-1.module_el8+804+f131391 6.1 MB/s | 4.0 MB 00:00 2024-02-12T12:56:09.384 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): cockpit-podman-82-1.module_el8+804+f131 730 kB/s | 759 kB 00:01 2024-02-12T12:56:09.399 INFO:teuthology.orchestra.run.smithi112.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 185 kB/s | 25 kB 00:00 2024-02-12T12:56:09.424 INFO:teuthology.orchestra.run.smithi112.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 861 kB/s | 94 kB 00:00 2024-02-12T12:56:09.476 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2024-02-12T12:56:09.618 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 1.0 MB/s | 248 kB 00:00 2024-02-12T12:56:09.851 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 769 kB/s | 179 kB 00:00 2024-02-12T12:56:09.917 INFO:teuthology.orchestra.run.smithi112.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 4.9 MB/s | 2.5 MB 00:00 2024-02-12T12:56:10.160 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 80 kB/s | 25 kB 00:00 2024-02-12T12:56:10.217 INFO:teuthology.orchestra.run.smithi112.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 66 kB/s | 53 kB 00:00 2024-02-12T12:56:10.300 INFO:teuthology.orchestra.run.smithi112.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 107 kB/s | 41 kB 00:00 2024-02-12T12:56:10.344 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): buildah-1.34.0-1.module_el8+804+f131391 4.8 MB/s | 9.7 MB 00:01 2024-02-12T12:56:10.402 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 4.3 MB/s | 4.0 MB 00:00 2024-02-12T12:56:10.419 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 363 kB/s | 94 kB 00:00 2024-02-12T12:56:10.550 INFO:teuthology.orchestra.run.smithi112.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 7.5 MB/s | 8.8 MB 00:01 2024-02-12T12:56:10.551 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-02-12T12:56:10.551 INFO:teuthology.orchestra.run.smithi112.stdout:Total 8.8 MB/s | 27 MB 00:03 2024-02-12T12:56:10.636 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 243 kB/s | 53 kB 00:00 2024-02-12T12:56:10.753 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): toolbox-0.0.99.4-8.module_el8+804+f131 7.2 MB/s | 2.5 MB 00:00 2024-02-12T12:56:10.778 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2024-02-12T12:56:10.826 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-02-12T12:56:10.847 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-02-12T12:56:10.847 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-02-12T12:56:11.116 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-02-12T12:56:11.119 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-02-12T12:56:11.237 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 9.9 MB/s | 8.8 MB 00:00 2024-02-12T12:56:11.237 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-02-12T12:56:11.237 INFO:teuthology.orchestra.run.smithi161.stdout:Total 7.4 MB/s | 27 MB 00:03 2024-02-12T12:56:11.512 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-02-12T12:56:11.533 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-02-12T12:56:11.533 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-02-12T12:56:11.807 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-02-12T12:56:11.810 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-02-12T12:56:11.855 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-02-12T12:56:12.067 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T12:56:12.287 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T12:56:12.468 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-12T12:56:12.486 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-02-12T12:56:12.722 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T12:56:12.722 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T12:56:12.910 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T12:56:13.108 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-12T12:56:13.310 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-12T12:56:13.319 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T12:56:13.891 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-12T12:56:14.279 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T12:56:14.507 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-12T12:56:14.728 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-12T12:56:14.861 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T12:56:15.000 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-12T12:56:15.083 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-12T12:56:15.305 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-12T12:56:15.400 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-12T12:56:15.547 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-12T12:56:15.991 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-12T12:56:16.354 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T12:56:16.583 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-12T12:56:16.811 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T12:56:16.912 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T12:56:17.123 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-12T12:56:17.231 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T12:56:17.231 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-12T12:56:17.231 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-12T12:56:17.231 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-12T12:56:17.231 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T12:56:17.232 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-12T12:56:17.350 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-12T12:56:17.776 INFO:teuthology.orchestra.run.smithi112.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:56:17.777 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-02-12T12:56:17.778 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T12:56:17.779 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-12T12:56:18.087 DEBUG:teuthology.parallel:result is None 2024-02-12T12:56:18.293 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T12:56:18.293 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:18.293 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T12:56:18.294 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T12:56:18.295 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-12T12:56:18.295 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-12T12:56:18.295 INFO:teuthology.orchestra.run.smithi161.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-12T12:56:18.295 INFO:teuthology.orchestra.run.smithi161.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T12:56:18.295 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:56:18.295 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-02-12T12:56:18.571 DEBUG:teuthology.parallel:result is None 2024-02-12T12:56:18.571 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-12T12:56:18.656 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '0947019c19822d09e3d8fa3030d96e020a4a7c44'} 2024-02-12T12:56:18.657 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2024-02-12T12:56:18.657 INFO:tasks.cephadm:Cluster fsid is 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:56:18.657 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-12T12:56:18.657 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-12T12:56:18.658 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi112': '172.21.15.112', 'mon.smithi161': '172.21.15.161'} 2024-02-12T12:56:18.658 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-12T12:56:18.658 DEBUG:teuthology.orchestra.run.smithi112:> sudo hostname $(hostname -s) 2024-02-12T12:56:18.687 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-02-12T12:56:18.715 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-12T12:56:18.715 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T12:56:18.992 INFO:teuthology.orchestra.run.smithi112.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 12 12:56 /home/ubuntu/cephtest/cephadm 2024-02-12T12:56:18.992 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T12:56:19.408 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 12 12:56 /home/ubuntu/cephtest/cephadm 2024-02-12T12:56:19.408 DEBUG:teuthology.orchestra.run.smithi112:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T12:56:19.429 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T12:56:19.462 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2024-02-12T12:56:19.462 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-02-12T12:56:19.472 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-02-12T12:56:21.210 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-02-12T12:56:21.383 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout: "repo_digests": [ 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-02-12T12:56:40.282 INFO:teuthology.orchestra.run.smithi112.stdout: ] 2024-02-12T12:56:40.283 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T12:56:54.797 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-02-12T12:56:54.798 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-02-12T12:56:54.816 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /etc/ceph 2024-02-12T12:56:54.853 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-02-12T12:56:54.885 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 777 /etc/ceph 2024-02-12T12:56:54.926 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-02-12T12:56:54.953 INFO:tasks.cephadm:Writing seed config... 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-12T12:56:54.955 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-12T12:56:54.956 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T12:56:54.956 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-12T12:56:54.987 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 = 1d31194c-c9a6-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-12T12:56:54.987 DEBUG:teuthology.orchestra.run.smithi112:mon.smithi112> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service 2024-02-12T12:56:55.030 INFO:tasks.cephadm:Bootstrapping... 2024-02-12T12:56:55.030 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 1d31194c-c9a6-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.112 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-12T12:56:55.059 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:-- Logs begin at Mon 2024-02-12 12:48:43 UTC. -- 2024-02-12T12:56:55.227 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T12:56:55.248 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: 4.8.3 2024-02-12T12:56:55.262 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying podman|docker is present... 2024-02-12T12:56:55.263 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T12:56:55.282 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: 4.8.3 2024-02-12T12:56:55.293 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying lvm2 is present... 2024-02-12T12:56:55.294 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying time synchronization is in place... 2024-02-12T12:56:55.294 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled chrony.service 2024-02-12T12:56:55.299 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T12:56:55.299 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active chrony.service 2024-02-12T12:56:55.305 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-02-12T12:56:55.305 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-12T12:56:55.311 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: enabled 2024-02-12T12:56:55.311 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active chronyd.service 2024-02-12T12:56:55.316 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: active 2024-02-12T12:56:55.317 INFO:teuthology.orchestra.run.smithi112.stderr:Unit chronyd.service is enabled and running 2024-02-12T12:56:55.318 INFO:teuthology.orchestra.run.smithi112.stderr:Repeating the final host check... 2024-02-12T12:56:55.318 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T12:56:55.336 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: 4.8.3 2024-02-12T12:56:55.344 INFO:teuthology.orchestra.run.smithi112.stderr:podman|docker (/bin/podman) is present 2024-02-12T12:56:55.344 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl is present 2024-02-12T12:56:55.344 INFO:teuthology.orchestra.run.smithi112.stderr:lvcreate is present 2024-02-12T12:56:55.344 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled chrony.service 2024-02-12T12:56:55.349 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T12:56:55.350 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active chrony.service 2024-02-12T12:56:55.355 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-02-12T12:56:55.355 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-12T12:56:55.361 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: enabled 2024-02-12T12:56:55.361 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active chronyd.service 2024-02-12T12:56:55.366 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: active 2024-02-12T12:56:55.368 INFO:teuthology.orchestra.run.smithi112.stderr:Unit chronyd.service is enabled and running 2024-02-12T12:56:55.368 INFO:teuthology.orchestra.run.smithi112.stderr:Host looks OK 2024-02-12T12:56:55.369 INFO:teuthology.orchestra.run.smithi112.stderr:Cluster fsid: 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:56:55.369 INFO:teuthology.orchestra.run.smithi112.stderr:Acquiring lock 140106978709632 on /run/cephadm/1d31194c-c9a6-11ee-95b9-87774f69a715.lock 2024-02-12T12:56:55.369 INFO:teuthology.orchestra.run.smithi112.stderr:Lock 140106978709632 acquired on /run/cephadm/1d31194c-c9a6-11ee-95b9-87774f69a715.lock 2024-02-12T12:56:55.369 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying IP 172.21.15.112 port 3300 ... 2024-02-12T12:56:55.369 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying IP 172.21.15.112 port 6789 ... 2024-02-12T12:56:55.370 INFO:teuthology.orchestra.run.smithi112.stderr:Base mon IP is 172.21.15.112, final addrv is [v2:172.21.15.112:3300,v1:172.21.15.112:6789] 2024-02-12T12:56:55.370 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /sbin/ip route ls 2024-02-12T12:56:55.371 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.112 metric 100 2024-02-12T12:56:55.371 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.112 metric 100 2024-02-12T12:56:55.371 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /sbin/ip -6 route ls 2024-02-12T12:56:55.374 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-12T12:56:55.374 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-12T12:56:55.374 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1786sec hoplimit 64 pref medium 2024-02-12T12:56:55.374 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /sbin/ip -6 addr ls 2024-02-12T12:56:55.377 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-12T12:56:55.377 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-12T12:56:55.377 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T12:56:55.378 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-12T12:56:55.378 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cb69/64 scope link 2024-02-12T12:56:55.378 INFO:teuthology.orchestra.run.smithi112.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T12:56:55.378 INFO:teuthology.orchestra.run.smithi112.stderr:Mon IP `172.21.15.112` is in CIDR network `172.21.0.0/20` 2024-02-12T12:56:55.378 INFO:teuthology.orchestra.run.smithi112.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-12T12:56:55.379 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-02-12T12:56:55.379 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2024-02-12T12:56:55.454 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2024-02-12T12:56:56.048 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: Getting image source signatures 2024-02-12T12:56:56.048 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-12T12:56:56.048 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-12T12:56:56.048 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-12T12:56:56.196 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: Writing manifest to image destination 2024-02-12T12:56:56.382 INFO:teuthology.orchestra.run.smithi112.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-12T12:56:56.392 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2024-02-12T12:56:56.884 INFO:teuthology.orchestra.run.smithi112.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-12T12:56:57.528 INFO:teuthology.orchestra.run.smithi112.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-12T12:56:57.529 INFO:teuthology.orchestra.run.smithi112.stderr:Extracting ceph user uid/gid from container image... 2024-02-12T12:56:57.529 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-12T12:56:58.114 INFO:teuthology.orchestra.run.smithi112.stderr:stat: 167 167 2024-02-12T12:56:58.659 INFO:teuthology.orchestra.run.smithi112.stderr:Creating initial keys... 2024-02-12T12:56:58.660 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-12T12:56:59.295 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-authtool: AQCbFcplYVu8CxAARpQFhvRn7lOgk1CJk4e7PQ== 2024-02-12T12:56:59.715 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-12T12:57:00.375 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-authtool: AQCcFcpl0E+WEBAAjiiOfpUyHxOtxHWzJSWEOA== 2024-02-12T12:57:01.055 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-12T12:57:01.598 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-authtool: AQCdFcplomnZHBAAVDUaQSox47hcPEiTkpq6hw== 2024-02-12T12:57:02.205 INFO:teuthology.orchestra.run.smithi112.stderr:Creating initial monmap... 2024-02-12T12:57:02.205 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpt5j8rmkx:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 --addv smithi112 [v2:172.21.15.112:3300,v1:172.21.15.112:6789] /tmp/monmap 2024-02-12T12:57:02.762 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T12:57:02.763 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:02.763 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T12:57:06.511 INFO:teuthology.orchestra.run.smithi112.stderr:monmaptool for smithi112 [v2:172.21.15.112:3300,v1:172.21.15.112:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T12:57:06.511 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: set fsid to 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:06.511 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T12:57:06.511 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:57:06.511 INFO:teuthology.orchestra.run.smithi112.stderr:Creating mon... 2024-02-12T12:57:06.513 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112:/var/lib/ceph/mon/ceph-smithi112:z -v /tmp/ceph-tmpa2tc0lvo:/tmp/keyring:z -v /tmp/ceph-tmpt5j8rmkx:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi112 --fsid 1d31194c-c9a6-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-12T12:57:10.607 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.679+0000 7fee0bfce700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.680+0000 7fee0bfce700 1 imported monmap: 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: last_changed 2024-02-12T12:57:02.669903+0000 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: created 2024-02-12T12:57:02.669903+0000 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.smithi112 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.680+0000 7fee0bfce700 0 /usr/bin/ceph-mon: set fsid to 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T12:57:10.608 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Compile date Jul 8 2021 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: DB SUMMARY 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi112/store.db dir, Total Num: 0, files: 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi112/store.db: 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.error_if_exists: 0 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.create_if_missing: 1 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.env: 0x558ff66581c0 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.fs: Posix File System 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.info_log: 0x558ff7fb6c20 2024-02-12T12:57:10.609 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.statistics: (nil) 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.use_fsync: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.db_log_dir: 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi112/store.db 2024-02-12T12:57:10.610 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.write_buffer_manager: 0x558ff7fbf530 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T12:57:10.611 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.unordered_write: 0 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.row_cache: None 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.wal_filter: None 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T12:57:10.612 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.two_write_queues: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.atomic_flush: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T12:57:10.613 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.max_open_files: -1 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Compression algorithms supported: 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kZSTD supported: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kXpressCompression supported: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T12:57:10.614 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kZlibCompression supported: 1 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.681+0000 7fee0bfce700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi112/store.db/MANIFEST-000001 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.merge_operator: 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_filter: None 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T12:57:10.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558ff7ed0160) 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache: 0x558ff7f06d10 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-12T12:57:10.616 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-12T12:57:10.617 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression: NoCompression 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.num_levels: 7 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T12:57:10.618 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T12:57:10.619 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T12:57:10.619 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T12:57:10.629 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T12:57:10.630 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T12:57:10.631 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.table_properties_collectors: 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.bloom_locality: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.ttl: 2592000 2024-02-12T12:57:10.632 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi112/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-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.682+0000 7fee0bfce700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.685+0000 7fee0bfce700 4 rocksdb: DB pointer 0x558ff7fcb800 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.685+0000 7fedf4e57700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.685+0000 7fedf4e57700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.633 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T12:57:10.634 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:10.635 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.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-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.686+0000 7fee0bfce700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.686+0000 7fee0bfce700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-12T12:57:10.636 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph-mon: debug 2024-02-12T12:57:09.686+0000 7fee0bfce700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi112 for mon.smithi112 2024-02-12T12:57:15.094 INFO:teuthology.orchestra.run.smithi112.stderr:create mon.smithi112 on 2024-02-12T12:57:15.094 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:15.101 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl disable ceph.target 2024-02-12T12:57:15.195 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl enable ceph.target 2024-02-12T12:57:15.202 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-12T12:57:15.277 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl start ceph.target 2024-02-12T12:57:15.284 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl enable ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target 2024-02-12T12:57:15.290 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target. 2024-02-12T12:57:15.291 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target. 2024-02-12T12:57:15.369 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl start ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target 2024-02-12T12:57:15.376 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl daemon-reload 2024-02-12T12:57:15.458 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112 2024-02-12T12:57:15.488 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl reset-failed ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112 2024-02-12T12:57:15.493 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to reset failed state of unit ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service: Unit ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service not loaded. 2024-02-12T12:57:15.493 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl enable ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112 2024-02-12T12:57:15.500 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target.wants/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service → /etc/systemd/system/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@.service. 2024-02-12T12:57:15.583 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl start ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112 2024-02-12T12:57:17.116 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T12:57:17.124 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: disabled 2024-02-12T12:57:17.125 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T12:57:17.132 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-02-12T12:57:17.133 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld.service is not enabled 2024-02-12T12:57:17.133 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T12:57:17.133 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mon to start... 2024-02-12T12:57:17.133 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mon... 2024-02-12T12:57:17.133 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112:/var/lib/ceph/mon/ceph-smithi112:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2024-02-12T12:57:17.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:17 smithi112 systemd[1]: Started Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T12:57:17.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: cluster 2024-02-12T12:57:17.083648+0000 mon.smithi112 (mon.0) 1 : cluster [INF] mon.smithi112 is new leader, mons smithi112 in quorum (ranks 0) 2024-02-12T12:57:17.770 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: cluster: 2024-02-12T12:57:17.770 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: id: 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: services: 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi112 (age 0.676865s) 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: data: 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: pgs: 2024-02-12T12:57:17.771 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:18.351 INFO:teuthology.orchestra.run.smithi112.stderr:mon is available 2024-02-12T12:57:18.351 INFO:teuthology.orchestra.run.smithi112.stderr:Assimilating anything we can from ceph.conf... 2024-02-12T12:57:18.351 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z -v /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112:/var/lib/ceph/mon/ceph-smithi112:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi112/config 2024-02-12T12:57:18.353 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: cluster 2024-02-12T12:57:17.091540+0000 mon.smithi112 (mon.0) 2 : cluster [INF] mon.smithi112 is new leader, mons smithi112 in quorum (ranks 0) 2024-02-12T12:57:18.353 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: cluster 2024-02-12T12:57:17.091716+0000 mon.smithi112 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0]} 2024-02-12T12:57:18.353 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: cluster 2024-02-12T12:57:17.100685+0000 mon.smithi112 (mon.0) 4 : cluster [DBG] fsmap 2024-02-12T12:57:18.353 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: cluster 2024-02-12T12:57:17.110157+0000 mon.smithi112 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T12:57:18.353 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: cluster 2024-02-12T12:57:17.110562+0000 mon.smithi112 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T12:57:18.353 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: audit 2024-02-12T12:57:17.768378+0000 mon.smithi112 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.112:0/536557589' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [global] 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: fsid = 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.112:3300,v1:172.21.15.112:6789] 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T12:57:18.958 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [mgr] 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [osd] 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T12:57:18.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T12:57:19.348 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: audit 2024-02-12T12:57:18.953228+0000 mon.smithi112 (mon.0) 8 : audit [INF] from='client.? 172.21.15.112:0/1729110338' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T12:57:19.348 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: audit 2024-02-12T12:57:18.955701+0000 mon.smithi112 (mon.0) 9 : audit [INF] from='client.? 172.21.15.112:0/1729110338' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-12T12:57:19.668 INFO:teuthology.orchestra.run.smithi112.stderr:Generating new minimal ceph.conf... 2024-02-12T12:57:19.668 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z -v /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112:/var/lib/ceph/mon/ceph-smithi112:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi112/config 2024-02-12T12:57:20.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: audit 2024-02-12T12:57:20.293467+0000 mon.smithi112 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.112:0/2229634233' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T12:57:20.935 INFO:teuthology.orchestra.run.smithi112.stderr:Restarting the monitor... 2024-02-12T12:57:20.935 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl restart ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112 2024-02-12T12:57:21.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:20 smithi112 systemd[1]: Stopping Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T12:57:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: debug 2024-02-12T12:57:21.045+0000 7fe6dce83700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi112 -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-12T12:57:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[34852]: debug 2024-02-12T12:57:21.045+0000 7fe6dce83700 -1 mon.smithi112@0(leader) e1 *** Got Signal Terminated *** 2024-02-12T12:57:21.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:21 smithi112 podman[35177]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112 2024-02-12T12:57:22.232 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:21 smithi112 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service: Succeeded. 2024-02-12T12:57:22.232 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:21 smithi112 systemd[1]: Stopped Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T12:57:22.232 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:21 smithi112 systemd[1]: Starting Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T12:57:22.416 INFO:teuthology.orchestra.run.smithi112.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-12T12:57:22.416 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-12T12:57:22.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.356+0000 7f072a28f700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T12:57:22.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.356+0000 7f072a28f700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-12T12:57:22.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.356+0000 7f072a28f700 0 pidfile_write: ignore empty --pid-file 2024-02-12T12:57:22.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.361+0000 7f072a28f700 0 load: jerasure load: lrc load: isa 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Compile date Jul 8 2021 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: DB SUMMARY 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: CURRENT file: CURRENT 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi112/store.db dir, Total Num: 1, files: 000004.sst 2024-02-12T12:57:22.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi112/store.db: 000006.log size: 85893 ; 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.error_if_exists: 0 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.create_if_missing: 0 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.env: 0x5594ea2741c0 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.fs: Posix File System 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.info_log: 0x5594eb241a40 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.statistics: (nil) 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.use_fsync: 0 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T12:57:22.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.db_log_dir: 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi112/store.db 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T12:57:22.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.write_buffer_manager: 0x5594eb249fb0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T12:57:22.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.unordered_write: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.row_cache: None 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.wal_filter: None 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.two_write_queues: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.atomic_flush: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T12:57:22.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_open_files: -1 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T12:57:22.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Compression algorithms supported: 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kZSTD supported: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kXpressCompression supported: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kZlibCompression supported: 1 2024-02-12T12:57:22.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi112/store.db/MANIFEST-000005 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.merge_operator: 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_filter: None 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5594eb15a170) 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cache_index_and_filter_blocks: 1 2024-02-12T12:57:22.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: pin_top_level_index_and_filter: 1 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: index_type: 0 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: data_block_index_type: 0 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: index_shortening: 1 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: data_block_hash_table_util_ratio: 0.750000 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: hash_index_allow_collision: 1 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: checksum: 1 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: no_block_cache: 0 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_cache: 0x5594eb190f10 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_cache_name: BinnedLRUCache 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_cache_options: 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: capacity : 536870912 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: num_shard_bits : 4 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: strict_capacity_limit : 0 2024-02-12T12:57:22.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: high_pri_pool_ratio: 0.000 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_cache_compressed: (nil) 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: persistent_cache: (nil) 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_size: 4096 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_size_deviation: 10 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_restart_interval: 16 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: index_block_restart_interval: 1 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: metadata_block_size: 4096 2024-02-12T12:57:22.644 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: partition_filters: 0 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: use_delta_encoding: 1 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: whole_key_filtering: 1 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: verify_compression: 0 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: read_amp_bytes_per_bit: 0 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: format_version: 2 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: enable_index_compression: 1 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: block_align: 0 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression: NoCompression 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T12:57:22.645 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.num_levels: 7 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T12:57:22.646 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T12:57:22.647 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T12:57:22.648 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.table_properties_collectors: 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.bloom_locality: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T12:57:22.649 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.ttl: 2592000 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.362+0000 7f072a28f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.363+0000 7f072a28f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi112/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-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.363+0000 7f072a28f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.363+0000 7f072a28f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707742642364551, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.363+0000 7f072a28f700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.364+0000 7f072a28f700 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-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.364+0000 7f072a28f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707742642365741, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82651, "table_properties": {"data_size": 80921, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9446, "raw_average_key_size": 47, "raw_value_size": 75440, "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": 1707742642, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.364+0000 7f072a28f700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.365+0000 7f072a28f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707742642366278, "job": 1, "event": "recovery_finished"} 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.366+0000 7f072a28f700 4 rocksdb: DB pointer 0x5594eb255800 2024-02-12T12:57:22.650 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.366+0000 7f0711097700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.366+0000 7f0711097700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** DB Stats ** 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** Compaction Stats [default] ** 2024-02-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: L0 2/0 82.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Sum 2/0 82.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** Compaction Stats [default] ** 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T12:57:22.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Cumulative compaction: 0.00 GB write, 21.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Interval compaction: 0.00 GB write, 21.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** Compaction Stats [default] ** 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: L0 2/0 82.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Sum 2/0 82.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.653 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** Compaction Stats [default] ** 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.0 0.00 0.00 1 0.001 0 0 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: Cumulative compaction: 0.00 GB write, 21.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T12:57:22.654 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.367+0000 7f072a28f700 0 starting mon.smithi112 rank 0 at public addrs [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] at bind addrs [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi112 fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.368+0000 7f072a28f700 1 mon.smithi112@-1(???) e1 preinit fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.368+0000 7f072a28f700 0 mon.smithi112@-1(???).mds e1 new map 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.368+0000 7f072a28f700 0 mon.smithi112@-1(???).mds e1 print_map 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: e1 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 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-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: legacy client fscid: -1 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: No filesystems configured 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.369+0000 7f072a28f700 0 mon.smithi112@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.369+0000 7f072a28f700 0 mon.smithi112@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.369+0000 7f072a28f700 0 mon.smithi112@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T12:57:22.655 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.369+0000 7f072a28f700 0 mon.smithi112@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:20.293467+0000 mon.smithi112 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.112:0/2229634233' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.369+0000 7f072a28f700 1 mon.smithi112@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expand map: {default=false} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta from 'false' to 'false' 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expanded map: {default=false} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expand map: {default=info} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta from 'info' to 'info' 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expanded map: {default=info} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expand map: {default=daemon} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expand map: {default=debug} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T12:57:22.370+0000 7f072a28f700 20 expand_channel_meta expanded map: {default=debug} 2024-02-12T12:57:22.656 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 bash[35250]: 73a51bccb19acf5843729398007906a4af3a27612dc5f17a6ed50db25248c6d3 2024-02-12T12:57:22.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 systemd[1]: Started Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T12:57:22.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:22.386658+0000 mon.smithi112 (mon.0) 1 : cluster [INF] mon.smithi112 is new leader, mons smithi112 in quorum (ranks 0) 2024-02-12T12:57:22.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:22.386715+0000 mon.smithi112 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0]} 2024-02-12T12:57:22.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:22.386745+0000 mon.smithi112 (mon.0) 3 : cluster [DBG] fsmap 2024-02-12T12:57:22.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:22.386768+0000 mon.smithi112 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T12:57:22.657 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:22.387125+0000 mon.smithi112 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T12:57:23.614 INFO:teuthology.orchestra.run.smithi112.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-12T12:57:23.614 INFO:teuthology.orchestra.run.smithi112.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-12T12:57:23.614 INFO:teuthology.orchestra.run.smithi112.stderr:Creating mgr... 2024-02-12T12:57:23.614 INFO:teuthology.orchestra.run.smithi112.stderr:Verifying port 9283 ... 2024-02-12T12:57:23.616 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl daemon-reload 2024-02-12T12:57:23.712 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz 2024-02-12T12:57:23.735 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl reset-failed ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz 2024-02-12T12:57:23.740 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Failed to reset failed state of unit ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz.service: Unit ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz.service not loaded. 2024-02-12T12:57:23.741 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl enable ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz 2024-02-12T12:57:23.746 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715.target.wants/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz.service → /etc/systemd/system/ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@.service. 2024-02-12T12:57:23.827 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl start ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mgr.smithi112.yacrbz 2024-02-12T12:57:24.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:23.037746+0000 mon.smithi112 (mon.0) 6 : audit [INF] from='client.? 172.21.15.112:0/3751654783' entity='client.admin' 2024-02-12T12:57:24.443 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T12:57:24.451 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: disabled 2024-02-12T12:57:24.452 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T12:57:24.459 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-02-12T12:57:24.460 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld.service is not enabled 2024-02-12T12:57:24.460 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T12:57:24.460 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T12:57:24.468 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: disabled 2024-02-12T12:57:24.469 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T12:57:24.476 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-02-12T12:57:24.477 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld.service is not enabled 2024-02-12T12:57:24.477 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-12T12:57:24.477 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr to start... 2024-02-12T12:57:24.477 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr... 2024-02-12T12:57:24.478 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsid": "1d31194c-c9a6-11ee-95b9-87774f69a715", 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "health": { 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T12:57:25.201 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 0 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "smithi112" 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.202 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T12:57:25.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:25.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T12:57:25.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T12:57:25.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T12:57:25.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T12:57:25.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T12:57:25.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T12:57:25.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T12:57:25.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T12:57:25.206 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": false, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T12:57:25.207 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "iostat", 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "nfs", 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "restful" 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modified": "2024-02-12T12:57:17.095126+0000", 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T12:57:25.208 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:57:25.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:25.197247+0000 mon.smithi112 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.112:0/563059129' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T12:57:25.856 INFO:teuthology.orchestra.run.smithi112.stderr:mgr not available, waiting (1/15)... 2024-02-12T12:57:27.858 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-12T12:57:28.497 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:28.497 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsid": "1d31194c-c9a6-11ee-95b9-87774f69a715", 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "health": { 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 0 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "smithi112" 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T12:57:28.498 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T12:57:28.499 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T12:57:28.502 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T12:57:28.502 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T12:57:28.502 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.502 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T12:57:28.502 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": false, 2024-02-12T12:57:28.503 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "iostat", 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "nfs", 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "restful" 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modified": "2024-02-12T12:57:17.095126+0000", 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T12:57:28.504 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:57:28.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:28.493907+0000 mon.smithi112 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.112:0/270055312' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T12:57:29.287 INFO:teuthology.orchestra.run.smithi112.stderr:mgr not available, waiting (2/15)... 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:29.434696+0000 mon.smithi112 (mon.0) 9 : cluster [INF] Activating manager daemon smithi112.yacrbz 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:29.437449+0000 mon.smithi112 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi112.yacrbz(active, starting, since 0.00285223s) 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.438269+0000 mon.smithi112 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.438452+0000 mon.smithi112 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.438583+0000 mon.smithi112 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.438716+0000 mon.smithi112 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.438965+0000 mon.smithi112 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:29.452322+0000 mon.smithi112 (mon.0) 16 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.461407+0000 mon.smithi112 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.464498+0000 mon.smithi112 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.465700+0000 mon.smithi112 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T12:57:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.472658+0000 mon.smithi112 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:29.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:29.477763+0000 mon.smithi112 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.112:0/3947522512' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:31.290 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-12T12:57:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:30.440576+0000 mon.smithi112 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi112.yacrbz(active, since 1.00598s) 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsid": "1d31194c-c9a6-11ee-95b9-87774f69a715", 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "health": { 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T12:57:32.069 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 0 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "smithi112" 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T12:57:32.070 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T12:57:32.071 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T12:57:32.071 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T12:57:32.074 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T12:57:32.074 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T12:57:32.074 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.074 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T12:57:32.074 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T12:57:32.075 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": true, 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "iostat", 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "nfs", 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "restful" 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ], 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "modified": "2024-02-12T12:57:17.095126+0000", 2024-02-12T12:57:32.076 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "services": {} 2024-02-12T12:57:32.077 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: }, 2024-02-12T12:57:32.077 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T12:57:32.077 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:57:32.760 INFO:teuthology.orchestra.run.smithi112.stderr:mgr is available 2024-02-12T12:57:32.761 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z -v /tmp/tmpmux0vr68:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-12T12:57:32.762 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:32.065089+0000 mon.smithi112 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.112:0/2958504997' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [global] 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: fsid = 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T12:57:33.393 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [mgr] 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: [osd] 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T12:57:33.394 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T12:57:33.780 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:32.442329+0000 mon.smithi112 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi112.yacrbz(active, since 3s) 2024-02-12T12:57:33.780 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:33.390279+0000 mon.smithi112 (mon.0) 25 : audit [INF] from='client.? 172.21.15.112:0/2056720260' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T12:57:34.066 INFO:teuthology.orchestra.run.smithi112.stderr:Enabling cephadm module... 2024-02-12T12:57:34.067 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-12T12:57:35.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:34.773861+0000 mon.smithi112 (mon.0) 26 : audit [INF] from='client.? 172.21.15.112:0/1083000374' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-12T12:57:35.422 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-02-12T12:57:36.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:34.826775+0000 mon.smithi112 (mon.0) 27 : audit [INF] from='client.? 172.21.15.112:0/1083000374' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-12T12:57:36.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:34.826844+0000 mon.smithi112 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi112.yacrbz(active, since 5s) 2024-02-12T12:57:36.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:57:36.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-12T12:57:36.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": true, 2024-02-12T12:57:36.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "active_name": "smithi112.yacrbz", 2024-02-12T12:57:36.203 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T12:57:36.204 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:57:36.829 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for the mgr to restart... 2024-02-12T12:57:36.829 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr epoch 5... 2024-02-12T12:57:36.829 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-12T12:57:36.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:36.201946+0000 mon.smithi112 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.112:0/3246463408' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T12:57:40.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:39.892702+0000 mon.smithi112 (mon.0) 30 : cluster [INF] Active manager daemon smithi112.yacrbz restarted 2024-02-12T12:57:40.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:39.893085+0000 mon.smithi112 (mon.0) 31 : cluster [INF] Activating manager daemon smithi112.yacrbz 2024-02-12T12:57:40.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:39.895301+0000 mon.smithi112 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-12T12:57:40.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:57:40.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-12T12:57:40.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T12:57:40.959 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:57:41.249 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:39.946268+0000 mon.smithi112 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi112.yacrbz(active, starting, since 0.0532689s) 2024-02-12T12:57:41.249 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.948497+0000 mon.smithi112 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T12:57:41.249 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.949200+0000 mon.smithi112 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T12:57:41.249 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.949915+0000 mon.smithi112 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.950123+0000 mon.smithi112 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.950305+0000 mon.smithi112 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:39.963484+0000 mon.smithi112 (mon.0) 39 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.976566+0000 mon.smithi112 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.979244+0000 mon.smithi112 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:39.981619+0000 mon.smithi112 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.067591+0000 mon.smithi112 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.068288+0000 mon.smithi112 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.069449+0000 mon.smithi112 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.070821+0000 mon.smithi112 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.081233+0000 mon.smithi112 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T12:57:41.250 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.082344+0000 mon.smithi112 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T12:57:41.536 INFO:teuthology.orchestra.run.smithi112.stderr:mgr epoch 5 is available 2024-02-12T12:57:41.536 INFO:teuthology.orchestra.run.smithi112.stderr:Setting orchestrator backend to cephadm... 2024-02-12T12:57:41.536 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-12T12:57:42.266 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.950246+0000 mgr.smithi112.yacrbz (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T12:57:42.266 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:40.951172+0000 mon.smithi112 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi112.yacrbz(active, since 1.05817s) 2024-02-12T12:57:42.266 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:40.957505+0000 mgr.smithi112.yacrbz (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T12:57:42.993 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-12T12:57:43.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:41.957624+0000 mon.smithi112 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi112.yacrbz(active, since 2s) 2024-02-12T12:57:43.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:42.236394+0000 mgr.smithi112.yacrbz (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-12T12:57:43.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:42.240026+0000 mon.smithi112 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:43.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:42.243235+0000 mon.smithi112 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:57:43.628 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: value unchanged 2024-02-12T12:57:44.239 INFO:teuthology.orchestra.run.smithi112.stderr:Generating ssh key... 2024-02-12T12:57:44.239 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-12T12:57:44.241 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:43.626962+0000 mgr.smithi112.yacrbz (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:57:45.812 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-12T12:57:46.537 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRf/UFDnu6nKk0woWTHf4RnrGLVg2cjIok3gPhIxKU5XJafV76H+q/aO1+TCiwALDb5X7c6/w4OzChVYzpDNvuyExc4ut09UHKVnQGs49Kh7nYmLe8pmNzo7WHZ29WcMKAX5VIp4qlLA42ZZ2PjCuhdQmi248UQcX1guijLzDgKnKMHK5WrfE/JMuv2SQzxQMyiJ/wA5Wp2GKWyy/v94iYawaqDU1bymJlaN7v3KZzNYuuy7uAMIZc94SwxR46Gf+OBkaZRCan/zBy8CkVOnyRo2jiAktvm5zK2Kn2Bzf05mGZkSzgWQ8fIoklwxtcE7+1sFmJSfyOfnlWPkQJF+24y1e6tockzieS8aYZf8fyQZkSoMNSIHrC7zvc91lqwvWOUcwILzcGhWcgECpJoEw42DppssNf6InZFENbgsTG+KrOYPew+eRvOd7+OMEb13f+tHzX6g7O6uVj++83j1T5zrVKQ0lj/+ro4gDAVjSU+BWBgFoGEOMXhCF0yFk/3Sk= ceph-1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:57:46.562 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:57:44.911550+0000 mgr.smithi112.yacrbz (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-12T12:57:46.562 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:45.310969+0000 mon.smithi112 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:46.562 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:45.313366+0000 mon.smithi112 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:47.186 INFO:teuthology.orchestra.run.smithi112.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-12T12:57:47.186 INFO:teuthology.orchestra.run.smithi112.stderr:Adding key to root@localhost authorized_keys... 2024-02-12T12:57:47.186 INFO:teuthology.orchestra.run.smithi112.stderr:Adding host smithi112... 2024-02-12T12:57:47.187 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi112 172.21.15.112 2024-02-12T12:57:47.478 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:46.535952+0000 mgr.smithi112.yacrbz (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:57:48.561 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Added host 'smithi112' with addr '172.21.15.112' 2024-02-12T12:57:49.226 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying mon service with default placement... 2024-02-12T12:57:49.226 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-12T12:57:49.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:47.978121+0000 mgr.smithi112.yacrbz (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi112", "addr": "172.21.15.112", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:57:49.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:48.558751+0000 mon.smithi112 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:49.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:57:48.559039+0000 mgr.smithi112.yacrbz (mgr.14116) 9 : cephadm [INF] Added host smithi112 2024-02-12T12:57:49.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:48.559246+0000 mon.smithi112 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:57:49.965 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-12T12:57:50.918 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying mgr service with default placement... 2024-02-12T12:57:50.918 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-12T12:57:51.182 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:49.958827+0000 mgr.smithi112.yacrbz (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:57:51.183 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:57:49.959545+0000 mgr.smithi112.yacrbz (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-12T12:57:51.183 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:49.964490+0000 mon.smithi112 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:51.734 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-12T12:57:52.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:51.729742+0000 mgr.smithi112.yacrbz (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:57:52.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:57:51.730447+0000 mgr.smithi112.yacrbz (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-12T12:57:52.828 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:51.732700+0000 mon.smithi112 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:52.828 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:52.527381+0000 mon.smithi112 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:53.089 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying crash service with default placement... 2024-02-12T12:57:53.089 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-12T12:57:53.933 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-12T12:57:53.956 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:52.744046+0000 mon.smithi112 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:54.773 INFO:teuthology.orchestra.run.smithi112.stderr:Enabling mgr prometheus module... 2024-02-12T12:57:54.773 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-12T12:57:55.048 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:53.928831+0000 mgr.smithi112.yacrbz (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:57:55.048 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:57:53.929497+0000 mgr.smithi112.yacrbz (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-12T12:57:55.048 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:53.931750+0000 mon.smithi112 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:55.048 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:54.372147+0000 mon.smithi112 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.112:0/1001742485' entity='mgr.smithi112.yacrbz' 2024-02-12T12:57:56.334 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:55.717951+0000 mon.smithi112 (mon.0) 63 : audit [INF] from='client.? 172.21.15.112:0/2388197818' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-12T12:57:57.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:57:55.936425+0000 mon.smithi112 (mon.0) 64 : audit [INF] from='client.? 172.21.15.112:0/2388197818' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-12T12:57:57.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:57:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:57:55.936467+0000 mon.smithi112 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi112.yacrbz(active, since 16s) 2024-02-12T12:57:57.119 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying prometheus service with default placement... 2024-02-12T12:57:57.119 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-12T12:58:01.219 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:01.034833+0000 mon.smithi112 (mon.0) 66 : cluster [INF] Active manager daemon smithi112.yacrbz restarted 2024-02-12T12:58:01.220 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:01.035264+0000 mon.smithi112 (mon.0) 67 : cluster [INF] Activating manager daemon smithi112.yacrbz 2024-02-12T12:58:01.220 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:01.036876+0000 mon.smithi112 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-12T12:58:02.099 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:01.088004+0000 mon.smithi112 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi112.yacrbz(active, starting, since 0.0528343s) 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.090570+0000 mon.smithi112 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.091321+0000 mon.smithi112 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.092279+0000 mon.smithi112 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.092472+0000 mon.smithi112 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.092653+0000 mon.smithi112 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:01.106514+0000 mon.smithi112 (mon.0) 75 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T12:58:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.204245+0000 mon.smithi112 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:58:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.205814+0000 mon.smithi112 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:58:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.221613+0000 mon.smithi112 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T12:58:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:01.228348+0000 mon.smithi112 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T12:58:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:02.095324+0000 mon.smithi112 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi112.yacrbz(active, since 1.06016s) 2024-02-12T12:58:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:02.096338+0000 mgr.smithi112.yacrbz (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-12T12:58:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:02.098182+0000 mon.smithi112 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:02.747548+0000 mon.smithi112 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:03.388 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying grafana service with default placement... 2024-02-12T12:58:03.388 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-12T12:58:04.197 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-12T12:58:05.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:03.748857+0000 mon.smithi112 (mon.0) 83 : cluster [DBG] mgrmap e12: smithi112.yacrbz(active, since 2s) 2024-02-12T12:58:05.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:04.196449+0000 mon.smithi112 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:05.827 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying node-exporter service with default placement... 2024-02-12T12:58:05.827 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-12T12:58:06.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:04.192802+0000 mgr.smithi112.yacrbz (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:58:06.034 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:04.193353+0000 mgr.smithi112.yacrbz (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-12T12:58:06.516 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-12T12:58:07.308 INFO:teuthology.orchestra.run.smithi112.stderr:Deploying alertmanager service with default placement... 2024-02-12T12:58:07.308 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-12T12:58:07.561 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:06.512452+0000 mgr.smithi112.yacrbz (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-12T12:58:07.561 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:06.513143+0000 mgr.smithi112.yacrbz (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-12T12:58:07.561 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:06.515389+0000 mon.smithi112 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:08.023 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-12T12:58:08.715 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-12T12:58:09.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:08.019613+0000 mgr.smithi112.yacrbz (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:58:09.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:08.020176+0000 mgr.smithi112.yacrbz (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-12T12:58:09.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:08.022470+0000 mon.smithi112 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.112:0/1467013441' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:10.179 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-12T12:58:10.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:09.502017+0000 mon.smithi112 (mon.0) 87 : audit [INF] from='client.? 172.21.15.112:0/3466089534' entity='client.admin' 2024-02-12T12:58:11.636 INFO:teuthology.orchestra.run.smithi112.stderr:Enabling the dashboard module... 2024-02-12T12:58:11.637 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-12T12:58:12.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:10.923505+0000 mon.smithi112 (mon.0) 88 : audit [INF] from='client.? 172.21.15.112:0/964762426' entity='client.admin' 2024-02-12T12:58:13.815 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:12.435822+0000 mon.smithi112 (mon.0) 89 : audit [INF] from='client.? 172.21.15.112:0/1716465402' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-12T12:58:14.127 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-02-12T12:58:14.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:13.389485+0000 mon.smithi112 (mon.0) 90 : audit [INF] from='client.? 172.21.15.112:0/1716465402' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-12T12:58:14.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:13.389547+0000 mon.smithi112 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi112.yacrbz(active, since 12s) 2024-02-12T12:58:14.982 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:58:14.982 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-12T12:58:14.982 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "available": true, 2024-02-12T12:58:14.982 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "active_name": "smithi112.yacrbz", 2024-02-12T12:58:14.982 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T12:58:14.982 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:58:15.717 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for the mgr to restart... 2024-02-12T12:58:15.717 INFO:teuthology.orchestra.run.smithi112.stderr:Waiting for mgr epoch 13... 2024-02-12T12:58:15.717 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-12T12:58:15.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:14.980204+0000 mon.smithi112 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.112:0/4280054228' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T12:58:19.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: { 2024-02-12T12:58:19.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-12T12:58:19.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T12:58:19.615 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: } 2024-02-12T12:58:19.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:18.550788+0000 mon.smithi112 (mon.0) 93 : cluster [INF] Active manager daemon smithi112.yacrbz restarted 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:18.551215+0000 mon.smithi112 (mon.0) 94 : cluster [INF] Activating manager daemon smithi112.yacrbz 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:18.552738+0000 mon.smithi112 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:18.606077+0000 mon.smithi112 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi112.yacrbz(active, starting, since 0.054988s) 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.606826+0000 mon.smithi112 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.607724+0000 mon.smithi112 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.608341+0000 mon.smithi112 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.608482+0000 mon.smithi112 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T12:58:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.608629+0000 mon.smithi112 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T12:58:19.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:18.622423+0000 mon.smithi112 (mon.0) 102 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T12:58:19.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.720242+0000 mon.smithi112 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:58:19.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.722463+0000 mon.smithi112 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:58:19.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.747222+0000 mon.smithi112 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T12:58:19.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:18.749484+0000 mon.smithi112 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T12:58:20.802 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:19.607541+0000 mgr.smithi112.yacrbz (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T12:58:20.802 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:19.608355+0000 mon.smithi112 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi112.yacrbz(active, since 1.05727s) 2024-02-12T12:58:20.802 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:19.613670+0000 mgr.smithi112.yacrbz (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T12:58:20.802 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:20.020493+0000 mon.smithi112 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:21.097 INFO:teuthology.orchestra.run.smithi112.stderr:mgr epoch 13 is available 2024-02-12T12:58:21.097 INFO:teuthology.orchestra.run.smithi112.stderr:Generating a dashboard self-signed certificate... 2024-02-12T12:58:21.097 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-12T12:58:22.281 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:21.021575+0000 mon.smithi112 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi112.yacrbz(active, since 2s) 2024-02-12T12:58:22.361 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-12T12:58:23.041 INFO:teuthology.orchestra.run.smithi112.stderr:Creating initial admin user... 2024-02-12T12:58:23.042 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsakzbigb:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-12T12:58:23.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:22.188764+0000 mgr.smithi112.yacrbz (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:58:23.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:22.254391+0000 mon.smithi112 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:23.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:22.259412+0000 mon.smithi112 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:24.087 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$TZnPm25vGYme3xWt1Ar4QeYi3Sdz32gNXwc78Hqgk0DVybJAbXFhO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707742704, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-12T12:58:24.766 INFO:teuthology.orchestra.run.smithi112.stderr:Fetching dashboard port number... 2024-02-12T12:58:24.766 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi112 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpw74qrdgv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn2aaz8te:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-12T12:58:25.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:23.863808+0000 mgr.smithi112.yacrbz (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-12T12:58:25.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:24.086333+0000 mon.smithi112 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:25.544 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/ceph: 8443 2024-02-12T12:58:26.188 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T12:58:26.190 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:25.088159+0000 mon.smithi112 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi112.yacrbz(active, since 6s) 2024-02-12T12:58:26.191 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:25.542629+0000 mon.smithi112 (mon.0) 114 : audit [DBG] from='client.? 172.21.15.112:0/548824064' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-12T12:58:26.196 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: disabled 2024-02-12T12:58:26.197 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T12:58:26.204 INFO:teuthology.orchestra.run.smithi112.stderr:systemctl: inactive 2024-02-12T12:58:26.205 INFO:teuthology.orchestra.run.smithi112.stderr:firewalld.service is not enabled 2024-02-12T12:58:26.205 INFO:teuthology.orchestra.run.smithi112.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr:Ceph Dashboard is now available at: 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: URL: https://smithi112.front.sepia.ceph.com:8443/ 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: User: admin 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: Password: j22new3yrf 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr:You can access the Ceph CLI with: 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.208 INFO:teuthology.orchestra.run.smithi112.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: ceph telemetry on 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr:For more information see: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr:Bootstrap complete. 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr:Releasing lock 140106978709632 on /run/cephadm/1d31194c-c9a6-11ee-95b9-87774f69a715.lock 2024-02-12T12:58:26.209 INFO:teuthology.orchestra.run.smithi112.stderr:Lock 140106978709632 released on /run/cephadm/1d31194c-c9a6-11ee-95b9-87774f69a715.lock 2024-02-12T12:58:26.240 INFO:tasks.cephadm:Fetching config... 2024-02-12T12:58:26.240 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T12:58:26.240 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-12T12:58:26.258 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-12T12:58:26.259 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T12:58:26.259 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-12T12:58:26.316 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-12T12:58:26.316 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T12:58:26.316 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/keyring of=/dev/stdout 2024-02-12T12:58:26.383 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-12T12:58:26.383 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T12:58:26.383 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-12T12:58:26.441 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-12T12:58:26.441 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRf/UFDnu6nKk0woWTHf4RnrGLVg2cjIok3gPhIxKU5XJafV76H+q/aO1+TCiwALDb5X7c6/w4OzChVYzpDNvuyExc4ut09UHKVnQGs49Kh7nYmLe8pmNzo7WHZ29WcMKAX5VIp4qlLA42ZZ2PjCuhdQmi248UQcX1guijLzDgKnKMHK5WrfE/JMuv2SQzxQMyiJ/wA5Wp2GKWyy/v94iYawaqDU1bymJlaN7v3KZzNYuuy7uAMIZc94SwxR46Gf+OBkaZRCan/zBy8CkVOnyRo2jiAktvm5zK2Kn2Bzf05mGZkSzgWQ8fIoklwxtcE7+1sFmJSfyOfnlWPkQJF+24y1e6tockzieS8aYZf8fyQZkSoMNSIHrC7zvc91lqwvWOUcwILzcGhWcgECpJoEw42DppssNf6InZFENbgsTG+KrOYPew+eRvOd7+OMEb13f+tHzX6g7O6uVj++83j1T5zrVKQ0lj/+ro4gDAVjSU+BWBgFoGEOMXhCF0yFk/3Sk= ceph-1d31194c-c9a6-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T12:58:26.522 INFO:teuthology.orchestra.run.smithi112.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRf/UFDnu6nKk0woWTHf4RnrGLVg2cjIok3gPhIxKU5XJafV76H+q/aO1+TCiwALDb5X7c6/w4OzChVYzpDNvuyExc4ut09UHKVnQGs49Kh7nYmLe8pmNzo7WHZ29WcMKAX5VIp4qlLA42ZZ2PjCuhdQmi248UQcX1guijLzDgKnKMHK5WrfE/JMuv2SQzxQMyiJ/wA5Wp2GKWyy/v94iYawaqDU1bymJlaN7v3KZzNYuuy7uAMIZc94SwxR46Gf+OBkaZRCan/zBy8CkVOnyRo2jiAktvm5zK2Kn2Bzf05mGZkSzgWQ8fIoklwxtcE7+1sFmJSfyOfnlWPkQJF+24y1e6tockzieS8aYZf8fyQZkSoMNSIHrC7zvc91lqwvWOUcwILzcGhWcgECpJoEw42DppssNf6InZFENbgsTG+KrOYPew+eRvOd7+OMEb13f+tHzX6g7O6uVj++83j1T5zrVKQ0lj/+ro4gDAVjSU+BWBgFoGEOMXhCF0yFk/3Sk= ceph-1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:58:26.532 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRf/UFDnu6nKk0woWTHf4RnrGLVg2cjIok3gPhIxKU5XJafV76H+q/aO1+TCiwALDb5X7c6/w4OzChVYzpDNvuyExc4ut09UHKVnQGs49Kh7nYmLe8pmNzo7WHZ29WcMKAX5VIp4qlLA42ZZ2PjCuhdQmi248UQcX1guijLzDgKnKMHK5WrfE/JMuv2SQzxQMyiJ/wA5Wp2GKWyy/v94iYawaqDU1bymJlaN7v3KZzNYuuy7uAMIZc94SwxR46Gf+OBkaZRCan/zBy8CkVOnyRo2jiAktvm5zK2Kn2Bzf05mGZkSzgWQ8fIoklwxtcE7+1sFmJSfyOfnlWPkQJF+24y1e6tockzieS8aYZf8fyQZkSoMNSIHrC7zvc91lqwvWOUcwILzcGhWcgECpJoEw42DppssNf6InZFENbgsTG+KrOYPew+eRvOd7+OMEb13f+tHzX6g7O6uVj++83j1T5zrVKQ0lj/+ro4gDAVjSU+BWBgFoGEOMXhCF0yFk/3Sk= ceph-1d31194c-c9a6-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T12:58:26.577 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRf/UFDnu6nKk0woWTHf4RnrGLVg2cjIok3gPhIxKU5XJafV76H+q/aO1+TCiwALDb5X7c6/w4OzChVYzpDNvuyExc4ut09UHKVnQGs49Kh7nYmLe8pmNzo7WHZ29WcMKAX5VIp4qlLA42ZZ2PjCuhdQmi248UQcX1guijLzDgKnKMHK5WrfE/JMuv2SQzxQMyiJ/wA5Wp2GKWyy/v94iYawaqDU1bymJlaN7v3KZzNYuuy7uAMIZc94SwxR46Gf+OBkaZRCan/zBy8CkVOnyRo2jiAktvm5zK2Kn2Bzf05mGZkSzgWQ8fIoklwxtcE7+1sFmJSfyOfnlWPkQJF+24y1e6tockzieS8aYZf8fyQZkSoMNSIHrC7zvc91lqwvWOUcwILzcGhWcgECpJoEw42DppssNf6InZFENbgsTG+KrOYPew+eRvOd7+OMEb13f+tHzX6g7O6uVj++83j1T5zrVKQ0lj/+ro4gDAVjSU+BWBgFoGEOMXhCF0yFk/3Sk= ceph-1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T12:58:26.589 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-12T12:58:30.579 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-12T12:58:30.579 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-12T12:58:31.265 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:29.889213+0000 mon.smithi112 (mon.0) 115 : audit [INF] from='client.? 172.21.15.112:0/268801934' entity='client.admin' 2024-02-12T12:58:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:31.570074+0000 mon.smithi112 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:31.970372+0000 mon.smithi112 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-02-12T12:58:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:31.974159+0000 mon.smithi112 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:31.984949+0000 mgr.smithi112.yacrbz (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi112 on smithi112 2024-02-12T12:58:35.245 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-02-12T12:58:35.245 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-02-12T12:58:35.245 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-02-12T12:58:35.267 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-02-12T12:58:35.267 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T12:58:35.328 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-02-12T12:58:35.328 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch host add smithi161 2024-02-12T12:58:35.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:34.562990+0000 mgr.smithi112.yacrbz (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:58:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:34.565393+0000 mon.smithi112 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:37.901 INFO:teuthology.orchestra.run.smithi112.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-02-12T12:58:38.765 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:37.271412+0000 mgr.smithi112.yacrbz (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:58:38.766 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:37.899360+0000 mon.smithi112 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:38.788 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-12T12:58:39.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:37.899667+0000 mgr.smithi112.yacrbz (mgr.14164) 8 : cephadm [INF] Added host smithi161 2024-02-12T12:58:40.470 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:38.609610+0000 mgr.smithi112.yacrbz (mgr.14164) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:40.861 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T12:58:40.861 INFO:teuthology.orchestra.run.smithi112.stdout:[{"addr": "172.21.15.112", "hostname": "smithi112", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-02-12T12:58:41.573 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-12T12:58:41.574 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-12T12:58:42.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:40.609915+0000 mgr.smithi112.yacrbz (mgr.14164) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:40.859951+0000 mgr.smithi112.yacrbz (mgr.14164) 11 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T12:58:44.399 INFO:teuthology.orchestra.run.smithi112.stderr:adjusted tunables profile to default 2024-02-12T12:58:44.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:42.610176+0000 mgr.smithi112.yacrbz (mgr.14164) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:44.279077+0000 mon.smithi112 (mon.0) 121 : audit [INF] from='client.? 172.21.15.112:0/85107384' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-12T12:58:45.826 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:44.394852+0000 mon.smithi112 (mon.0) 122 : audit [INF] from='client.? 172.21.15.112:0/85107384' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-12T12:58:45.826 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:44.394896+0000 mon.smithi112 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T12:58:45.848 INFO:tasks.cephadm:Adding mon.smithi112 on smithi112 2024-02-12T12:58:45.848 INFO:tasks.cephadm:Adding mon.smithi161 on smithi161 2024-02-12T12:58:45.848 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi112:172.21.15.112=smithi112;smithi161:172.21.15.161=smithi161' 2024-02-12T12:58:46.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:44.610374+0000 mgr.smithi112.yacrbz (mgr.14164) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:47.946 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mon update... 2024-02-12T12:58:48.578 DEBUG:teuthology.orchestra.run.smithi161:mon.smithi161> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi161.service 2024-02-12T12:58:48.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:58:48.582 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:58:48.600 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:46.610670+0000 mgr.smithi112.yacrbz (mgr.14164) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:48.600 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:47.945269+0000 mon.smithi112 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:48.611 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:-- Logs begin at Mon 2024-02-12 12:48:55 UTC. -- 2024-02-12T12:58:49.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:47.941411+0000 mgr.smithi112.yacrbz (mgr.14164) 15 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi112:172.21.15.112=smithi112;smithi161:172.21.15.161=smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T12:58:49.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:47.942769+0000 mgr.smithi112.yacrbz (mgr.14164) 16 : cephadm [INF] Saving service mon spec with placement smithi112:172.21.15.112=smithi112;smithi161:172.21.15.161=smithi161;count:2 2024-02-12T12:58:50.597 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:58:50.597 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:58:50.599 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:58:50.813 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:48.610924+0000 mgr.smithi112.yacrbz (mgr.14164) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:50.813 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:49.694009+0000 mon.smithi112 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:50.813 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:49.695815+0000 mon.smithi112 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T12:58:50.813 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:49.697356+0000 mon.smithi112 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T12:58:50.813 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:49.697946+0000 mon.smithi112 (mon.0) 128 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T12:58:51.724 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:49.698546+0000 mgr.smithi112.yacrbz (mgr.14164) 18 : cephadm [INF] Deploying daemon crash.smithi112 on smithi112 2024-02-12T12:58:51.724 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:50.595738+0000 mon.smithi112 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.161:0/2749062048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:58:52.162 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:58:52.162 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:58:52.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:50.611152+0000 mgr.smithi112.yacrbz (mgr.14164) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:52.014576+0000 mon.smithi112 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:52.130349+0000 mon.smithi112 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:52.132934+0000 mon.smithi112 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:52.133288+0000 mon.smithi112 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T12:58:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:52.136559+0000 mon.smithi112 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:53.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:52.133593+0000 mgr.smithi112.yacrbz (mgr.14164) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T12:58:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:58:52.139457+0000 mgr.smithi112.yacrbz (mgr.14164) 21 : cephadm [INF] Deploying daemon grafana.smithi112 on smithi112 2024-02-12T12:58:54.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:58:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:58:54.197 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:58:54.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:52.611472+0000 mgr.smithi112.yacrbz (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:54.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:53.739919+0000 mon.smithi112 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:58:54.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:54.194154+0000 mon.smithi112 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.161:0/1022469655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:58:55.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:58:55.800 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:58:56.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:54.611775+0000 mgr.smithi112.yacrbz (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:57.831 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:58:57.832 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:58:57.833 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:58:58.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:56.612144+0000 mgr.smithi112.yacrbz (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:58:58.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:58:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:58:57.830381+0000 mon.smithi112 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.161:0/3607231313' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:58:59.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:58:59.474 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:00.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:58:58.612500+0000 mgr.smithi112.yacrbz (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:01.516 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:01.516 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:01.518 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:02.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:00.612775+0000 mgr.smithi112.yacrbz (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:01.515087+0000 mon.smithi112 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.161:0/1123218983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:03.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:03.094 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:04.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:02.613019+0000 mgr.smithi112.yacrbz (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:05.138 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:05.138 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:05.140 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:05.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:05.137120+0000 mon.smithi112 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.161:0/247145982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:06.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:06.789 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:06.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:04.613220+0000 mgr.smithi112.yacrbz (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:08.840 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:08.841 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:08.842 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:08.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:06.613401+0000 mgr.smithi112.yacrbz (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:09.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:08.839264+0000 mon.smithi112 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.161:0/2810208957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:10.475 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:10.475 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:10.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:08.613731+0000 mgr.smithi112.yacrbz (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:12.457 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:12.457 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:12.459 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:12.491 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:10.614138+0000 mgr.smithi112.yacrbz (mgr.14164) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:12.491 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:12.412920+0000 mon.smithi112 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:59:12.414769+0000 mgr.smithi112.yacrbz (mgr.14164) 32 : cephadm [INF] Deploying daemon node-exporter.smithi112 on smithi112 2024-02-12T12:59:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:12.456245+0000 mon.smithi112 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.161:0/1947777786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:12.614361+0000 mgr.smithi112.yacrbz (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:14.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:14.070 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:15.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:13.745550+0000 mon.smithi112 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:16.054 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:16.054 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:16.055 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:16.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:14.614718+0000 mgr.smithi112.yacrbz (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:17.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:16.052291+0000 mon.smithi112 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.161:0/2413577852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:17.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:17.755 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:18.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:16.615089+0000 mgr.smithi112.yacrbz (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:19.791 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:19.791 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:19.793 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:19.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:18.749002+0000 mon.smithi112 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T12:59:19.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:18.751458+0000 mon.smithi112 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T12:59:20.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:18.615452+0000 mgr.smithi112.yacrbz (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:20.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:19.790590+0000 mon.smithi112 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.161:0/2885180103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:21.390 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:21.390 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:22.748 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:20.615811+0000 mgr.smithi112.yacrbz (mgr.14164) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:23.285 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:23.286 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:23.287 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:23.697 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:23.284236+0000 mon.smithi112 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.161:0/1916345649' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:22.616203+0000 mgr.smithi112.yacrbz (mgr.14164) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:23.753850+0000 mon.smithi112 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:24.923 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:24.923 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:25.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:59:23.759610+0000 mgr.smithi112.yacrbz (mgr.14164) 39 : cephadm [INF] Deploying daemon prometheus.smithi112 on smithi112 2024-02-12T12:59:26.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:24.616477+0000 mgr.smithi112.yacrbz (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:26.943 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:26.943 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:26.945 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:27.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:26.942030+0000 mon.smithi112 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.161:0/3337435350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:28.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:28.651 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:28.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:26.616729+0000 mgr.smithi112.yacrbz (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:30.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:28.617125+0000 mgr.smithi112.yacrbz (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:28.748539+0000 mon.smithi112 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:30.655 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:30.655 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:30.657 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:31.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:30.654068+0000 mon.smithi112 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.161:0/1681718958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:32.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:30.617409+0000 mgr.smithi112.yacrbz (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:32.324 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:32.324 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:34.323 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:34.323 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:34.325 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:32.617717+0000 mgr.smithi112.yacrbz (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:34.322256+0000 mon.smithi112 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.161:0/512830503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:35.997 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:35.998 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:36.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:34.618067+0000 mgr.smithi112.yacrbz (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:37.970 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:37.971 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:37.972 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:38.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:36.618375+0000 mgr.smithi112.yacrbz (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:38.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:37.969635+0000 mon.smithi112 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.161:0/3163157991' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:39.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:39.561 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:40.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:38.618685+0000 mgr.smithi112.yacrbz (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:41.671 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:41.672 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:41.673 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:40.619119+0000 mgr.smithi112.yacrbz (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:41.670476+0000 mon.smithi112 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.161:0/3087493188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:43.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:43.373 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:44.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:42.619374+0000 mgr.smithi112.yacrbz (mgr.14164) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:45.494 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:45.494 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:45.496 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:46.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:44.619597+0000 mgr.smithi112.yacrbz (mgr.14164) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:46.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:45.492957+0000 mon.smithi112 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.161:0/3498765486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:47.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:47.108 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:48.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:46.619873+0000 mgr.smithi112.yacrbz (mgr.14164) 51 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:49.086 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:49.086 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:49.088 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:49.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:49.085209+0000 mon.smithi112 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.161:0/511974520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:50.818 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:50.819 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:50.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:48.620186+0000 mgr.smithi112.yacrbz (mgr.14164) 52 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:52.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:50.612458+0000 mon.smithi112 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:52.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:50.613294+0000 mon.smithi112 (mon.0) 159 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T12:59:52.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:50.614145+0000 mon.smithi112 (mon.0) 160 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T12:59:52.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:50.614677+0000 mon.smithi112 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T12:59:52.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:50.621057+0000 mgr.smithi112.yacrbz (mgr.14164) 53 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:52.004 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:51.074447+0000 mon.smithi112 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:53.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:51.736509+0000 mon.smithi112 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:53.697 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:53.697 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:53.697 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:54.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:52.621345+0000 mgr.smithi112.yacrbz (mgr.14164) 54 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:53.176332+0000 mon.smithi112 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.161:0/901077900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T12:59:55.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:53.751538+0000 mon.smithi112 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:55.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T12:59:55.641 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T12:59:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:54.621662+0000 mgr.smithi112.yacrbz (mgr.14164) 55 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:54.817794+0000 mon.smithi112 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:59:55.061938+0000 mgr.smithi112.yacrbz (mgr.14164) 56 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T12:59:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:59:55.081714+0000 mgr.smithi112.yacrbz (mgr.14164) 57 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T12:59:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:55.110614+0000 mon.smithi112 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.142687+0000 mon.smithi112 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.521507+0000 mon.smithi112 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.522252+0000 mon.smithi112 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.526353+0000 mon.smithi112 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.528288+0000 mon.smithi112 (mon.0) 172 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.531163+0000 mon.smithi112 (mon.0) 173 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T12:59:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:56.531915+0000 mon.smithi112 (mon.0) 174 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T12:59:57.695 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T12:59:57.695 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T12:59:57.697 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T12:59:58.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:59:56.532599+0000 mgr.smithi112.yacrbz (mgr.14164) 58 : cephadm [INF] Deploying daemon crash.smithi161 on smithi161 2024-02-12T12:59:58.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:56.621933+0000 mgr.smithi112.yacrbz (mgr.14164) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T12:59:58.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 12:59:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:57.694126+0000 mon.smithi112 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.161:0/3858155706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:00:00.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:00:00.198 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:00:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T12:59:58.622234+0000 mgr.smithi112.yacrbz (mgr.14164) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:59.726787+0000 mon.smithi112 (mon.0) 176 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:59.729427+0000 mon.smithi112 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:00:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:59.731367+0000 mon.smithi112 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-12T13:00:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:59.732149+0000 mon.smithi112 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:00:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T12:59:59.733063+0000 mon.smithi112 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:01.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T12:59:59.733724+0000 mgr.smithi112.yacrbz (mgr.14164) 61 : cephadm [INF] Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:00:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:00.622447+0000 mgr.smithi112.yacrbz (mgr.14164) 62 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:02.048366+0000 mon.smithi112 (mon.0) 181 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:02.050253+0000 mon.smithi112 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:00:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:02.051044+0000 mon.smithi112 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:03.739 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T13:00:03.739 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T12:57:02.669903Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:00:03.742 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-02-12T13:00:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:02.051673+0000 mgr.smithi112.yacrbz (mgr.14164) 63 : cephadm [INF] Deploying daemon mon.smithi161 on smithi161 2024-02-12T13:00:04.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:02.622803+0000 mgr.smithi112.yacrbz (mgr.14164) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:04.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:03.738483+0000 mon.smithi112 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.161:0/2818952819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:00:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:03.755361+0000 mon.smithi112 (mon.0) 185 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:05.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:00:05.423 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:00:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:04.623128+0000 mgr.smithi112.yacrbz (mgr.14164) 65 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:07.150760+0000 mon.smithi112 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi161.ipspmc started 2024-02-12T13:00:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:07.152670+0000 mon.smithi112 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.161:0/3550997123' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:00:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:07.153071+0000 mon.smithi112 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.161:0/3550997123' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:00:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:07.154927+0000 mon.smithi112 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.161:0/3550997123' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:00:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:07.156021+0000 mon.smithi112 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.161:0/3550997123' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:00:08.039 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: debug 2024-02-12T13:00:07.942+0000 7fddddd15700 20 expand_channel_meta expanded map: {default=debug} 2024-02-12T13:00:08.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:08 smithi161 bash[39420]: df5df743bbd5618a8d883db3e37d5a8968eef7e5b514cc107140a0d5370d8945 2024-02-12T13:00:08.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:08 smithi161 systemd[1]: Started Ceph mon.smithi161 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:00:13.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:07.948995+0000 mon.smithi112 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:00:13.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:07.949257+0000 mon.smithi112 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:07.949389+0000 mon.smithi112 (mon.0) 196 : cluster [INF] mon.smithi112 calling monitor election 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:08.623785+0000 mgr.smithi112.yacrbz (mgr.14164) 67 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:08.945532+0000 mon.smithi112 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:09.945975+0000 mon.smithi112 (mon.0) 198 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:09.946871+0000 mon.smithi161 (mon.1) 1 : cluster [INF] mon.smithi161 calling monitor election 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:10.624187+0000 mgr.smithi112.yacrbz (mgr.14164) 68 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:10.945839+0000 mon.smithi112 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:11.945962+0000 mon.smithi112 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:12.946124+0000 mon.smithi112 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.978496+0000 mon.smithi112 (mon.0) 202 : cluster [INF] mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.985357+0000 mon.smithi112 (mon.0) 203 : cluster [DBG] monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.985450+0000 mon.smithi112 (mon.0) 204 : cluster [DBG] fsmap 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.985492+0000 mon.smithi112 (mon.0) 205 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.985886+0000 mon.smithi112 (mon.0) 206 : cluster [DBG] mgrmap e18: smithi112.yacrbz(active, since 114s), standbys: smithi161.ipspmc 2024-02-12T13:00:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.990806+0000 mon.smithi112 (mon.0) 207 : cluster [INF] overall HEALTH_OK 2024-02-12T13:00:13.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:12.994037+0000 mon.smithi112 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:13.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:07.948995+0000 mon.smithi112 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:07.949257+0000 mon.smithi112 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:07.949389+0000 mon.smithi112 (mon.0) 196 : cluster [INF] mon.smithi112 calling monitor election 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:08.623785+0000 mgr.smithi112.yacrbz (mgr.14164) 67 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:08.945532+0000 mon.smithi112 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:09.945975+0000 mon.smithi112 (mon.0) 198 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:09.946871+0000 mon.smithi161 (mon.1) 1 : cluster [INF] mon.smithi161 calling monitor election 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:10.624187+0000 mgr.smithi112.yacrbz (mgr.14164) 68 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:10.945839+0000 mon.smithi112 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:11.945962+0000 mon.smithi112 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:12.946124+0000 mon.smithi112 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.978496+0000 mon.smithi112 (mon.0) 202 : cluster [INF] mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:00:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.985357+0000 mon.smithi112 (mon.0) 203 : cluster [DBG] monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} 2024-02-12T13:00:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.985450+0000 mon.smithi112 (mon.0) 204 : cluster [DBG] fsmap 2024-02-12T13:00:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.985492+0000 mon.smithi112 (mon.0) 205 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T13:00:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.985886+0000 mon.smithi112 (mon.0) 206 : cluster [DBG] mgrmap e18: smithi112.yacrbz(active, since 114s), standbys: smithi161.ipspmc 2024-02-12T13:00:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.990806+0000 mon.smithi112 (mon.0) 207 : cluster [INF] overall HEALTH_OK 2024-02-12T13:00:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:12.994037+0000 mon.smithi112 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:14.287 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-02-12T13:00:14.287 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":2,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","modified":"2024-02-12T13:00:07.945765Z","created":"2024-02-12T12:57:02.669903Z","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":"smithi112","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi161","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-12T13:00:14.288 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 2 2024-02-12T13:00:14.310 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:12.624516+0000 mgr.smithi112.yacrbz (mgr.14164) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:14.311 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:12.995738+0000 mgr.smithi112.yacrbz (mgr.14164) 70 : cephadm [INF] Deploying daemon node-exporter.smithi161 on smithi161 2024-02-12T13:00:14.311 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:13.760549+0000 mon.smithi112 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:14.311 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:13.946309+0000 mon.smithi112 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:14.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:12.624516+0000 mgr.smithi112.yacrbz (mgr.14164) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:14.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:12.995738+0000 mgr.smithi112.yacrbz (mgr.14164) 70 : cephadm [INF] Deploying daemon node-exporter.smithi161 on smithi161 2024-02-12T13:00:14.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:13.760549+0000 mon.smithi112 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:14.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:13.946309+0000 mon.smithi112 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:00:14.901 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-12T13:00:14.901 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-12T13:00:15.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:14.284507+0000 mon.smithi112 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.161:0/3122169396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:00:15.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:14.284507+0000 mon.smithi112 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.161:0/3122169396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:00:16.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:14.624858+0000 mgr.smithi112.yacrbz (mgr.14164) 71 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:16.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:14.624858+0000 mgr.smithi112.yacrbz (mgr.14164) 71 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:18.053 INFO:teuthology.orchestra.run.smithi112.stdout:# minimal ceph.conf for 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:00:18.053 INFO:teuthology.orchestra.run.smithi112.stdout:[global] 2024-02-12T13:00:18.053 INFO:teuthology.orchestra.run.smithi112.stdout: fsid = 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:00:18.053 INFO:teuthology.orchestra.run.smithi112.stdout: mon_host = [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-02-12T13:00:18.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:16.625183+0000 mgr.smithi112.yacrbz (mgr.14164) 72 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:18.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:18.051883+0000 mon.smithi112 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.112:0/4132141278' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:18.671 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-12T13:00:18.671 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T13:00:18.671 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.conf 2024-02-12T13:00:18.701 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T13:00:18.702 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:00:18.768 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-02-12T13:00:18.769 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-02-12T13:00:18.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:16.625183+0000 mgr.smithi112.yacrbz (mgr.14164) 72 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:18.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:18.051883+0000 mon.smithi112 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.112:0/4132141278' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:18.806 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-02-12T13:00:18.806 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:00:18.877 INFO:tasks.cephadm:Deploying OSDs... 2024-02-12T13:00:18.878 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T13:00:18.878 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T13:00:18.895 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:00:18.896 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_1 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 165287 Links: 1 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-02-12 12:59:49.894802277 +0000 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-02-12 12:55:28.075459608 +0000 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-02-12 12:55:28.075459608 +0000 2024-02-12T13:00:18.953 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-02-12T13:00:18.953 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-12T13:00:19.017 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-02-12T13:00:19.018 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-02-12T13:00:19.018 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000174241 s, 2.9 MB/s 2024-02-12T13:00:19.019 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-12T13:00:19.077 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_2 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 165321 Links: 1 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-02-12 12:59:49.894802277 +0000 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-02-12 12:55:28.449450010 +0000 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-02-12 12:55:28.449450010 +0000 2024-02-12T13:00:19.135 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-02-12T13:00:19.136 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-12T13:00:19.200 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-02-12T13:00:19.200 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-02-12T13:00:19.201 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000240135 s, 2.1 MB/s 2024-02-12T13:00:19.202 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-12T13:00:19.260 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_3 2024-02-12T13:00:19.318 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 168288 Links: 1 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-02-12 12:59:49.894802277 +0000 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-02-12 12:55:28.798441053 +0000 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-02-12 12:55:28.798441053 +0000 2024-02-12T13:00:19.319 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-02-12T13:00:19.319 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-12T13:00:19.384 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-02-12T13:00:19.384 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-02-12T13:00:19.384 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000205219 s, 2.5 MB/s 2024-02-12T13:00:19.385 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-12T13:00:19.444 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_4 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 6h/6d Inode: 164461 Links: 1 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-02-12 12:59:49.894802277 +0000 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-02-12 12:55:29.142432225 +0000 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-02-12 12:55:29.142432225 +0000 2024-02-12T13:00:19.503 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: - 2024-02-12T13:00:19.504 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-12T13:00:19.567 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-02-12T13:00:19.568 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-02-12T13:00:19.568 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.00020608 s, 2.5 MB/s 2024-02-12T13:00:19.569 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-12T13:00:19.626 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-02-12T13:00:19.627 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T13:00:19.649 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:00:19.649 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-02-12T13:00:19.709 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-12T13:00:19.709 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:19.709 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 162798 Links: 1 2024-02-12T13:00:19.710 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:19.710 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:19.710 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-02-12 13:00:13.404162359 +0000 2024-02-12T13:00:19.710 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-02-12 12:55:28.034123232 +0000 2024-02-12T13:00:19.710 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-02-12 12:55:28.034123232 +0000 2024-02-12T13:00:19.710 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-02-12T13:00:19.710 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-12T13:00:19.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:18.749966+0000 mon.smithi112 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:00:19.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:18.752181+0000 mon.smithi112 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:00:19.779 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-02-12T13:00:19.779 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-02-12T13:00:19.779 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000233048 s, 2.2 MB/s 2024-02-12T13:00:19.780 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-12T13:00:19.842 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-02-12T13:00:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:18.749966+0000 mon.smithi112 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:00:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:18.752181+0000 mon.smithi112 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:00:19.902 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-12T13:00:19.902 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:19.902 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 165158 Links: 1 2024-02-12T13:00:19.903 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:19.903 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:19.903 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-02-12 13:00:13.404162359 +0000 2024-02-12T13:00:19.903 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-02-12 12:55:28.356116501 +0000 2024-02-12T13:00:19.903 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-02-12 12:55:28.356116501 +0000 2024-02-12T13:00:19.903 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-02-12T13:00:19.903 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-12T13:00:19.970 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-02-12T13:00:19.970 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-02-12T13:00:19.971 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000227715 s, 2.2 MB/s 2024-02-12T13:00:19.972 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-12T13:00:20.031 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-02-12T13:00:20.089 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-12T13:00:20.089 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:20.089 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 170115 Links: 1 2024-02-12T13:00:20.089 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:20.089 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:20.089 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-02-12 13:00:13.405162337 +0000 2024-02-12T13:00:20.090 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-02-12 12:55:28.694109436 +0000 2024-02-12T13:00:20.090 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-02-12 12:55:28.694109436 +0000 2024-02-12T13:00:20.090 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-02-12T13:00:20.090 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-12T13:00:20.156 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-02-12T13:00:20.156 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-02-12T13:00:20.156 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000191723 s, 2.7 MB/s 2024-02-12T13:00:20.157 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-12T13:00:20.216 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-02-12T13:00:20.273 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 171014 Links: 1 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-02-12 13:00:13.405162337 +0000 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-02-12 12:55:29.019102643 +0000 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-02-12 12:55:29.019102643 +0000 2024-02-12T13:00:20.274 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-02-12T13:00:20.274 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-12T13:00:20.339 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-02-12T13:00:20.340 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-02-12T13:00:20.340 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000209921 s, 2.4 MB/s 2024-02-12T13:00:20.341 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-12T13:00:20.399 INFO:tasks.cephadm:Deploying osd.0 on smithi112 with /dev/vg_nvme/lv_4... 2024-02-12T13:00:20.399 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-12T13:00:20.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:18.625491+0000 mgr.smithi112.yacrbz (mgr.14164) 73 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:20.848 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:18.625491+0000 mgr.smithi112.yacrbz (mgr.14164) 73 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:22.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:20.625786+0000 mgr.smithi112.yacrbz (mgr.14164) 74 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:22.736 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-12T13:00:22.736 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-12T13:00:22.736 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10+0 records in 2024-02-12T13:00:22.736 INFO:teuthology.orchestra.run.smithi112.stderr:10+0 records out 2024-02-12T13:00:22.736 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112703 s, 930 MB/s 2024-02-12T13:00:22.736 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping successful for: 2024-02-12T13:00:22.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:20.625786+0000 mgr.smithi112.yacrbz (mgr.14164) 74 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:23.419 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi112:vg_nvme/lv_4 2024-02-12T13:00:24.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:22.626063+0000 mgr.smithi112.yacrbz (mgr.14164) 75 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:24.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:23.782980+0000 mon.smithi112 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:24.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:23.784100+0000 mon.smithi112 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:00:24.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:23.784946+0000 mon.smithi112 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:24.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:23.785499+0000 mon.smithi112 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:00:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:22.626063+0000 mgr.smithi112.yacrbz (mgr.14164) 75 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:23.782980+0000 mon.smithi112 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:23.784100+0000 mon.smithi112 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:00:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:23.784946+0000 mon.smithi112 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:23.785499+0000 mon.smithi112 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:00:26.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:24.626280+0000 mgr.smithi112.yacrbz (mgr.14164) 76 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:25.626775+0000 mon.smithi112 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:00:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:25.628068+0000 mon.smithi112 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:00:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:25.628525+0000 mon.smithi112 (mon.0) 221 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:25.704614+0000 mon.smithi112 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:25.747783+0000 mon.smithi112 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:24.626280+0000 mgr.smithi112.yacrbz (mgr.14164) 76 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:25.626775+0000 mon.smithi112 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:00:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:25.628068+0000 mon.smithi112 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:00:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:25.628525+0000 mon.smithi112 (mon.0) 221 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:25.704614+0000 mon.smithi112 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:25.747783+0000 mon.smithi112 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:27.736 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:25.625852+0000 mgr.smithi112.yacrbz (mgr.14164) 77 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:00:27.737 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:25.705088+0000 mgr.smithi112.yacrbz (mgr.14164) 78 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:00:27.737 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:25.718683+0000 mgr.smithi112.yacrbz (mgr.14164) 79 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:00:27.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:25.625852+0000 mgr.smithi112.yacrbz (mgr.14164) 77 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:00:27.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:25.705088+0000 mgr.smithi112.yacrbz (mgr.14164) 78 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:00:27.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:25.718683+0000 mgr.smithi112.yacrbz (mgr.14164) 79 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:00:28.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:26.626545+0000 mgr.smithi112.yacrbz (mgr.14164) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:28.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:26.626545+0000 mgr.smithi112.yacrbz (mgr.14164) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:28.626769+0000 mgr.smithi112.yacrbz (mgr.14164) 81 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:28.767115+0000 mon.smithi112 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:28.865444+0000 mon.smithi112 (mon.0) 225 : audit [INF] from='client.? 172.21.15.112:0/2789993142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cf07fe3-72c2-4f49-9b16-d110fcf83959"}]: dispatch 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:28.873429+0000 mon.smithi112 (mon.0) 226 : audit [INF] from='client.? 172.21.15.112:0/2789993142' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cf07fe3-72c2-4f49-9b16-d110fcf83959"}]': finished 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:28.873465+0000 mon.smithi112 (mon.0) 227 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:28.873563+0000 mon.smithi112 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:30.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:29.302923+0000 mon.smithi112 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.112:0/2813965486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:28.626769+0000 mgr.smithi112.yacrbz (mgr.14164) 81 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:28.767115+0000 mon.smithi112 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:28.865444+0000 mon.smithi112 (mon.0) 225 : audit [INF] from='client.? 172.21.15.112:0/2789993142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cf07fe3-72c2-4f49-9b16-d110fcf83959"}]: dispatch 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:28.873429+0000 mon.smithi112 (mon.0) 226 : audit [INF] from='client.? 172.21.15.112:0/2789993142' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cf07fe3-72c2-4f49-9b16-d110fcf83959"}]': finished 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:28.873465+0000 mon.smithi112 (mon.0) 227 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:28.873563+0000 mon.smithi112 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:29.302923+0000 mon.smithi112 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.112:0/2813965486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:00:32.578 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:30.627062+0000 mgr.smithi112.yacrbz (mgr.14164) 82 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:31.349683+0000 mon.smithi112 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:31.350174+0000 mgr.smithi112.yacrbz (mgr.14164) 83 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:31.368454+0000 mon.smithi112 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:31.371241+0000 mon.smithi112 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:31.373490+0000 mgr.smithi112.yacrbz (mgr.14164) 84 : cephadm [INF] Reconfiguring mon.smithi112 (unknown last config time)... 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:31.373729+0000 mon.smithi112 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:31.374232+0000 mon.smithi112 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:31.374667+0000 mon.smithi112 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:32.579 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:31.375057+0000 mgr.smithi112.yacrbz (mgr.14164) 85 : cephadm [INF] Reconfiguring daemon mon.smithi112 on smithi112 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:30.627062+0000 mgr.smithi112.yacrbz (mgr.14164) 82 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:31.349683+0000 mon.smithi112 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:31.350174+0000 mgr.smithi112.yacrbz (mgr.14164) 83 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:31.368454+0000 mon.smithi112 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:31.371241+0000 mon.smithi112 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:31.373490+0000 mgr.smithi112.yacrbz (mgr.14164) 84 : cephadm [INF] Reconfiguring mon.smithi112 (unknown last config time)... 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:31.373729+0000 mon.smithi112 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:31.374232+0000 mon.smithi112 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:31.374667+0000 mon.smithi112 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:31.375057+0000 mgr.smithi112.yacrbz (mgr.14164) 85 : cephadm [INF] Reconfiguring daemon mon.smithi112 on smithi112 2024-02-12T13:00:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:32.627315+0000 mgr.smithi112.yacrbz (mgr.14164) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:34.225986+0000 mon.smithi112 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:34.226767+0000 mon.smithi112 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:00:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:34.227469+0000 mon.smithi112 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:00:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:34.228018+0000 mon.smithi112 (mon.0) 239 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:32.627315+0000 mgr.smithi112.yacrbz (mgr.14164) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:34.225986+0000 mon.smithi112 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:34.226767+0000 mon.smithi112 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:00:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:34.227469+0000 mon.smithi112 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:00:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:34.228018+0000 mon.smithi112 (mon.0) 239 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:35.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:34.226505+0000 mgr.smithi112.yacrbz (mgr.14164) 87 : cephadm [INF] Reconfiguring mgr.smithi112.yacrbz (unknown last config time)... 2024-02-12T13:00:35.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:34.228461+0000 mgr.smithi112.yacrbz (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:00:35.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:34.226505+0000 mgr.smithi112.yacrbz (mgr.14164) 87 : cephadm [INF] Reconfiguring mgr.smithi112.yacrbz (unknown last config time)... 2024-02-12T13:00:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:34.228461+0000 mgr.smithi112.yacrbz (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:00:36.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:34.627636+0000 mgr.smithi112.yacrbz (mgr.14164) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:36.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:36.035508+0000 mon.smithi112 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:00:36.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:36.036095+0000 mon.smithi112 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:34.627636+0000 mgr.smithi112.yacrbz (mgr.14164) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:36.035508+0000 mon.smithi112 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:00:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:36.036095+0000 mon.smithi112 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:37.596 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:36.036558+0000 mgr.smithi112.yacrbz (mgr.14164) 90 : cephadm [INF] Deploying daemon osd.0 on smithi112 2024-02-12T13:00:37.596 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:37.258363+0000 mon.smithi112 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:36.036558+0000 mgr.smithi112.yacrbz (mgr.14164) 90 : cephadm [INF] Deploying daemon osd.0 on smithi112 2024-02-12T13:00:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:37.258363+0000 mon.smithi112 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:38.574 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:36.627945+0000 mgr.smithi112.yacrbz (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:38.574 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:37.258994+0000 mgr.smithi112.yacrbz (mgr.14164) 92 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-02-12T13:00:38.574 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:37.261093+0000 mgr.smithi112.yacrbz (mgr.14164) 93 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-02-12T13:00:38.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:36.627945+0000 mgr.smithi112.yacrbz (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:38.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:37.258994+0000 mgr.smithi112.yacrbz (mgr.14164) 92 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-02-12T13:00:38.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:37.261093+0000 mgr.smithi112.yacrbz (mgr.14164) 93 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-02-12T13:00:40.680 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:38.628206+0000 mgr.smithi112.yacrbz (mgr.14164) 94 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:40.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:38.628206+0000 mgr.smithi112.yacrbz (mgr.14164) 94 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:40.958 INFO:teuthology.orchestra.run.smithi112.stdout:Created osd(s) 0 on host 'smithi112' 2024-02-12T13:00:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:40.628441+0000 mgr.smithi112.yacrbz (mgr.14164) 95 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:40.949383+0000 mon.smithi112 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:40.955492+0000 mon.smithi112 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:42.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:40.628441+0000 mgr.smithi112.yacrbz (mgr.14164) 95 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:42.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:40.949383+0000 mon.smithi112 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:42.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:40.955492+0000 mon.smithi112 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:42.565 DEBUG:teuthology.orchestra.run.smithi112:osd.0> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.0.service 2024-02-12T13:00:42.568 INFO:tasks.cephadm:Deploying osd.1 on smithi112 with /dev/vg_nvme/lv_3... 2024-02-12T13:00:42.568 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-12T13:00:42.597 INFO:journalctl@ceph.osd.0.smithi112.stdout:-- Logs begin at Mon 2024-02-12 12:48:43 UTC. -- 2024-02-12T13:00:44.087 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:00:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0[46014]: debug 2024-02-12T13:00:43.997+0000 7f6a7843b080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-12T13:00:44.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:42.628691+0000 mgr.smithi112.yacrbz (mgr.14164) 96 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:44.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:44.001011+0000 mon.smithi112 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:00:44.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:42.628691+0000 mgr.smithi112.yacrbz (mgr.14164) 96 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:44.001011+0000 mon.smithi112 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:00:45.580 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:00:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0[46014]: debug 2024-02-12T13:00:45.422+0000 7f6a6e99e700 -1 osd.0 0 waiting for initial osdmap 2024-02-12T13:00:45.580 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:00:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0[46014]: debug 2024-02-12T13:00:45.425+0000 7f6a68915700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:00:45.580 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:44.418496+0000 mon.smithi112 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:00:45.580 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:44.418558+0000 mon.smithi112 (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-12T13:00:45.580 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:44.418666+0000 mon.smithi112 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:45.580 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:44.418997+0000 mon.smithi112 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:00:45.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:44.418496+0000 mon.smithi112 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:00:45.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:44.418558+0000 mon.smithi112 (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-12T13:00:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:44.418666+0000 mon.smithi112 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:44.418997+0000 mon.smithi112 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10+0 records in 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr:10+0 records out 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133202 s, 787 MB/s 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 2024-02-12T13:00:46.466 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping successful for: 2024-02-12T13:00:46.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:44.629195+0000 mgr.smithi112.yacrbz (mgr.14164) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:46.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:45.420272+0000 mon.smithi112 (mon.0) 250 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:00:46.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:45.420338+0000 mon.smithi112 (mon.0) 251 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-12T13:00:46.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:45.420686+0000 mon.smithi112 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:46.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:45.424207+0000 mon.smithi112 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:46.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:44.629195+0000 mgr.smithi112.yacrbz (mgr.14164) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:45.420272+0000 mon.smithi112 (mon.0) 250 : audit [INF] from='osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:00:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:45.420338+0000 mon.smithi112 (mon.0) 251 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-12T13:00:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:45.420686+0000 mon.smithi112 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:45.424207+0000 mon.smithi112 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:47.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:44.989538+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:00:47.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:44.989629+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:00:47.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:46.425434+0000 mon.smithi112 (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924] boot 2024-02-12T13:00:47.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:46.425460+0000 mon.smithi112 (mon.0) 255 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-12T13:00:47.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:46.425733+0000 mon.smithi112 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:47.670 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi112:vg_nvme/lv_3 2024-02-12T13:00:47.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:44.989538+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:00:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:44.989629+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:00:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:46.425434+0000 mon.smithi112 (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.112:6802/4096002924,v1:172.21.15.112:6803/4096002924] boot 2024-02-12T13:00:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:46.425460+0000 mon.smithi112 (mon.0) 255 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-12T13:00:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:46.425733+0000 mon.smithi112 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:00:48.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:46.629441+0000 mgr.smithi112.yacrbz (mgr.14164) 98 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:48.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:47.432477+0000 mon.smithi112 (mon.0) 257 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-12T13:00:48.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:46.629441+0000 mgr.smithi112.yacrbz (mgr.14164) 98 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:00:48.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:47.432477+0000 mon.smithi112 (mon.0) 257 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-12T13:00:49.895 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:48.629685+0000 mgr.smithi112.yacrbz (mgr.14164) 99 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:49.895 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:48.734746+0000 mon.smithi112 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:49.895 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:48.735221+0000 mgr.smithi112.yacrbz (mgr.14164) 100 : cephadm [INF] Reconfiguring crash.smithi112 (monmap changed)... 2024-02-12T13:00:49.895 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:48.735462+0000 mon.smithi112 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:00:49.896 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:48.736100+0000 mon.smithi112 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:49.896 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:48.736574+0000 mgr.smithi112.yacrbz (mgr.14164) 101 : cephadm [INF] Reconfiguring daemon crash.smithi112 on smithi112 2024-02-12T13:00:50.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:48.629685+0000 mgr.smithi112.yacrbz (mgr.14164) 99 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:48.734746+0000 mon.smithi112 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:48.735221+0000 mgr.smithi112.yacrbz (mgr.14164) 100 : cephadm [INF] Reconfiguring crash.smithi112 (monmap changed)... 2024-02-12T13:00:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:48.735462+0000 mon.smithi112 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:00:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:48.736100+0000 mon.smithi112 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:48.736574+0000 mgr.smithi112.yacrbz (mgr.14164) 101 : cephadm [INF] Reconfiguring daemon crash.smithi112 on smithi112 2024-02-12T13:00:51.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:50.543485+0000 mon.smithi112 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:00:51.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:50.544656+0000 mon.smithi112 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:00:51.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:50.545151+0000 mon.smithi112 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:51.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:50.543485+0000 mon.smithi112 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:00:51.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:50.544656+0000 mon.smithi112 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:00:51.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:50.545151+0000 mon.smithi112 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:00:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:50.542808+0000 mgr.smithi112.yacrbz (mgr.14164) 102 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:00:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:50.629947+0000 mgr.smithi112.yacrbz (mgr.14164) 103 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:51.109401+0000 mon.smithi112 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:51.109936+0000 mgr.smithi112.yacrbz (mgr.14164) 104 : cephadm [INF] Reconfiguring grafana.smithi112 (dependencies changed)... 2024-02-12T13:00:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:51.113917+0000 mgr.smithi112.yacrbz (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon grafana.smithi112 on smithi112 2024-02-12T13:00:52.585 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:50.542808+0000 mgr.smithi112.yacrbz (mgr.14164) 102 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:00:52.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:50.629947+0000 mgr.smithi112.yacrbz (mgr.14164) 103 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:52.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:51.109401+0000 mon.smithi112 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:52.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:51.109936+0000 mgr.smithi112.yacrbz (mgr.14164) 104 : cephadm [INF] Reconfiguring grafana.smithi112 (dependencies changed)... 2024-02-12T13:00:52.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:51.113917+0000 mgr.smithi112.yacrbz (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon grafana.smithi112 on smithi112 2024-02-12T13:00:54.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:52.630185+0000 mgr.smithi112.yacrbz (mgr.14164) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:54.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:52.630185+0000 mgr.smithi112.yacrbz (mgr.14164) 106 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:56.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:54.630493+0000 mgr.smithi112.yacrbz (mgr.14164) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:56.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:54.630493+0000 mgr.smithi112.yacrbz (mgr.14164) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:56.630841+0000 mgr.smithi112.yacrbz (mgr.14164) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:56.665804+0000 mon.smithi112 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:56.666370+0000 mgr.smithi112.yacrbz (mgr.14164) 109 : cephadm [INF] Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:00:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:00:56.668462+0000 mgr.smithi112.yacrbz (mgr.14164) 110 : cephadm [INF] Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:00:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:56.630841+0000 mgr.smithi112.yacrbz (mgr.14164) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:00:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:56.665804+0000 mon.smithi112 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:00:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:56.666370+0000 mgr.smithi112.yacrbz (mgr.14164) 109 : cephadm [INF] Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:00:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:00:56.668462+0000 mgr.smithi112.yacrbz (mgr.14164) 110 : cephadm [INF] Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:00:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:57.748430+0000 mon.smithi112 (mon.0) 266 : audit [INF] from='client.? 172.21.15.112:0/2721475994' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44927b62-adcd-4bf0-ae2e-58a401f964c1"}]: dispatch 2024-02-12T13:00:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:57.752016+0000 mon.smithi112 (mon.0) 267 : audit [INF] from='client.? 172.21.15.112:0/2721475994' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44927b62-adcd-4bf0-ae2e-58a401f964c1"}]': finished 2024-02-12T13:00:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:57.752092+0000 mon.smithi112 (mon.0) 268 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-12T13:00:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:57.752178+0000 mon.smithi112 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:00:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:00:58.161739+0000 mon.smithi112 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.112:0/189625709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:00:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:57.748430+0000 mon.smithi112 (mon.0) 266 : audit [INF] from='client.? 172.21.15.112:0/2721475994' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44927b62-adcd-4bf0-ae2e-58a401f964c1"}]: dispatch 2024-02-12T13:00:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:57.752016+0000 mon.smithi112 (mon.0) 267 : audit [INF] from='client.? 172.21.15.112:0/2721475994' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44927b62-adcd-4bf0-ae2e-58a401f964c1"}]': finished 2024-02-12T13:00:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:57.752092+0000 mon.smithi112 (mon.0) 268 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-12T13:00:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:57.752178+0000 mon.smithi112 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:00:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:00:58.161739+0000 mon.smithi112 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.112:0/189625709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:01:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:00:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:00:58.631183+0000 mgr.smithi112.yacrbz (mgr.14164) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:00.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:00:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:00:58.631183+0000 mgr.smithi112.yacrbz (mgr.14164) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:01.800 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:00.631524+0000 mgr.smithi112.yacrbz (mgr.14164) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:00.631524+0000 mgr.smithi112.yacrbz (mgr.14164) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:04.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:02.631884+0000 mgr.smithi112.yacrbz (mgr.14164) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:04.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:02.631884+0000 mgr.smithi112.yacrbz (mgr.14164) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:06.692 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:04.632333+0000 mgr.smithi112.yacrbz (mgr.14164) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:06.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:04.632333+0000 mgr.smithi112.yacrbz (mgr.14164) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:06.632749+0000 mgr.smithi112.yacrbz (mgr.14164) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:06.822227+0000 mon.smithi112 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:06.822828+0000 mgr.smithi112.yacrbz (mgr.14164) 116 : cephadm [INF] Reconfiguring crash.smithi161 (monmap changed)... 2024-02-12T13:01:08.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:06.823093+0000 mon.smithi112 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:01:08.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:06.823751+0000 mon.smithi112 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:08.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:06.824187+0000 mgr.smithi112.yacrbz (mgr.14164) 117 : cephadm [INF] Reconfiguring daemon crash.smithi161 on smithi161 2024-02-12T13:01:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:06.632749+0000 mgr.smithi112.yacrbz (mgr.14164) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:06.822227+0000 mon.smithi112 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:06.822828+0000 mgr.smithi112.yacrbz (mgr.14164) 116 : cephadm [INF] Reconfiguring crash.smithi161 (monmap changed)... 2024-02-12T13:01:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:06.823093+0000 mon.smithi112 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:01:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:06.823751+0000 mon.smithi112 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:06.824187+0000 mgr.smithi112.yacrbz (mgr.14164) 117 : cephadm [INF] Reconfiguring daemon crash.smithi161 on smithi161 2024-02-12T13:01:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:08.154970+0000 mon.smithi112 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:01:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:08.155676+0000 mon.smithi112 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:08.156209+0000 mgr.smithi112.yacrbz (mgr.14164) 118 : cephadm [INF] Deploying daemon osd.1 on smithi112 2024-02-12T13:01:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:08.211290+0000 mon.smithi112 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:08.211779+0000 mgr.smithi112.yacrbz (mgr.14164) 119 : cephadm [INF] Reconfiguring mgr.smithi161.ipspmc (monmap changed)... 2024-02-12T13:01:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:08.212009+0000 mon.smithi112 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:01:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:08.212672+0000 mon.smithi112 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:01:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:08.213217+0000 mon.smithi112 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:08.213675+0000 mgr.smithi112.yacrbz (mgr.14164) 120 : cephadm [INF] Reconfiguring daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:01:08.885 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:08.154970+0000 mon.smithi112 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:08.155676+0000 mon.smithi112 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:08.156209+0000 mgr.smithi112.yacrbz (mgr.14164) 118 : cephadm [INF] Deploying daemon osd.1 on smithi112 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:08.211290+0000 mon.smithi112 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:08.211779+0000 mgr.smithi112.yacrbz (mgr.14164) 119 : cephadm [INF] Reconfiguring mgr.smithi161.ipspmc (monmap changed)... 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:08.212009+0000 mon.smithi112 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:08.212672+0000 mon.smithi112 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:08.213217+0000 mon.smithi112 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:08.886 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:08.213675+0000 mgr.smithi112.yacrbz (mgr.14164) 120 : cephadm [INF] Reconfiguring daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:01:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:08.633088+0000 mgr.smithi112.yacrbz (mgr.14164) 121 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:09.550359+0000 mon.smithi112 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:09.551202+0000 mon.smithi112 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:01:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:09.551873+0000 mon.smithi112 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:01:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:09.552459+0000 mon.smithi112 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:10.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:08.633088+0000 mgr.smithi112.yacrbz (mgr.14164) 121 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:10.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:09.550359+0000 mon.smithi112 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:10.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:09.551202+0000 mon.smithi112 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:01:10.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:09.551873+0000 mon.smithi112 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:01:10.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:09.552459+0000 mon.smithi112 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:11.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:09.550867+0000 mgr.smithi112.yacrbz (mgr.14164) 122 : cephadm [INF] Reconfiguring mon.smithi161 (monmap changed)... 2024-02-12T13:01:11.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:09.552958+0000 mgr.smithi112.yacrbz (mgr.14164) 123 : cephadm [INF] Reconfiguring daemon mon.smithi161 on smithi161 2024-02-12T13:01:11.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:11.029930+0000 mon.smithi112 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:11.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:11.032119+0000 mon.smithi112 (mon.0) 285 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:01:11.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:09.550867+0000 mgr.smithi112.yacrbz (mgr.14164) 122 : cephadm [INF] Reconfiguring mon.smithi161 (monmap changed)... 2024-02-12T13:01:11.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:09.552958+0000 mgr.smithi112.yacrbz (mgr.14164) 123 : cephadm [INF] Reconfiguring daemon mon.smithi161 on smithi161 2024-02-12T13:01:11.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:11.029930+0000 mon.smithi112 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:11.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:11.032119+0000 mon.smithi112 (mon.0) 285 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:01:12.018 INFO:teuthology.orchestra.run.smithi112.stdout:Created osd(s) 1 on host 'smithi112' 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:10.633341+0000 mgr.smithi112.yacrbz (mgr.14164) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:11.032416+0000 mgr.smithi112.yacrbz (mgr.14164) 125 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.011026+0000 mon.smithi112 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.014388+0000 mon.smithi112 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.027890+0000 mon.smithi112 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.112:9093"}]: dispatch 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.031826+0000 mon.smithi112 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.034453+0000 mon.smithi112 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.040814+0000 mon.smithi112 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.112:3000"}]: dispatch 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.044819+0000 mon.smithi112 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.048077+0000 mon.smithi112 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:01:12.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.052216+0000 mon.smithi112 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.112:9095"}]: dispatch 2024-02-12T13:01:12.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.055837+0000 mon.smithi112 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.057202+0000 mon.smithi112 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:01:12.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.057958+0000 mon.smithi112 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:12.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.058628+0000 mon.smithi112 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:10.633341+0000 mgr.smithi112.yacrbz (mgr.14164) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:11.032416+0000 mgr.smithi112.yacrbz (mgr.14164) 125 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.011026+0000 mon.smithi112 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.014388+0000 mon.smithi112 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.027890+0000 mon.smithi112 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.112:9093"}]: dispatch 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.031826+0000 mon.smithi112 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.034453+0000 mon.smithi112 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.040814+0000 mon.smithi112 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.112:3000"}]: dispatch 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.044819+0000 mon.smithi112 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.048077+0000 mon.smithi112 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.052216+0000 mon.smithi112 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.112:9095"}]: dispatch 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.055837+0000 mon.smithi112 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.057202+0000 mon.smithi112 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.057958+0000 mon.smithi112 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:12.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.058628+0000 mon.smithi112 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:01:12.746 DEBUG:teuthology.orchestra.run.smithi112:osd.1> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.1.service 2024-02-12T13:01:12.748 INFO:tasks.cephadm:Deploying osd.2 on smithi112 with /dev/vg_nvme/lv_2... 2024-02-12T13:01:12.748 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-12T13:01:12.778 INFO:journalctl@ceph.osd.1.smithi112.stdout:-- Logs begin at Mon 2024-02-12 12:48:43 UTC. -- 2024-02-12T13:01:13.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.028291+0000 mgr.smithi112.yacrbz (mgr.14164) 126 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.112:9093"}]: dispatch 2024-02-12T13:01:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.034765+0000 mgr.smithi112.yacrbz (mgr.14164) 127 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:01:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.041134+0000 mgr.smithi112.yacrbz (mgr.14164) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.112:3000"}]: dispatch 2024-02-12T13:01:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.048458+0000 mgr.smithi112.yacrbz (mgr.14164) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:01:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:12.052492+0000 mgr.smithi112.yacrbz (mgr.14164) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.112:9095"}]: dispatch 2024-02-12T13:01:13.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.028291+0000 mgr.smithi112.yacrbz (mgr.14164) 126 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.112:9093"}]: dispatch 2024-02-12T13:01:13.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.034765+0000 mgr.smithi112.yacrbz (mgr.14164) 127 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:01:13.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.041134+0000 mgr.smithi112.yacrbz (mgr.14164) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.112:3000"}]: dispatch 2024-02-12T13:01:13.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.048458+0000 mgr.smithi112.yacrbz (mgr.14164) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:01:13.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:12.052492+0000 mgr.smithi112.yacrbz (mgr.14164) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.112:9095"}]: dispatch 2024-02-12T13:01:14.740 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:12.633612+0000 mgr.smithi112.yacrbz (mgr.14164) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:14.740 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:13.782687+0000 mon.smithi112 (mon.0) 299 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:14.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:12.633612+0000 mgr.smithi112.yacrbz (mgr.14164) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:14.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:13.782687+0000 mon.smithi112 (mon.0) 299 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:15.357 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:01:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1[49343]: debug 2024-02-12T13:01:15.089+0000 7fa488177080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-12T13:01:15.541 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-12T13:01:15.542 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-12T13:01:15.542 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10+0 records in 2024-02-12T13:01:15.542 INFO:teuthology.orchestra.run.smithi112.stderr:10+0 records out 2024-02-12T13:01:15.542 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121799 s, 861 MB/s 2024-02-12T13:01:15.542 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping successful for: 2024-02-12T13:01:15.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:15.093366+0000 mon.smithi112 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:01:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:15.093366+0000 mon.smithi112 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:01:16.427 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi112:vg_nvme/lv_2 2024-02-12T13:01:16.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:14.633869+0000 mgr.smithi112.yacrbz (mgr.14164) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:15.431970+0000 mon.smithi112 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:01:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:15.432038+0000 mon.smithi112 (mon.0) 302 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-12T13:01:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:15.432136+0000 mon.smithi112 (mon.0) 303 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:15.432455+0000 mon.smithi112 (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:01:16.857 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1[49343]: debug 2024-02-12T13:01:16.437+0000 7fa47e6da700 -1 osd.1 0 waiting for initial osdmap 2024-02-12T13:01:16.858 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1[49343]: debug 2024-02-12T13:01:16.443+0000 7fa47764f700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:01:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:14.633869+0000 mgr.smithi112.yacrbz (mgr.14164) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:15.431970+0000 mon.smithi112 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:01:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:15.432038+0000 mon.smithi112 (mon.0) 302 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-12T13:01:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:15.432136+0000 mon.smithi112 (mon.0) 303 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:15.432455+0000 mon.smithi112 (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:01:17.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:16.435455+0000 mon.smithi112 (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:01:17.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:16.435516+0000 mon.smithi112 (mon.0) 306 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-12T13:01:17.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:16.436160+0000 mon.smithi112 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:17.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:16.441901+0000 mon.smithi112 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:16.435455+0000 mon.smithi112 (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:01:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:16.435516+0000 mon.smithi112 (mon.0) 306 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-12T13:01:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:16.436160+0000 mon.smithi112 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:16.441901+0000 mon.smithi112 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:18.559 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:16.140079+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:01:18.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:16.140179+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:01:18.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:16.634166+0000 mgr.smithi112.yacrbz (mgr.14164) 133 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:18.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:17.439555+0000 mon.smithi112 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:18.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:17.450098+0000 mon.smithi112 (mon.0) 310 : cluster [INF] osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297] boot 2024-02-12T13:01:18.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:17.450125+0000 mon.smithi112 (mon.0) 311 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-12T13:01:18.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:17.450464+0000 mon.smithi112 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:16.140079+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:16.140179+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:16.634166+0000 mgr.smithi112.yacrbz (mgr.14164) 133 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:17.439555+0000 mon.smithi112 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:17.450098+0000 mon.smithi112 (mon.0) 310 : cluster [INF] osd.1 [v2:172.21.15.112:6810/3019471297,v1:172.21.15.112:6811/3019471297] boot 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:17.450125+0000 mon.smithi112 (mon.0) 311 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-12T13:01:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:17.450464+0000 mon.smithi112 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:01:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:18.453382+0000 mon.smithi112 (mon.0) 313 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-12T13:01:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:18.750884+0000 mon.smithi112 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:01:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:18.753082+0000 mon.smithi112 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:01:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:18.453382+0000 mon.smithi112 (mon.0) 313 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-12T13:01:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:18.750884+0000 mon.smithi112 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:01:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:18.753082+0000 mon.smithi112 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:01:20.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:18.634485+0000 mgr.smithi112.yacrbz (mgr.14164) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:20.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:19.533297+0000 mon.smithi112 (mon.0) 316 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:01:20.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:19.534838+0000 mon.smithi112 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:01:20.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:19.535386+0000 mon.smithi112 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:20.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:18.634485+0000 mgr.smithi112.yacrbz (mgr.14164) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:19.533297+0000 mon.smithi112 (mon.0) 316 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:01:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:19.534838+0000 mon.smithi112 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:01:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:19.535386+0000 mon.smithi112 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:19.532547+0000 mgr.smithi112.yacrbz (mgr.14164) 135 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:01:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:20.634869+0000 mgr.smithi112.yacrbz (mgr.14164) 136 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:19.532547+0000 mgr.smithi112.yacrbz (mgr.14164) 135 : audit [DBG] from='client.14280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:01:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:20.634869+0000 mgr.smithi112.yacrbz (mgr.14164) 136 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:22.316596+0000 mon.smithi112 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:23.052737+0000 mon.smithi112 (mon.0) 320 : audit [INF] from='client.? 172.21.15.112:0/1505592049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14257365-3d83-49b7-85db-e7f4a9c6318e"}]: dispatch 2024-02-12T13:01:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:23.057133+0000 mon.smithi112 (mon.0) 321 : audit [INF] from='client.? 172.21.15.112:0/1505592049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14257365-3d83-49b7-85db-e7f4a9c6318e"}]': finished 2024-02-12T13:01:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:23.057198+0000 mon.smithi112 (mon.0) 322 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-12T13:01:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:23.057315+0000 mon.smithi112 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:22.316596+0000 mon.smithi112 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:23.052737+0000 mon.smithi112 (mon.0) 320 : audit [INF] from='client.? 172.21.15.112:0/1505592049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14257365-3d83-49b7-85db-e7f4a9c6318e"}]: dispatch 2024-02-12T13:01:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:23.057133+0000 mon.smithi112 (mon.0) 321 : audit [INF] from='client.? 172.21.15.112:0/1505592049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14257365-3d83-49b7-85db-e7f4a9c6318e"}]': finished 2024-02-12T13:01:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:23.057198+0000 mon.smithi112 (mon.0) 322 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-12T13:01:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:23.057315+0000 mon.smithi112 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:22.635191+0000 mgr.smithi112.yacrbz (mgr.14164) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:23.468390+0000 mon.smithi112 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.112:0/1820404824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:01:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:22.635191+0000 mgr.smithi112.yacrbz (mgr.14164) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:23.468390+0000 mon.smithi112 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.112:0/1820404824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:01:26.676 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:24.635471+0000 mgr.smithi112.yacrbz (mgr.14164) 138 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:24.635471+0000 mgr.smithi112.yacrbz (mgr.14164) 138 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:28.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:26.635739+0000 mgr.smithi112.yacrbz (mgr.14164) 139 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:28.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:26.635739+0000 mgr.smithi112.yacrbz (mgr.14164) 139 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:30.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:28.635995+0000 mgr.smithi112.yacrbz (mgr.14164) 140 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:30.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:29.193244+0000 mgr.smithi112.yacrbz (mgr.14164) 141 : cephadm [INF] Detected new or changed devices on smithi112 2024-02-12T13:01:30.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.197881+0000 mon.smithi112 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:30.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.528158+0000 mon.smithi112 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:01:30.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.528744+0000 mon.smithi112 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:01:30.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.532714+0000 mon.smithi112 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:30.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.535567+0000 mon.smithi112 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:30.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.538377+0000 mon.smithi112 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:01:30.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.539186+0000 mon.smithi112 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:30.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:29.539645+0000 mon.smithi112 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:28.635995+0000 mgr.smithi112.yacrbz (mgr.14164) 140 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:29.193244+0000 mgr.smithi112.yacrbz (mgr.14164) 141 : cephadm [INF] Detected new or changed devices on smithi112 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.197881+0000 mon.smithi112 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.528158+0000 mon.smithi112 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.528744+0000 mon.smithi112 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.532714+0000 mon.smithi112 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.535567+0000 mon.smithi112 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.538377+0000 mon.smithi112 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.539186+0000 mon.smithi112 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:30.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:29.539645+0000 mon.smithi112 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:01:31.557 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:29.529184+0000 mgr.smithi112.yacrbz (mgr.14164) 142 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 6449M 2024-02-12T13:01:31.558 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:30.451946+0000 mon.smithi112 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:01:31.558 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:30.452548+0000 mon.smithi112 (mon.0) 334 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:31.558 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:30.453065+0000 mgr.smithi112.yacrbz (mgr.14164) 143 : cephadm [INF] Deploying daemon osd.2 on smithi112 2024-02-12T13:01:31.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:29.529184+0000 mgr.smithi112.yacrbz (mgr.14164) 142 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 6449M 2024-02-12T13:01:31.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:30.451946+0000 mon.smithi112 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:01:31.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:30.452548+0000 mon.smithi112 (mon.0) 334 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:31.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:30.453065+0000 mgr.smithi112.yacrbz (mgr.14164) 143 : cephadm [INF] Deploying daemon osd.2 on smithi112 2024-02-12T13:01:32.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:30.636179+0000 mgr.smithi112.yacrbz (mgr.14164) 144 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:31.372386+0000 mon.smithi112 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:30.636179+0000 mgr.smithi112.yacrbz (mgr.14164) 144 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:31.372386+0000 mon.smithi112 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:32.636561+0000 mgr.smithi112.yacrbz (mgr.14164) 145 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:34.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:32.636561+0000 mgr.smithi112.yacrbz (mgr.14164) 145 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:36.550 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:34.636879+0000 mgr.smithi112.yacrbz (mgr.14164) 146 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:36.660 INFO:teuthology.orchestra.run.smithi112.stdout:Created osd(s) 2 on host 'smithi112' 2024-02-12T13:01:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:34.636879+0000 mgr.smithi112.yacrbz (mgr.14164) 146 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:37.783 DEBUG:teuthology.orchestra.run.smithi112:osd.2> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.2.service 2024-02-12T13:01:37.785 INFO:tasks.cephadm:Deploying osd.3 on smithi112 with /dev/vg_nvme/lv_1... 2024-02-12T13:01:37.785 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-12T13:01:37.814 INFO:journalctl@ceph.osd.2.smithi112.stdout:-- Logs begin at Mon 2024-02-12 12:48:43 UTC. -- 2024-02-12T13:01:38.062 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:36.637187+0000 mgr.smithi112.yacrbz (mgr.14164) 147 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:38.062 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:36.654195+0000 mon.smithi112 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:38.062 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:36.658061+0000 mon.smithi112 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:38.062 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:37.078814+0000 mon.smithi112 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:38.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:36.637187+0000 mgr.smithi112.yacrbz (mgr.14164) 147 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:38.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:36.654195+0000 mon.smithi112 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:36.658061+0000 mon.smithi112 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:37.078814+0000 mon.smithi112 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:39.801 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:38.637502+0000 mgr.smithi112.yacrbz (mgr.14164) 148 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:40.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:38.637502+0000 mgr.smithi112.yacrbz (mgr.14164) 148 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:40.107 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:01:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2[52979]: debug 2024-02-12T13:01:39.799+0000 7f603df82080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-12T13:01:40.782 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:39.803168+0000 mon.smithi112 (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:01:41.039 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:39.803168+0000 mon.smithi112 (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:01:41.272 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-12T13:01:41.272 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-12T13:01:41.272 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10+0 records in 2024-02-12T13:01:41.272 INFO:teuthology.orchestra.run.smithi112.stderr:10+0 records out 2024-02-12T13:01:41.272 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112334 s, 933 MB/s 2024-02-12T13:01:41.272 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping successful for: 2024-02-12T13:01:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:40.637861+0000 mgr.smithi112.yacrbz (mgr.14164) 149 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:40.663647+0000 mon.smithi112 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:01:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:40.663692+0000 mon.smithi112 (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-12T13:01:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:40.663773+0000 mon.smithi112 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:40.664075+0000 mon.smithi112 (mon.0) 343 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:01:42.108 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2[52979]: debug 2024-02-12T13:01:41.667+0000 7f60344e5700 -1 osd.2 0 waiting for initial osdmap 2024-02-12T13:01:42.108 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2[52979]: debug 2024-02-12T13:01:41.671+0000 7f602fc5f700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:01:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:40.637861+0000 mgr.smithi112.yacrbz (mgr.14164) 149 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:40.663647+0000 mon.smithi112 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:01:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:40.663692+0000 mon.smithi112 (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-12T13:01:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:40.663773+0000 mon.smithi112 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:40.664075+0000 mon.smithi112 (mon.0) 343 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:01:42.158 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi112:vg_nvme/lv_1 2024-02-12T13:01:43.248 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:41.665622+0000 mon.smithi112 (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:01:43.248 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:41.665670+0000 mon.smithi112 (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-12T13:01:43.248 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:41.665978+0000 mon.smithi112 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:43.248 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:41.668744+0000 mon.smithi112 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:43.248 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:42.668426+0000 mon.smithi112 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:43.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:41.665622+0000 mon.smithi112 (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:01:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:41.665670+0000 mon.smithi112 (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-12T13:01:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:41.665978+0000 mon.smithi112 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:41.668744+0000 mon.smithi112 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:42.668426+0000 mon.smithi112 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:44.318 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:40.759513+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:01:44.318 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:40.759607+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:01:44.318 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:42.638137+0000 mgr.smithi112.yacrbz (mgr.14164) 150 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:44.318 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:42.675219+0000 mon.smithi112 (mon.0) 349 : cluster [INF] osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867] boot 2024-02-12T13:01:44.318 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:42.675240+0000 mon.smithi112 (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:42.676030+0000 mon.smithi112 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:42.676253+0000 mon.smithi112 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.306328+0000 mon.smithi112 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:43.307298+0000 mgr.smithi112.yacrbz (mgr.14164) 151 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.310190+0000 mon.smithi112 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.313539+0000 mon.smithi112 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.314341+0000 mon.smithi112 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.314816+0000 mon.smithi112 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:43.425446+0000 mon.smithi112 (mon.0) 358 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.673961+0000 mon.smithi112 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:43.674040+0000 mon.smithi112 (mon.0) 360 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-12T13:01:44.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:43.674640+0000 mon.smithi112 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:40.759513+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:40.759607+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:42.638137+0000 mgr.smithi112.yacrbz (mgr.14164) 150 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:42.675219+0000 mon.smithi112 (mon.0) 349 : cluster [INF] osd.2 [v2:172.21.15.112:6818/1383947867,v1:172.21.15.112:6819/1383947867] boot 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:42.675240+0000 mon.smithi112 (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:42.676030+0000 mon.smithi112 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:42.676253+0000 mon.smithi112 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.306328+0000 mon.smithi112 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:43.307298+0000 mgr.smithi112.yacrbz (mgr.14164) 151 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.310190+0000 mon.smithi112 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.313539+0000 mon.smithi112 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:01:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.314341+0000 mon.smithi112 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.314816+0000 mon.smithi112 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:01:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:43.425446+0000 mon.smithi112 (mon.0) 358 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-12T13:01:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.673961+0000 mon.smithi112 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-12T13:01:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:43.674040+0000 mon.smithi112 (mon.0) 360 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-12T13:01:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:43.674640+0000 mon.smithi112 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:44.678624+0000 mon.smithi112 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:44.678697+0000 mon.smithi112 (mon.0) 363 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:45.144294+0000 mgr.smithi112.yacrbz (mgr.14164) 152 : audit [DBG] from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:45.145051+0000 mon.smithi112 (mon.0) 364 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:45.146193+0000 mon.smithi112 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:45.146687+0000 mon.smithi112 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:45.168737+0000 mon.smithi112 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:46.029 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:45.307634+0000 mgr.smithi112.yacrbz (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:44.678624+0000 mon.smithi112 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:44.678697+0000 mon.smithi112 (mon.0) 363 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:45.144294+0000 mgr.smithi112.yacrbz (mgr.14164) 152 : audit [DBG] from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:45.145051+0000 mon.smithi112 (mon.0) 364 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:45.146193+0000 mon.smithi112 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:45.146687+0000 mon.smithi112 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:45.168737+0000 mon.smithi112 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:45.307634+0000 mgr.smithi112.yacrbz (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:47.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:45.681937+0000 mon.smithi112 (mon.0) 368 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-12T13:01:47.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:45.681937+0000 mon.smithi112 (mon.0) 368 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-12T13:01:48.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:47.307939+0000 mgr.smithi112.yacrbz (mgr.14164) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:48.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:47.307939+0000 mgr.smithi112.yacrbz (mgr.14164) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:49.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:48.999680+0000 mon.smithi112 (mon.0) 369 : audit [INF] from='client.? 172.21.15.112:0/2333826165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2938ae8-e1e3-47eb-957a-c81cff1e3bc9"}]: dispatch 2024-02-12T13:01:49.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:49.003594+0000 mon.smithi112 (mon.0) 370 : audit [INF] from='client.? 172.21.15.112:0/2333826165' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2938ae8-e1e3-47eb-957a-c81cff1e3bc9"}]': finished 2024-02-12T13:01:49.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:49.003652+0000 mon.smithi112 (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-12T13:01:49.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:49.003781+0000 mon.smithi112 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:01:49.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:49.412554+0000 mon.smithi112 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.112:0/1298595008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:01:49.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:48.999680+0000 mon.smithi112 (mon.0) 369 : audit [INF] from='client.? 172.21.15.112:0/2333826165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2938ae8-e1e3-47eb-957a-c81cff1e3bc9"}]: dispatch 2024-02-12T13:01:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:49.003594+0000 mon.smithi112 (mon.0) 370 : audit [INF] from='client.? 172.21.15.112:0/2333826165' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2938ae8-e1e3-47eb-957a-c81cff1e3bc9"}]': finished 2024-02-12T13:01:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:49.003652+0000 mon.smithi112 (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-12T13:01:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:49.003781+0000 mon.smithi112 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:01:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:49.412554+0000 mon.smithi112 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.112:0/1298595008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:01:50.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:49.308225+0000 mgr.smithi112.yacrbz (mgr.14164) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:50.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:49.308225+0000 mgr.smithi112.yacrbz (mgr.14164) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:52.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:50.994302+0000 mon.smithi112 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:52.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:51.308623+0000 mgr.smithi112.yacrbz (mgr.14164) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:50.994302+0000 mon.smithi112 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:52.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:51.308623+0000 mgr.smithi112.yacrbz (mgr.14164) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:54.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:53.308946+0000 mgr.smithi112.yacrbz (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:54.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:53.308946+0000 mgr.smithi112.yacrbz (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:56.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:55.309301+0000 mgr.smithi112.yacrbz (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:01:56.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:55.757605+0000 mon.smithi112 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:56.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:55.760917+0000 mon.smithi112 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:56.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:55.309301+0000 mgr.smithi112.yacrbz (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:01:56.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:55.757605+0000 mon.smithi112 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:56.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:55.760917+0000 mon.smithi112 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:01:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:55.752996+0000 mgr.smithi112.yacrbz (mgr.14164) 159 : cephadm [INF] Detected new or changed devices on smithi112 2024-02-12T13:01:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:55.758389+0000 mgr.smithi112.yacrbz (mgr.14164) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:56.755928+0000 mon.smithi112 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-12T13:01:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:56.755952+0000 mon.smithi112 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-02-12T13:01:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:57.271624+0000 mon.smithi112 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:01:57.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:01:57.272275+0000 mon.smithi112 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:55.752996+0000 mgr.smithi112.yacrbz (mgr.14164) 159 : cephadm [INF] Detected new or changed devices on smithi112 2024-02-12T13:01:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:55.758389+0000 mgr.smithi112.yacrbz (mgr.14164) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:56.755928+0000 mon.smithi112 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-12T13:01:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:56.755952+0000 mon.smithi112 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-02-12T13:01:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:57.271624+0000 mon.smithi112 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:01:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:01:57.272275+0000 mon.smithi112 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:01:58.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:01:57.272734+0000 mgr.smithi112.yacrbz (mgr.14164) 161 : cephadm [INF] Deploying daemon osd.3 on smithi112 2024-02-12T13:01:58.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:01:57.272734+0000 mgr.smithi112.yacrbz (mgr.14164) 161 : cephadm [INF] Deploying daemon osd.3 on smithi112 2024-02-12T13:01:59.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:01:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:57.758685+0000 mgr.smithi112.yacrbz (mgr.14164) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:01:59.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:01:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:57.758685+0000 mgr.smithi112.yacrbz (mgr.14164) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:01.461 INFO:teuthology.orchestra.run.smithi112.stdout:Created osd(s) 3 on host 'smithi112' 2024-02-12T13:02:01.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:01:59.759131+0000 mgr.smithi112.yacrbz (mgr.14164) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:01.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:01:59.759131+0000 mgr.smithi112.yacrbz (mgr.14164) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:02.218 DEBUG:teuthology.orchestra.run.smithi112:osd.3> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.3.service 2024-02-12T13:02:02.220 INFO:tasks.cephadm:Deploying osd.4 on smithi161 with /dev/vg_nvme/lv_4... 2024-02-12T13:02:02.221 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-12T13:02:02.250 INFO:journalctl@ceph.osd.3.smithi112.stdout:-- Logs begin at Mon 2024-02-12 12:48:43 UTC. -- 2024-02-12T13:02:02.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:01.448918+0000 mon.smithi112 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:02.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:01.450529+0000 mon.smithi112 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:02.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:01.452564+0000 mon.smithi112 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:02.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:01.452813+0000 mon.smithi112 (mon.0) 384 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:02.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:01.457123+0000 mon.smithi112 (mon.0) 385 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:02.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:01.448918+0000 mon.smithi112 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:02.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:01.450529+0000 mon.smithi112 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:02.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:01.452564+0000 mon.smithi112 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:02.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:01.452813+0000 mon.smithi112 (mon.0) 384 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:02.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:01.457123+0000 mon.smithi112 (mon.0) 385 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:03.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:01.759465+0000 mgr.smithi112.yacrbz (mgr.14164) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:01.759465+0000 mgr.smithi112.yacrbz (mgr.14164) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:04.458 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-12T13:02:04.458 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-12T13:02:04.458 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-02-12T13:02:04.459 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-02-12T13:02:04.459 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110908 s, 945 MB/s 2024-02-12T13:02:04.459 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-02-12T13:02:04.858 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:02:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3[56386]: debug 2024-02-12T13:02:04.559+0000 7f2bc3d75080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-12T13:02:05.101 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2024-02-12T13:02:05.807 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:03.759948+0000 mgr.smithi112.yacrbz (mgr.14164) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:05.807 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:04.563612+0000 mon.smithi112 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:02:05.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:03.759948+0000 mgr.smithi112.yacrbz (mgr.14164) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:04.563612+0000 mon.smithi112 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:02:06.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:05.467267+0000 mon.smithi112 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:02:06.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:05.467307+0000 mon.smithi112 (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-12T13:02:06.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:05.467409+0000 mon.smithi112 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:06.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:05.467759+0000 mon.smithi112 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:02:06.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:05.760274+0000 mgr.smithi112.yacrbz (mgr.14164) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:06.858 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3[56386]: debug 2024-02-12T13:02:06.471+0000 7f2bba2d8700 -1 osd.3 0 waiting for initial osdmap 2024-02-12T13:02:06.858 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3[56386]: debug 2024-02-12T13:02:06.476+0000 7f2bb5251700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:02:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:05.467267+0000 mon.smithi112 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:02:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:05.467307+0000 mon.smithi112 (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-12T13:02:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:05.467409+0000 mon.smithi112 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:06.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:05.467759+0000 mon.smithi112 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:02:06.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:05.760274+0000 mgr.smithi112.yacrbz (mgr.14164) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:06.469459+0000 mon.smithi112 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:06.469531+0000 mon.smithi112 (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:06.469943+0000 mon.smithi112 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:06.473469+0000 mon.smithi112 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:06.605552+0000 mon.smithi112 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:07.159526+0000 mgr.smithi112.yacrbz (mgr.14164) 167 : audit [DBG] from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:07.160287+0000 mon.smithi112 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:07.161570+0000 mon.smithi112 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:02:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:07.162029+0000 mon.smithi112 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:06.469459+0000 mon.smithi112 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:06.469531+0000 mon.smithi112 (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:06.469943+0000 mon.smithi112 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:06.473469+0000 mon.smithi112 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:06.605552+0000 mon.smithi112 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:07.159526+0000 mgr.smithi112.yacrbz (mgr.14164) 167 : audit [DBG] from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:07.160287+0000 mon.smithi112 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:07.161570+0000 mon.smithi112 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:02:07.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:07.162029+0000 mon.smithi112 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:08.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:05.551355+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:02:08.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:05.551471+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:02:08.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:07.472786+0000 mon.smithi112 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:08.681 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:07.476811+0000 mon.smithi112 (mon.0) 400 : cluster [INF] osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930] boot 2024-02-12T13:02:08.681 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:07.476843+0000 mon.smithi112 (mon.0) 401 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-12T13:02:08.681 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:07.477230+0000 mon.smithi112 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:08.681 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:07.760688+0000 mgr.smithi112.yacrbz (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:05.551355+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:05.551471+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:07.472786+0000 mon.smithi112 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:07.476811+0000 mon.smithi112 (mon.0) 400 : cluster [INF] osd.3 [v2:172.21.15.112:6826/2616412930,v1:172.21.15.112:6827/2616412930] boot 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:07.476843+0000 mon.smithi112 (mon.0) 401 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:07.477230+0000 mon.smithi112 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:02:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:07.760688+0000 mgr.smithi112.yacrbz (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:02:09.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:08.487713+0000 mon.smithi112 (mon.0) 403 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-12T13:02:09.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:09.410634+0000 mon.smithi161 (mon.1) 2 : audit [INF] from='client.? 172.21.15.161:0/453002829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae03f464-142a-4da5-876a-d2d5f2fc0d5d"}]: dispatch 2024-02-12T13:02:09.721 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:09.411009+0000 mon.smithi112 (mon.0) 404 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae03f464-142a-4da5-876a-d2d5f2fc0d5d"}]: dispatch 2024-02-12T13:02:09.721 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:09.415903+0000 mon.smithi112 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae03f464-142a-4da5-876a-d2d5f2fc0d5d"}]': finished 2024-02-12T13:02:09.721 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:09.415949+0000 mon.smithi112 (mon.0) 406 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-12T13:02:09.721 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:09.416055+0000 mon.smithi112 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:09.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:08.487713+0000 mon.smithi112 (mon.0) 403 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-12T13:02:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:09.410634+0000 mon.smithi161 (mon.1) 2 : audit [INF] from='client.? 172.21.15.161:0/453002829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae03f464-142a-4da5-876a-d2d5f2fc0d5d"}]: dispatch 2024-02-12T13:02:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:09.411009+0000 mon.smithi112 (mon.0) 404 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae03f464-142a-4da5-876a-d2d5f2fc0d5d"}]: dispatch 2024-02-12T13:02:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:09.415903+0000 mon.smithi112 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae03f464-142a-4da5-876a-d2d5f2fc0d5d"}]': finished 2024-02-12T13:02:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:09.415949+0000 mon.smithi112 (mon.0) 406 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-12T13:02:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:09.416055+0000 mon.smithi112 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:09.761091+0000 mgr.smithi112.yacrbz (mgr.14164) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:09.820395+0000 mon.smithi161 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.161:0/2085107905' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.384666+0000 mon.smithi112 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.385538+0000 mon.smithi112 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.386049+0000 mon.smithi112 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.386509+0000 mon.smithi112 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.386954+0000 mon.smithi112 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:10.387333+0000 mgr.smithi112.yacrbz (mgr.14164) 170 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 3224M 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.391536+0000 mon.smithi112 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.395836+0000 mon.smithi112 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.398678+0000 mon.smithi112 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.399459+0000 mon.smithi112 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:10.399889+0000 mon.smithi112 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:09.761091+0000 mgr.smithi112.yacrbz (mgr.14164) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:09.820395+0000 mon.smithi161 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.161:0/2085107905' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.384666+0000 mon.smithi112 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.385538+0000 mon.smithi112 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.386049+0000 mon.smithi112 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.386509+0000 mon.smithi112 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.386954+0000 mon.smithi112 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:10.387333+0000 mgr.smithi112.yacrbz (mgr.14164) 170 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 3224M 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.391536+0000 mon.smithi112 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.395836+0000 mon.smithi112 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.398678+0000 mon.smithi112 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.399459+0000 mon.smithi112 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:10.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:10.399889+0000 mon.smithi112 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:13.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:11.761342+0000 mgr.smithi112.yacrbz (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:13.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:11.761342+0000 mgr.smithi112.yacrbz (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:15.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:13.761605+0000 mgr.smithi112.yacrbz (mgr.14164) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:15.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:14.911100+0000 mon.smithi112 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:15.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:14.914050+0000 mon.smithi112 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:15.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:15.398689+0000 mon.smithi112 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:02:15.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:15.399422+0000 mon.smithi112 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:15.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:13.761605+0000 mgr.smithi112.yacrbz (mgr.14164) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:14.911100+0000 mon.smithi112 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:14.914050+0000 mon.smithi112 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:15.398689+0000 mon.smithi112 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:02:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:15.399422+0000 mon.smithi112 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:16.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:15.399977+0000 mgr.smithi112.yacrbz (mgr.14164) 173 : cephadm [INF] Deploying daemon osd.4 on smithi161 2024-02-12T13:02:16.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:15.399977+0000 mgr.smithi112.yacrbz (mgr.14164) 173 : cephadm [INF] Deploying daemon osd.4 on smithi161 2024-02-12T13:02:17.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:15.762014+0000 mgr.smithi112.yacrbz (mgr.14164) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:17.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:15.762014+0000 mgr.smithi112.yacrbz (mgr.14164) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:18.946 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 4 on host 'smithi161' 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:17.762372+0000 mgr.smithi112.yacrbz (mgr.14164) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.752366+0000 mon.smithi112 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.754028+0000 mon.smithi112 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.932966+0000 mon.smithi112 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.936162+0000 mon.smithi112 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.936348+0000 mon.smithi112 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.937860+0000 mon.smithi112 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:19.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:18.940871+0000 mon.smithi112 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:19.592 DEBUG:teuthology.orchestra.run.smithi161:osd.4> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.4.service 2024-02-12T13:02:19.595 INFO:tasks.cephadm:Deploying osd.5 on smithi161 with /dev/vg_nvme/lv_3... 2024-02-12T13:02:19.595 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-12T13:02:19.626 INFO:journalctl@ceph.osd.4.smithi161.stdout:-- Logs begin at Mon 2024-02-12 12:48:55 UTC. -- 2024-02-12T13:02:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:17.762372+0000 mgr.smithi112.yacrbz (mgr.14164) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.752366+0000 mon.smithi112 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:02:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.754028+0000 mon.smithi112 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:02:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.932966+0000 mon.smithi112 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.936162+0000 mon.smithi112 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.936348+0000 mon.smithi112 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.937860+0000 mon.smithi112 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:18.940871+0000 mon.smithi112 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:21.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:19.762716+0000 mgr.smithi112.yacrbz (mgr.14164) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:21.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:19.762716+0000 mgr.smithi112.yacrbz (mgr.14164) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:22.304 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-12T13:02:22.304 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-12T13:02:22.304 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-02-12T13:02:22.304 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-02-12T13:02:22.304 INFO:teuthology.orchestra.run.smithi161.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0141251 s, 742 MB/s 2024-02-12T13:02:22.304 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-02-12T13:02:22.335 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:02:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4[43289]: debug 2024-02-12T13:02:22.034+0000 7f0c4fd12080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-12T13:02:22.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:22.039173+0000 mon.smithi161 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.161:6800/1047677286,v1:172.21.15.161:6801/1047677286]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:02:22.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:22.039616+0000 mon.smithi112 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:02:22.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:22.039173+0000 mon.smithi161 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.161:6800/1047677286,v1:172.21.15.161:6801/1047677286]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:02:22.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:22.039616+0000 mon.smithi112 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:02:23.465 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi161:vg_nvme/lv_3 2024-02-12T13:02:23.705 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4[43289]: debug 2024-02-12T13:02:23.465+0000 7f0c46275700 -1 osd.4 0 waiting for initial osdmap 2024-02-12T13:02:23.705 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4[43289]: debug 2024-02-12T13:02:23.470+0000 7f0c411ee700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:02:23.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:21.763003+0000 mgr.smithi112.yacrbz (mgr.14164) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:23.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:22.458897+0000 mon.smithi112 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:02:23.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:22.458945+0000 mon.smithi112 (mon.0) 431 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-12T13:02:23.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:22.459152+0000 mon.smithi112 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:23.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:22.463817+0000 mon.smithi161 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.161:6800/1047677286,v1:172.21.15.161:6801/1047677286]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:23.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:22.464412+0000 mon.smithi112 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:23.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:23.048304+0000 mon.smithi112 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:23.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:21.763003+0000 mgr.smithi112.yacrbz (mgr.14164) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:22.458897+0000 mon.smithi112 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:02:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:22.458945+0000 mon.smithi112 (mon.0) 431 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-12T13:02:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:22.459152+0000 mon.smithi112 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:22.463817+0000 mon.smithi161 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.161:6800/1047677286,v1:172.21.15.161:6801/1047677286]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:22.464412+0000 mon.smithi112 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:23.048304+0000 mon.smithi112 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:23.461286+0000 mon.smithi112 (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:23.461380+0000 mon.smithi112 (mon.0) 436 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:23.461697+0000 mon.smithi112 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:23.468192+0000 mon.smithi112 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:23.598300+0000 mon.smithi112 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:24.462903+0000 mon.smithi112 (mon.0) 440 : cluster [INF] osd.4 [v2:172.21.15.161:6800/1047677286,v1:172.21.15.161:6801/1047677286] boot 2024-02-12T13:02:24.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:24.462961+0000 mon.smithi112 (mon.0) 441 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-12T13:02:24.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:24.463131+0000 mon.smithi112 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:23.461286+0000 mon.smithi112 (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:23.461380+0000 mon.smithi112 (mon.0) 436 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:23.461697+0000 mon.smithi112 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:23.468192+0000 mon.smithi112 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:23.598300+0000 mon.smithi112 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:24.462903+0000 mon.smithi112 (mon.0) 440 : cluster [INF] osd.4 [v2:172.21.15.161:6800/1047677286,v1:172.21.15.161:6801/1047677286] boot 2024-02-12T13:02:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:24.462961+0000 mon.smithi112 (mon.0) 441 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-12T13:02:24.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:24.463131+0000 mon.smithi112 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:02:25.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:23.064417+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:02:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:23.064567+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:02:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:23.763263+0000 mgr.smithi112.yacrbz (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:23.064417+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:02:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:23.064567+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:02:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:23.763263+0000 mgr.smithi112.yacrbz (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:02:26.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:25.465295+0000 mon.smithi112 (mon.0) 443 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-12T13:02:26.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:25.763720+0000 mgr.smithi112.yacrbz (mgr.14164) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:26.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:25.843922+0000 mgr.smithi112.yacrbz (mgr.14164) 180 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:02:26.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:25.844861+0000 mon.smithi112 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:02:26.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:25.846423+0000 mon.smithi112 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:02:26.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:25.847127+0000 mon.smithi112 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:26.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:26.466172+0000 mon.smithi112 (mon.0) 447 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:25.465295+0000 mon.smithi112 (mon.0) 443 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:25.763720+0000 mgr.smithi112.yacrbz (mgr.14164) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:25.843922+0000 mgr.smithi112.yacrbz (mgr.14164) 180 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:25.844861+0000 mon.smithi112 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:25.846423+0000 mon.smithi112 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:25.847127+0000 mon.smithi112 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:26.466172+0000 mon.smithi112 (mon.0) 447 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-12T13:02:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:27.764198+0000 mgr.smithi112.yacrbz (mgr.14164) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.591401+0000 mon.smithi112 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.871558+0000 mon.smithi112 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.876538+0000 mon.smithi112 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.880170+0000 mon.smithi112 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.883917+0000 mon.smithi112 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.885042+0000 mon.smithi112 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:28.885670+0000 mon.smithi112 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:29.324215+0000 mon.smithi161 (mon.1) 6 : audit [INF] from='client.? 172.21.15.161:0/4061636480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37cc6453-6bb4-43d5-a885-88c4c530b109"}]: dispatch 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:29.324821+0000 mon.smithi112 (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37cc6453-6bb4-43d5-a885-88c4c530b109"}]: dispatch 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:29.328524+0000 mon.smithi112 (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37cc6453-6bb4-43d5-a885-88c4c530b109"}]': finished 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:29.328574+0000 mon.smithi112 (mon.0) 457 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-12T13:02:29.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:29.328669+0000 mon.smithi112 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:29.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:27.764198+0000 mgr.smithi112.yacrbz (mgr.14164) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:29.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.591401+0000 mon.smithi112 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:29.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.871558+0000 mon.smithi112 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.876538+0000 mon.smithi112 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.880170+0000 mon.smithi112 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.883917+0000 mon.smithi112 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.885042+0000 mon.smithi112 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:28.885670+0000 mon.smithi112 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:29.324215+0000 mon.smithi161 (mon.1) 6 : audit [INF] from='client.? 172.21.15.161:0/4061636480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37cc6453-6bb4-43d5-a885-88c4c530b109"}]: dispatch 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:29.324821+0000 mon.smithi112 (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37cc6453-6bb4-43d5-a885-88c4c530b109"}]: dispatch 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:29.328524+0000 mon.smithi112 (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37cc6453-6bb4-43d5-a885-88c4c530b109"}]': finished 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:29.328574+0000 mon.smithi112 (mon.0) 457 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-12T13:02:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:29.328669+0000 mon.smithi112 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:30.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:28.586531+0000 mgr.smithi112.yacrbz (mgr.14164) 182 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:02:30.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:28.872194+0000 mgr.smithi112.yacrbz (mgr.14164) 183 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 15970M 2024-02-12T13:02:30.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:29.727561+0000 mon.smithi161 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.161:0/4067091186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:02:30.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:28.586531+0000 mgr.smithi112.yacrbz (mgr.14164) 182 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:02:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:28.872194+0000 mgr.smithi112.yacrbz (mgr.14164) 183 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 15970M 2024-02-12T13:02:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:29.727561+0000 mon.smithi161 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.161:0/4067091186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:02:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:29.764480+0000 mgr.smithi112.yacrbz (mgr.14164) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:31.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:29.764480+0000 mgr.smithi112.yacrbz (mgr.14164) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:31.764773+0000 mgr.smithi112.yacrbz (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:33.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:31.764773+0000 mgr.smithi112.yacrbz (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:33.481746+0000 mon.smithi112 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:33.728897+0000 mon.smithi112 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:33.765182+0000 mgr.smithi112.yacrbz (mgr.14164) 186 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:33.481746+0000 mon.smithi112 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:33.728897+0000 mon.smithi112 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:33.765182+0000 mgr.smithi112.yacrbz (mgr.14164) 186 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:35.398988+0000 mon.smithi112 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:02:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:35.399927+0000 mon.smithi112 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:35.400589+0000 mgr.smithi112.yacrbz (mgr.14164) 187 : cephadm [INF] Deploying daemon osd.5 on smithi161 2024-02-12T13:02:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:35.398988+0000 mon.smithi112 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:02:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:35.399927+0000 mon.smithi112 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:35.400589+0000 mgr.smithi112.yacrbz (mgr.14164) 187 : cephadm [INF] Deploying daemon osd.5 on smithi161 2024-02-12T13:02:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:35.765641+0000 mgr.smithi112.yacrbz (mgr.14164) 188 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:37.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:35.765641+0000 mgr.smithi112.yacrbz (mgr.14164) 188 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:38.982 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 5 on host 'smithi161' 2024-02-12T13:02:39.574 DEBUG:teuthology.orchestra.run.smithi161:osd.5> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.5.service 2024-02-12T13:02:39.576 INFO:tasks.cephadm:Deploying osd.6 on smithi161 with /dev/vg_nvme/lv_2... 2024-02-12T13:02:39.577 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-12T13:02:39.585 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:37.766113+0000 mgr.smithi112.yacrbz (mgr.14164) 189 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:39.585 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:38.970692+0000 mon.smithi112 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:38.972393+0000 mon.smithi112 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:38.974818+0000 mon.smithi112 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:38.976570+0000 mon.smithi112 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:38.978808+0000 mon.smithi112 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:39.610 INFO:journalctl@ceph.osd.5.smithi161.stdout:-- Logs begin at Mon 2024-02-12 12:48:55 UTC. -- 2024-02-12T13:02:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:37.766113+0000 mgr.smithi112.yacrbz (mgr.14164) 189 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:38.970692+0000 mon.smithi112 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:38.972393+0000 mon.smithi112 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:38.974818+0000 mon.smithi112 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:38.976570+0000 mon.smithi112 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:38.978808+0000 mon.smithi112 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:41.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:39.766500+0000 mgr.smithi112.yacrbz (mgr.14164) 190 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:41.697 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:39.766500+0000 mgr.smithi112.yacrbz (mgr.14164) 190 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:42.218 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-12T13:02:42.218 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-12T13:02:42.218 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-02-12T13:02:42.218 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-02-12T13:02:42.218 INFO:teuthology.orchestra.run.smithi161.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124482 s, 842 MB/s 2024-02-12T13:02:42.218 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-02-12T13:02:42.391 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:02:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5[46159]: debug 2024-02-12T13:02:42.099+0000 7f69bf55d080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-12T13:02:42.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:42.103073+0000 mon.smithi161 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.161:6808/2790352791,v1:172.21.15.161:6809/2790352791]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:02:42.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:42.103631+0000 mon.smithi112 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:02:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:42.103073+0000 mon.smithi161 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.161:6808/2790352791,v1:172.21.15.161:6809/2790352791]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:02:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:42.103631+0000 mon.smithi112 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:02:43.439 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi161:vg_nvme/lv_2 2024-02-12T13:02:43.688 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5[46159]: debug 2024-02-12T13:02:43.461+0000 7f69b5ac0700 -1 osd.5 0 waiting for initial osdmap 2024-02-12T13:02:43.688 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5[46159]: debug 2024-02-12T13:02:43.466+0000 7f69b1a3b700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:41.766957+0000 mgr.smithi112.yacrbz (mgr.14164) 191 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:42.452448+0000 mon.smithi112 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:42.452528+0000 mon.smithi112 (mon.0) 470 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:42.452753+0000 mon.smithi112 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:42.453004+0000 mon.smithi161 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.161:6808/2790352791,v1:172.21.15.161:6809/2790352791]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:42.453252+0000 mon.smithi112 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:43.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:43.069893+0000 mon.smithi112 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:41.766957+0000 mgr.smithi112.yacrbz (mgr.14164) 191 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:42.452448+0000 mon.smithi112 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:42.452528+0000 mon.smithi112 (mon.0) 470 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:42.452753+0000 mon.smithi112 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:42.453004+0000 mon.smithi161 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.161:6808/2790352791,v1:172.21.15.161:6809/2790352791]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:42.453252+0000 mon.smithi112 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:02:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:43.069893+0000 mon.smithi112 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:44.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:43.452500+0000 mon.smithi112 (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:02:44.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:43.452555+0000 mon.smithi112 (mon.0) 475 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-12T13:02:44.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:43.452934+0000 mon.smithi112 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:44.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:43.463081+0000 mon.smithi112 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:44.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:43.561316+0000 mon.smithi112 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:43.452500+0000 mon.smithi112 (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:02:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:43.452555+0000 mon.smithi112 (mon.0) 475 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-12T13:02:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:43.452934+0000 mon.smithi112 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:43.463081+0000 mon.smithi112 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:43.561316+0000 mon.smithi112 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:43.128532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:43.128623+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:43.767241+0000 mgr.smithi112.yacrbz (mgr.14164) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:44.464942+0000 mon.smithi112 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:44.467527+0000 mon.smithi112 (mon.0) 480 : cluster [INF] osd.5 [v2:172.21.15.161:6808/2790352791,v1:172.21.15.161:6809/2790352791] boot 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:44.467584+0000 mon.smithi112 (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-12T13:02:45.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:44.467717+0000 mon.smithi112 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:43.128532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:02:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:43.128623+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:02:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:43.767241+0000 mgr.smithi112.yacrbz (mgr.14164) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:02:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:44.464942+0000 mon.smithi112 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:44.467527+0000 mon.smithi112 (mon.0) 480 : cluster [INF] osd.5 [v2:172.21.15.161:6808/2790352791,v1:172.21.15.161:6809/2790352791] boot 2024-02-12T13:02:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:44.467584+0000 mon.smithi112 (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-12T13:02:45.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:44.467717+0000 mon.smithi112 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:02:46.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:45.468814+0000 mon.smithi112 (mon.0) 483 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-12T13:02:46.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:46.313605+0000 mon.smithi112 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:02:46.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:46.315105+0000 mon.smithi112 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:02:46.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:46.315702+0000 mon.smithi112 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:45.468814+0000 mon.smithi112 (mon.0) 483 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-12T13:02:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:46.313605+0000 mon.smithi112 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:02:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:46.315105+0000 mon.smithi112 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:02:46.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:46.315702+0000 mon.smithi112 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:47.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:45.767652+0000 mgr.smithi112.yacrbz (mgr.14164) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:47.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:46.312740+0000 mgr.smithi112.yacrbz (mgr.14164) 194 : audit [DBG] from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:02:47.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:46.475263+0000 mon.smithi112 (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-12T13:02:47.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:45.767652+0000 mgr.smithi112.yacrbz (mgr.14164) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:47.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:46.312740+0000 mgr.smithi112.yacrbz (mgr.14164) 194 : audit [DBG] from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:02:47.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:46.475263+0000 mon.smithi112 (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-12T13:02:48.585 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:47.767994+0000 mgr.smithi112.yacrbz (mgr.14164) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:48.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:47.767994+0000 mgr.smithi112.yacrbz (mgr.14164) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:48.656109+0000 mgr.smithi112.yacrbz (mgr.14164) 196 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:02:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.660372+0000 mon.smithi112 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.661354+0000 mon.smithi112 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.662194+0000 mon.smithi112 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:48.662730+0000 mgr.smithi112.yacrbz (mgr.14164) 197 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 7985M 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.666298+0000 mon.smithi112 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.669745+0000 mon.smithi112 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.673472+0000 mon.smithi112 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.674451+0000 mon.smithi112 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:48.675094+0000 mon.smithi112 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:49.357573+0000 mon.smithi161 (mon.1) 10 : audit [INF] from='client.? 172.21.15.161:0/197895937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3a3c900-a906-46f9-89a9-60be26151638"}]: dispatch 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:49.357967+0000 mon.smithi112 (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3a3c900-a906-46f9-89a9-60be26151638"}]: dispatch 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:49.361442+0000 mon.smithi112 (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b3a3c900-a906-46f9-89a9-60be26151638"}]': finished 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:49.361488+0000 mon.smithi112 (mon.0) 498 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-12T13:02:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:49.361583+0000 mon.smithi112 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:48.656109+0000 mgr.smithi112.yacrbz (mgr.14164) 196 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.660372+0000 mon.smithi112 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.661354+0000 mon.smithi112 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.662194+0000 mon.smithi112 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:48.662730+0000 mgr.smithi112.yacrbz (mgr.14164) 197 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 7985M 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.666298+0000 mon.smithi112 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.669745+0000 mon.smithi112 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.673472+0000 mon.smithi112 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.674451+0000 mon.smithi112 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:48.675094+0000 mon.smithi112 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:49.357573+0000 mon.smithi161 (mon.1) 10 : audit [INF] from='client.? 172.21.15.161:0/197895937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3a3c900-a906-46f9-89a9-60be26151638"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:49.357967+0000 mon.smithi112 (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3a3c900-a906-46f9-89a9-60be26151638"}]: dispatch 2024-02-12T13:02:50.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:49.361442+0000 mon.smithi112 (mon.0) 497 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b3a3c900-a906-46f9-89a9-60be26151638"}]': finished 2024-02-12T13:02:50.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:49.361488+0000 mon.smithi112 (mon.0) 498 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-12T13:02:50.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:49.361583+0000 mon.smithi112 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:02:51.039 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:49.768303+0000 mgr.smithi112.yacrbz (mgr.14164) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:51.039 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:49.774766+0000 mon.smithi161 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.161:0/8270991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:02:51.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:49.768303+0000 mgr.smithi112.yacrbz (mgr.14164) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:51.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:49.774766+0000 mon.smithi161 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.161:0/8270991' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:02:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:51.768574+0000 mgr.smithi112.yacrbz (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:53.281703+0000 mon.smithi112 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:53.284493+0000 mon.smithi112 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:51.768574+0000 mgr.smithi112.yacrbz (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:53.281703+0000 mon.smithi112 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:53.284493+0000 mon.smithi112 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:55.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:53.769016+0000 mgr.smithi112.yacrbz (mgr.14164) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:55.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:55.367664+0000 mon.smithi112 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:02:55.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:55.368379+0000 mon.smithi112 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:55.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:53.769016+0000 mgr.smithi112.yacrbz (mgr.14164) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:55.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:55.367664+0000 mon.smithi112 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:02:55.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:55.368379+0000 mon.smithi112 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:56.715 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:02:55.368959+0000 mgr.smithi112.yacrbz (mgr.14164) 201 : cephadm [INF] Deploying daemon osd.6 on smithi161 2024-02-12T13:02:56.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:02:55.368959+0000 mgr.smithi112.yacrbz (mgr.14164) 201 : cephadm [INF] Deploying daemon osd.6 on smithi161 2024-02-12T13:02:57.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:55.769411+0000 mgr.smithi112.yacrbz (mgr.14164) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:57.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:55.769411+0000 mgr.smithi112.yacrbz (mgr.14164) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:58.980 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 6 on host 'smithi161' 2024-02-12T13:02:59.625 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:57.769878+0000 mgr.smithi112.yacrbz (mgr.14164) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:59.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:58.968139+0000 mon.smithi112 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:59.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:58.969969+0000 mon.smithi112 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:59.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:58.972294+0000 mon.smithi112 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:59.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:58.974135+0000 mon.smithi112 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:59.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:02:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:02:58.976881+0000 mon.smithi112 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:59.647 DEBUG:teuthology.orchestra.run.smithi161:osd.6> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.6.service 2024-02-12T13:02:59.649 INFO:tasks.cephadm:Deploying osd.7 on smithi161 with /dev/vg_nvme/lv_1... 2024-02-12T13:02:59.649 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-12T13:02:59.678 INFO:journalctl@ceph.osd.6.smithi161.stdout:-- Logs begin at Mon 2024-02-12 12:48:55 UTC. -- 2024-02-12T13:02:59.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:57.769878+0000 mgr.smithi112.yacrbz (mgr.14164) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:02:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:58.968139+0000 mon.smithi112 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:02:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:58.969969+0000 mon.smithi112 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:02:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:58.972294+0000 mon.smithi112 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:02:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:58.974135+0000 mon.smithi112 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:02:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:02:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:02:58.976881+0000 mon.smithi112 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:01.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:02:59.770211+0000 mgr.smithi112.yacrbz (mgr.14164) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:03:01.696 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:02:59.770211+0000 mgr.smithi112.yacrbz (mgr.14164) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135127 s, 776 MB/s 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 2024-02-12T13:03:02.217 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-02-12T13:03:02.336 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:03:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6[49040]: debug 2024-02-12T13:03:02.057+0000 7f4b91200080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-12T13:03:02.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:02.062328+0000 mon.smithi161 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.161:6816/1278568627,v1:172.21.15.161:6817/1278568627]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:03:02.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:02.062765+0000 mon.smithi112 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:03:02.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:02.062328+0000 mon.smithi161 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.161:6816/1278568627,v1:172.21.15.161:6817/1278568627]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:03:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:02.062765+0000 mon.smithi112 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:03:02.946 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi161:vg_nvme/lv_1 2024-02-12T13:03:03.743 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:01.770516+0000 mgr.smithi112.yacrbz (mgr.14164) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:03:03.743 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:02.466750+0000 mon.smithi112 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:03:03.743 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:02.466796+0000 mon.smithi112 (mon.0) 511 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-12T13:03:03.743 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:02.466916+0000 mon.smithi112 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:03.744 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:02.467551+0000 mon.smithi161 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.161:6816/1278568627,v1:172.21.15.161:6817/1278568627]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:03.744 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:02.467836+0000 mon.smithi112 (mon.0) 513 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:03.813 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:01.770516+0000 mgr.smithi112.yacrbz (mgr.14164) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:03:03.813 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:02.466750+0000 mon.smithi112 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:03:03.813 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:02.466796+0000 mon.smithi112 (mon.0) 511 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-12T13:03:03.813 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:02.466916+0000 mon.smithi112 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:03.813 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:02.467551+0000 mon.smithi161 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.161:6816/1278568627,v1:172.21.15.161:6817/1278568627]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:03.813 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:02.467836+0000 mon.smithi112 (mon.0) 513 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:03.814 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6[49040]: debug 2024-02-12T13:03:03.471+0000 7f4b87763700 -1 osd.6 0 waiting for initial osdmap 2024-02-12T13:03:03.814 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:03:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6[49040]: debug 2024-02-12T13:03:03.477+0000 7f4b816da700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:03:04.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:03.468743+0000 mon.smithi112 (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:03:04.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:03.468811+0000 mon.smithi112 (mon.0) 515 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-12T13:03:04.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:03.469227+0000 mon.smithi112 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:04.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:03.473288+0000 mon.smithi112 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:04.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:03.622676+0000 mon.smithi112 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:04.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:03.649413+0000 mon.smithi112 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:03.468743+0000 mon.smithi112 (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:03:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:03.468811+0000 mon.smithi112 (mon.0) 515 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-12T13:03:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:03.469227+0000 mon.smithi112 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:03.473288+0000 mon.smithi112 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:03.622676+0000 mon.smithi112 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:03.649413+0000 mon.smithi112 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:03.109485+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:03.109569+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:03.770845+0000 mgr.smithi112.yacrbz (mgr.14164) 206 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:04.475388+0000 mon.smithi112 (mon.0) 520 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:04.478483+0000 mon.smithi112 (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.161:6816/1278568627,v1:172.21.15.161:6817/1278568627] boot 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:04.478529+0000 mon.smithi112 (mon.0) 522 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-12T13:03:05.834 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:04.478675+0000 mon.smithi112 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:05.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:05.130989+0000 mon.smithi112 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:03:05.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:05.132635+0000 mon.smithi112 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:03:05.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:05.133369+0000 mon.smithi112 (mon.0) 526 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:03.109485+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:03.109569+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:03.770845+0000 mgr.smithi112.yacrbz (mgr.14164) 206 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:04.475388+0000 mon.smithi112 (mon.0) 520 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:04.478483+0000 mon.smithi112 (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.161:6816/1278568627,v1:172.21.15.161:6817/1278568627] boot 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:04.478529+0000 mon.smithi112 (mon.0) 522 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:04.478675+0000 mon.smithi112 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:05.130989+0000 mon.smithi112 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:05.132635+0000 mon.smithi112 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:03:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:05.133369+0000 mon.smithi112 (mon.0) 526 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:06.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:05.130070+0000 mgr.smithi112.yacrbz (mgr.14164) 207 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:03:06.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:05.479482+0000 mon.smithi112 (mon.0) 527 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-12T13:03:06.771 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:05.771338+0000 mgr.smithi112.yacrbz (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:05.130070+0000 mgr.smithi112.yacrbz (mgr.14164) 207 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:03:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:05.479482+0000 mon.smithi112 (mon.0) 527 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-12T13:03:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:05.771338+0000 mgr.smithi112.yacrbz (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:07.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:06.487176+0000 mon.smithi112 (mon.0) 528 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-12T13:03:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:06.487176+0000 mon.smithi112 (mon.0) 528 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-12T13:03:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:07.771764+0000 mgr.smithi112.yacrbz (mgr.14164) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:07.771764+0000 mgr.smithi112.yacrbz (mgr.14164) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:03:08.788852+0000 mgr.smithi112.yacrbz (mgr.14164) 210 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:03:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.794231+0000 mon.smithi112 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.795285+0000 mon.smithi112 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.796056+0000 mon.smithi112 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.796710+0000 mon.smithi112 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:03:08.797222+0000 mgr.smithi112.yacrbz (mgr.14164) 211 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 5323M 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.801365+0000 mon.smithi112 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.805181+0000 mon.smithi112 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.808817+0000 mon.smithi112 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.809870+0000 mon.smithi112 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.810513+0000 mon.smithi112 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:03:10.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:08.814705+0000 mon.smithi112 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:09.595595+0000 mon.smithi161 (mon.1) 14 : audit [INF] from='client.? 172.21.15.161:0/3441474182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3"}]: dispatch 2024-02-12T13:03:10.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:09.596025+0000 mon.smithi112 (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3"}]: dispatch 2024-02-12T13:03:10.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:09.600880+0000 mon.smithi112 (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3"}]': finished 2024-02-12T13:03:10.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:09.600961+0000 mon.smithi112 (mon.0) 541 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-12T13:03:10.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:09.601106+0000 mon.smithi112 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:10.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:03:08.788852+0000 mgr.smithi112.yacrbz (mgr.14164) 210 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:03:10.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.794231+0000 mon.smithi112 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.795285+0000 mon.smithi112 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:10.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.796056+0000 mon.smithi112 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.796710+0000 mon.smithi112 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:03:08.797222+0000 mgr.smithi112.yacrbz (mgr.14164) 211 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 5323M 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.801365+0000 mon.smithi112 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.805181+0000 mon.smithi112 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.808817+0000 mon.smithi112 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.809870+0000 mon.smithi112 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.810513+0000 mon.smithi112 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:08.814705+0000 mon.smithi112 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:09.595595+0000 mon.smithi161 (mon.1) 14 : audit [INF] from='client.? 172.21.15.161:0/3441474182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:09.596025+0000 mon.smithi112 (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3"}]: dispatch 2024-02-12T13:03:10.090 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:09.600880+0000 mon.smithi112 (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3"}]': finished 2024-02-12T13:03:10.091 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:09.600961+0000 mon.smithi112 (mon.0) 541 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-12T13:03:10.091 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:09.601106+0000 mon.smithi112 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:11.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:09.772161+0000 mgr.smithi112.yacrbz (mgr.14164) 212 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:11.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:10.017047+0000 mon.smithi161 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.161:0/3784662605' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:03:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:09.772161+0000 mgr.smithi112.yacrbz (mgr.14164) 212 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:10.017047+0000 mon.smithi161 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.161:0/3784662605' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:03:13.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:11.772541+0000 mgr.smithi112.yacrbz (mgr.14164) 213 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:11.772541+0000 mgr.smithi112.yacrbz (mgr.14164) 213 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:15.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:13.772920+0000 mgr.smithi112.yacrbz (mgr.14164) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:13.772920+0000 mgr.smithi112.yacrbz (mgr.14164) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:16.510 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:15.739910+0000 mon.smithi112 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:03:16.510 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:15.740708+0000 mon.smithi112 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:15.739910+0000 mon.smithi112 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:03:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:15.740708+0000 mon.smithi112 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:17.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:03:15.741301+0000 mgr.smithi112.yacrbz (mgr.14164) 215 : cephadm [INF] Deploying daemon osd.7 on smithi161 2024-02-12T13:03:17.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:15.773296+0000 mgr.smithi112.yacrbz (mgr.14164) 216 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:17.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:03:15.741301+0000 mgr.smithi112.yacrbz (mgr.14164) 215 : cephadm [INF] Deploying daemon osd.7 on smithi161 2024-02-12T13:03:17.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:15.773296+0000 mgr.smithi112.yacrbz (mgr.14164) 216 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:19.404 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 7 on host 'smithi161' 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:17.773645+0000 mgr.smithi112.yacrbz (mgr.14164) 217 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:18.758386+0000 mon.smithi112 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:18.758606+0000 mon.smithi112 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:19.388971+0000 mon.smithi112 (mon.0) 547 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:19.390985+0000 mon.smithi112 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:19.393449+0000 mon.smithi112 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:19.395569+0000 mon.smithi112 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:03:19.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:19.400208+0000 mon.smithi112 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:17.773645+0000 mgr.smithi112.yacrbz (mgr.14164) 217 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:18.758386+0000 mon.smithi112 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:18.758606+0000 mon.smithi112 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:19.388971+0000 mon.smithi112 (mon.0) 547 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:19.390985+0000 mon.smithi112 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:19.393449+0000 mon.smithi112 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:19.395569+0000 mon.smithi112 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:03:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:19.400208+0000 mon.smithi112 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:20.109 DEBUG:teuthology.orchestra.run.smithi161:osd.7> sudo journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.7.service 2024-02-12T13:03:20.111 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-12T13:03:20.112 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T13:03:20.146 INFO:journalctl@ceph.osd.7.smithi161.stdout:-- Logs begin at Mon 2024-02-12 12:48:55 UTC. -- 2024-02-12T13:03:21.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:19.774158+0000 mgr.smithi112.yacrbz (mgr.14164) 218 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:19.774158+0000 mgr.smithi112.yacrbz (mgr.14164) 218 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:22.366 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:03:22.835 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:03:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7[51931]: debug 2024-02-12T13:03:22.548+0000 7ff07c2b1080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-12T13:03:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:21.774693+0000 mgr.smithi112.yacrbz (mgr.14164) 219 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:21.831833+0000 mon.smithi112 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:22.365134+0000 mon.smithi112 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.112:0/3551396610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:03:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:22.551885+0000 mon.smithi161 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.161:6824/4031479656,v1:172.21.15.161:6825/4031479656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:03:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:22.552167+0000 mon.smithi112 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:03:23.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:21.774693+0000 mgr.smithi112.yacrbz (mgr.14164) 219 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:23.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:21.831833+0000 mon.smithi112 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:22.365134+0000 mon.smithi112 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.112:0/3551396610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:03:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:22.551885+0000 mon.smithi161 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.161:6824/4031479656,v1:172.21.15.161:6825/4031479656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:03:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:22.552167+0000 mon.smithi112 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:03:23.182 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1707742984,"num_in_osds":8,"osd_in_since":1707742989,"num_remapped_pgs":0} 2024-02-12T13:03:24.182 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T13:03:24.586 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7[51931]: debug 2024-02-12T13:03:24.475+0000 7ff072814700 -1 osd.7 0 waiting for initial osdmap 2024-02-12T13:03:24.586 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7[51931]: debug 2024-02-12T13:03:24.483+0000 7ff06b789700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:03:24.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:23.473856+0000 mon.smithi112 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:03:24.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:23.473930+0000 mon.smithi112 (mon.0) 556 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-12T13:03:24.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:23.474086+0000 mon.smithi112 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:24.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:23.474463+0000 mon.smithi161 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.161:6824/4031479656,v1:172.21.15.161:6825/4031479656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:24.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:23.474830+0000 mon.smithi112 (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:23.473856+0000 mon.smithi112 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:03:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:23.473930+0000 mon.smithi112 (mon.0) 556 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-12T13:03:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:23.474086+0000 mon.smithi112 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:23.474463+0000 mon.smithi161 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.161:6824/4031479656,v1:172.21.15.161:6825/4031479656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:23.474830+0000 mon.smithi112 (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:03:25.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:23.775118+0000 mgr.smithi112.yacrbz (mgr.14164) 220 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:25.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:24.472423+0000 mon.smithi112 (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:03:25.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:24.472502+0000 mon.smithi112 (mon.0) 560 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:24.472859+0000 mon.smithi112 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:24.476165+0000 mon.smithi112 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.215780+0000 mon.smithi112 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.216582+0000 mon.smithi112 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.217274+0000 mon.smithi112 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.217778+0000 mon.smithi112 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.218304+0000 mon.smithi112 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.221903+0000 mon.smithi112 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.226689+0000 mon.smithi112 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.230352+0000 mon.smithi112 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.231177+0000 mon.smithi112 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.231712+0000 mon.smithi112 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:03:25.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.235441+0000 mon.smithi112 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:23.775118+0000 mgr.smithi112.yacrbz (mgr.14164) 220 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:24.472423+0000 mon.smithi112 (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:24.472502+0000 mon.smithi112 (mon.0) 560 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:24.472859+0000 mon.smithi112 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:24.476165+0000 mon.smithi112 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.215780+0000 mon.smithi112 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.216582+0000 mon.smithi112 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.217274+0000 mon.smithi112 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.217778+0000 mon.smithi112 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.218304+0000 mon.smithi112 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.221903+0000 mon.smithi112 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.226689+0000 mon.smithi112 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.230352+0000 mon.smithi112 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.231177+0000 mon.smithi112 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.231712+0000 mon.smithi112 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:03:25.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.235441+0000 mon.smithi112 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:03:26.343 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:23.522979+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:23.523059+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:03:25.211186+0000 mgr.smithi112.yacrbz (mgr.14164) 221 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:03:25.218694+0000 mgr.smithi112.yacrbz (mgr.14164) 222 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 3992M 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:25.477240+0000 mon.smithi112 (mon.0) 574 : cluster [INF] osd.7 [v2:172.21.15.161:6824/4031479656,v1:172.21.15.161:6825/4031479656] boot 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:25.477277+0000 mon.smithi112 (mon.0) 575 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:25.477610+0000 mon.smithi112 (mon.0) 576 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:25.775415+0000 mgr.smithi112.yacrbz (mgr.14164) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:26.720 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:26.342259+0000 mon.smithi112 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.112:0/195804370' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:23.522979+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:23.523059+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:03:25.211186+0000 mgr.smithi112.yacrbz (mgr.14164) 221 : cephadm [INF] Detected new or changed devices on smithi161 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:03:25.218694+0000 mgr.smithi112.yacrbz (mgr.14164) 222 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 3992M 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:25.477240+0000 mon.smithi112 (mon.0) 574 : cluster [INF] osd.7 [v2:172.21.15.161:6824/4031479656,v1:172.21.15.161:6825/4031479656] boot 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:25.477277+0000 mon.smithi112 (mon.0) 575 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:25.477610+0000 mon.smithi112 (mon.0) 576 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:03:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:25.775415+0000 mgr.smithi112.yacrbz (mgr.14164) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:03:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:26.342259+0000 mon.smithi112 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.112:0/195804370' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:03:26.969 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1707743005,"num_in_osds":8,"osd_in_since":1707742989,"num_remapped_pgs":0} 2024-02-12T13:03:26.969 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T13:03:27.193 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:27.739 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:26.485249+0000 mon.smithi112 (mon.0) 578 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-12T13:03:27.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:26.485249+0000 mon.smithi112 (mon.0) 578 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-12T13:03:28.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:27.775756+0000 mgr.smithi112.yacrbz (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:28.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:27.775756+0000 mgr.smithi112.yacrbz (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:29.295 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:03:29.296 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":50,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","created":"2024-02-12T12:57:17.094617+0000","modified":"2024-02-12T13:03:26.478639+0000","last_up_change":"2024-02-12T13:03:25.473729+0000","last_in_change":"2024-02-12T13:03:09.596618+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:01:42.920833+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":"2cf07fe3-72c2-4f49-9b16-d110fcf83959","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6803","nonce":4096002924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6805","nonce":4096002924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6809","nonce":4096002924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6807","nonce":4096002924}]},"public_addr":"172.21.15.112:6803/4096002924","cluster_addr":"172.21.15.112:6805/4096002924","heartbeat_back_addr":"172.21.15.112:6809/4096002924","heartbeat_front_addr":"172.21.15.112:6807/4096002924","state":["exists","up"]},{"osd":1,"uuid":"44927b62-adcd-4bf0-ae2e-58a401f964c1","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.112:6810","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6811","nonce":3019471297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6813","nonce":3019471297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6817","nonce":3019471297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6815","nonce":3019471297}]},"public_addr":"172.21.15.112:6811/3019471297","cluster_addr":"172.21.15.112:6813/3019471297","heartbeat_back_addr":"172.21.15.112:6817/3019471297","heartbeat_front_addr":"172.21.15.112:6815/3019471297","state":["exists","up"]},{"osd":2,"uuid":"14257365-3d83-49b7-85db-e7f4a9c6318e","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.112:6818","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6819","nonce":1383947867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6821","nonce":1383947867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6825","nonce":1383947867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6823","nonce":1383947867}]},"public_addr":"172.21.15.112:6819/1383947867","cluster_addr":"172.21.15.112:6821/1383947867","heartbeat_back_addr":"172.21.15.112:6825/1383947867","heartbeat_front_addr":"172.21.15.112:6823/1383947867","state":["exists","up"]},{"osd":3,"uuid":"d2938ae8-e1e3-47eb-957a-c81cff1e3bc9","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.112:6826","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6827","nonce":2616412930}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6828","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6829","nonce":2616412930}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6832","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6833","nonce":2616412930}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6830","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6831","nonce":2616412930}]},"public_addr":"172.21.15.112:6827/2616412930","cluster_addr":"172.21.15.112:6829/2616412930","heartbeat_back_addr":"172.21.15.112:6833/2616412930","heartbeat_front_addr":"172.21.15.112:6831/2616412930","state":["exists","up"]},{"osd":4,"uuid":"ae03f464-142a-4da5-876a-d2d5f2fc0d5d","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.161:6800","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6801","nonce":1047677286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6803","nonce":1047677286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6807","nonce":1047677286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6805","nonce":1047677286}]},"public_addr":"172.21.15.161:6801/1047677286","cluster_addr":"172.21.15.161:6803/1047677286","heartbeat_back_addr":"172.21.15.161:6807/1047677286","heartbeat_front_addr":"172.21.15.161:6805/1047677286","state":["exists","up"]},{"osd":5,"uuid":"37cc6453-6bb4-43d5-a885-88c4c530b109","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.161:6808","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6809","nonce":2790352791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6811","nonce":2790352791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6815","nonce":2790352791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6813","nonce":2790352791}]},"public_addr":"172.21.15.161:6809/2790352791","cluster_addr":"172.21.15.161:6811/2790352791","heartbeat_back_addr":"172.21.15.161:6815/2790352791","heartbeat_front_addr":"172.21.15.161:6813/2790352791","state":["exists","up"]},{"osd":6,"uuid":"b3a3c900-a906-46f9-89a9-60be26151638","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.161:6816","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6817","nonce":1278568627}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6819","nonce":1278568627}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6823","nonce":1278568627}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6821","nonce":1278568627}]},"public_addr":"172.21.15.161:6817/1278568627","cluster_addr":"172.21.15.161:6819/1278568627","heartbeat_back_addr":"172.21.15.161:6823/1278568627","heartbeat_front_addr":"172.21.15.161:6821/1278568627","state":["exists","up"]},{"osd":7,"uuid":"95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6825","nonce":4031479656}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6827","nonce":4031479656}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6831","nonce":4031479656}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6829","nonce":4031479656}]},"public_addr":"172.21.15.161:6825/4031479656","cluster_addr":"172.21.15.161:6827/4031479656","heartbeat_back_addr":"172.21.15.161:6831/4031479656","heartbeat_front_addr":"172.21.15.161:6829/4031479656","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:00:44.989632+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:01:16.140182+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:01:40.759611+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:02:05.551474+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:02:23.064571+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:02:43.128625+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:03:03.109571+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:03:23.523062+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.112:0/547656350":"2024-02-13T12:58:18.550804+0000","172.21.15.112:6800/3394361463":"2024-02-13T12:58:18.550804+0000","172.21.15.112:0/42018733":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6801/3394361463":"2024-02-13T12:58:18.550804+0000","172.21.15.112:0/1626758726":"2024-02-13T12:58:18.550804+0000","172.21.15.112:6800/3364954742":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6800/1617010214":"2024-02-13T12:57:39.892719+0000","172.21.15.112:0/3740375055":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6801/1617010214":"2024-02-13T12:57:39.892719+0000","172.21.15.112:0/918899953":"2024-02-13T12:57:39.892719+0000","172.21.15.112:6801/3364954742":"2024-02-13T12:58:01.034853+0000","172.21.15.112:0/1795744301":"2024-02-13T12:57:39.892719+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:03:29.607 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:29.293754+0000 mon.smithi112 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.112:0/1263573982' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:03:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:29.293754+0000 mon.smithi112 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.112:0/1263573982' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:03:30.155 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-12T13:01:42.920833+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:03:30.156 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-12T13:03:30.382 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:29.776176+0000 mgr.smithi112.yacrbz (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:29.776176+0000 mgr.smithi112.yacrbz (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:32.546 INFO:teuthology.orchestra.run.smithi112.stdout:pg_num: 1 2024-02-12T13:03:33.385 INFO:tasks.cephadm:Setting up client nodes... 2024-02-12T13:03:33.386 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-12T13:03:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:31.776471+0000 mgr.smithi112.yacrbz (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:32.544704+0000 mon.smithi112 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.112:0/2821162523' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-12T13:03:33.837 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:31.776471+0000 mgr.smithi112.yacrbz (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:33.837 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:32.544704+0000 mon.smithi112 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.112:0/2821162523' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-12T13:03:35.577 INFO:teuthology.orchestra.run.smithi112.stdout:[client.0] 2024-02-12T13:03:35.577 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQAnF8plJaoiIhAAc3DRu2YwNKx7ziSFChLTSQ== 2024-02-12T13:03:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:33.776928+0000 mgr.smithi112.yacrbz (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:35.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:33.776928+0000 mgr.smithi112.yacrbz (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:36.368 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-02-12T13:03:36.368 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-12T13:03:36.368 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-12T13:03:36.410 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-12T13:03:36.410 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-12T13:03:36.410 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-12T13:03:36.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:35.572550+0000 mon.smithi112 (mon.0) 581 : audit [INF] from='client.? 172.21.15.112:0/145773569' 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:03:36.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:35.575970+0000 mon.smithi112 (mon.0) 582 : audit [INF] from='client.? 172.21.15.112:0/145773569' 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:03:36.674 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:35.572550+0000 mon.smithi112 (mon.0) 581 : audit [INF] from='client.? 172.21.15.112:0/145773569' 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:03:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:35.575970+0000 mon.smithi112 (mon.0) 582 : audit [INF] from='client.? 172.21.15.112:0/145773569' 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:03:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:35.777447+0000 mgr.smithi112.yacrbz (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:35.777447+0000 mgr.smithi112.yacrbz (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:38.765 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:03:39.537 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi112.yacrbz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2535118500},{"type":"v1","addr":"172.21.15.112:6801","nonce":2535118500}]},"active_addr":"172.21.15.112:6801/2535118500","active_change":"2024-02-12T12:58:18.551081+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14230,"name":"smithi161.ipspmc","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.112:8443/","prometheus":"http://172.21.15.112: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.112:0","nonce":3365902609}]},{"addrvec":[{"type":"v2","addr":"172.21.15.112:0","nonce":1112712081}]}]}} 2024-02-12T13:03:39.540 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-12T13:03:39.540 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-12T13:03:39.540 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T13:03:39.766 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:39.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:37.777841+0000 mgr.smithi112.yacrbz (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:39.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:38.759675+0000 mon.smithi112 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.112:0/3370792859' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-12T13:03:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:37.777841+0000 mgr.smithi112.yacrbz (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:39.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:38.759675+0000 mon.smithi112 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.112:0/3370792859' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-12T13:03:41.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:39.778128+0000 mgr.smithi112.yacrbz (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:41.677 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:03:41.678 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":50,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","created":"2024-02-12T12:57:17.094617+0000","modified":"2024-02-12T13:03:26.478639+0000","last_up_change":"2024-02-12T13:03:25.473729+0000","last_in_change":"2024-02-12T13:03:09.596618+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:01:42.920833+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":"2cf07fe3-72c2-4f49-9b16-d110fcf83959","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6803","nonce":4096002924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6805","nonce":4096002924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6809","nonce":4096002924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6807","nonce":4096002924}]},"public_addr":"172.21.15.112:6803/4096002924","cluster_addr":"172.21.15.112:6805/4096002924","heartbeat_back_addr":"172.21.15.112:6809/4096002924","heartbeat_front_addr":"172.21.15.112:6807/4096002924","state":["exists","up"]},{"osd":1,"uuid":"44927b62-adcd-4bf0-ae2e-58a401f964c1","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.112:6810","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6811","nonce":3019471297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6813","nonce":3019471297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6817","nonce":3019471297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6815","nonce":3019471297}]},"public_addr":"172.21.15.112:6811/3019471297","cluster_addr":"172.21.15.112:6813/3019471297","heartbeat_back_addr":"172.21.15.112:6817/3019471297","heartbeat_front_addr":"172.21.15.112:6815/3019471297","state":["exists","up"]},{"osd":2,"uuid":"14257365-3d83-49b7-85db-e7f4a9c6318e","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.112:6818","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6819","nonce":1383947867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6821","nonce":1383947867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6825","nonce":1383947867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6823","nonce":1383947867}]},"public_addr":"172.21.15.112:6819/1383947867","cluster_addr":"172.21.15.112:6821/1383947867","heartbeat_back_addr":"172.21.15.112:6825/1383947867","heartbeat_front_addr":"172.21.15.112:6823/1383947867","state":["exists","up"]},{"osd":3,"uuid":"d2938ae8-e1e3-47eb-957a-c81cff1e3bc9","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.112:6826","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6827","nonce":2616412930}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6828","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6829","nonce":2616412930}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6832","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6833","nonce":2616412930}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6830","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6831","nonce":2616412930}]},"public_addr":"172.21.15.112:6827/2616412930","cluster_addr":"172.21.15.112:6829/2616412930","heartbeat_back_addr":"172.21.15.112:6833/2616412930","heartbeat_front_addr":"172.21.15.112:6831/2616412930","state":["exists","up"]},{"osd":4,"uuid":"ae03f464-142a-4da5-876a-d2d5f2fc0d5d","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.161:6800","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6801","nonce":1047677286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6803","nonce":1047677286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6807","nonce":1047677286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6805","nonce":1047677286}]},"public_addr":"172.21.15.161:6801/1047677286","cluster_addr":"172.21.15.161:6803/1047677286","heartbeat_back_addr":"172.21.15.161:6807/1047677286","heartbeat_front_addr":"172.21.15.161:6805/1047677286","state":["exists","up"]},{"osd":5,"uuid":"37cc6453-6bb4-43d5-a885-88c4c530b109","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.161:6808","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6809","nonce":2790352791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6811","nonce":2790352791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6815","nonce":2790352791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6813","nonce":2790352791}]},"public_addr":"172.21.15.161:6809/2790352791","cluster_addr":"172.21.15.161:6811/2790352791","heartbeat_back_addr":"172.21.15.161:6815/2790352791","heartbeat_front_addr":"172.21.15.161:6813/2790352791","state":["exists","up"]},{"osd":6,"uuid":"b3a3c900-a906-46f9-89a9-60be26151638","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.161:6816","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6817","nonce":1278568627}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6819","nonce":1278568627}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6823","nonce":1278568627}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6821","nonce":1278568627}]},"public_addr":"172.21.15.161:6817/1278568627","cluster_addr":"172.21.15.161:6819/1278568627","heartbeat_back_addr":"172.21.15.161:6823/1278568627","heartbeat_front_addr":"172.21.15.161:6821/1278568627","state":["exists","up"]},{"osd":7,"uuid":"95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6825","nonce":4031479656}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6827","nonce":4031479656}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6831","nonce":4031479656}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6829","nonce":4031479656}]},"public_addr":"172.21.15.161:6825/4031479656","cluster_addr":"172.21.15.161:6827/4031479656","heartbeat_back_addr":"172.21.15.161:6831/4031479656","heartbeat_front_addr":"172.21.15.161:6829/4031479656","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:00:44.989632+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:01:16.140182+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:01:40.759611+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:02:05.551474+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:02:23.064571+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:02:43.128625+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:03:03.109571+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:03:23.523062+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.112:0/547656350":"2024-02-13T12:58:18.550804+0000","172.21.15.112:6800/3394361463":"2024-02-13T12:58:18.550804+0000","172.21.15.112:0/42018733":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6801/3394361463":"2024-02-13T12:58:18.550804+0000","172.21.15.112:0/1626758726":"2024-02-13T12:58:18.550804+0000","172.21.15.112:6800/3364954742":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6800/1617010214":"2024-02-13T12:57:39.892719+0000","172.21.15.112:0/3740375055":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6801/1617010214":"2024-02-13T12:57:39.892719+0000","172.21.15.112:0/918899953":"2024-02-13T12:57:39.892719+0000","172.21.15.112:6801/3364954742":"2024-02-13T12:58:01.034853+0000","172.21.15.112:0/1795744301":"2024-02-13T12:57:39.892719+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:03:41.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:39.778128+0000 mgr.smithi112.yacrbz (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:42.428 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-12T13:03:42.429 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T13:03:42.656 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:42.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:41.675968+0000 mon.smithi112 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.112:0/424430577' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:03:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:41.675968+0000 mon.smithi112 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.112:0/424430577' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:03:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:41.778511+0000 mgr.smithi112.yacrbz (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:41.778511+0000 mgr.smithi112.yacrbz (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:44.703 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:03:44.704 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":50,"fsid":"1d31194c-c9a6-11ee-95b9-87774f69a715","created":"2024-02-12T12:57:17.094617+0000","modified":"2024-02-12T13:03:26.478639+0000","last_up_change":"2024-02-12T13:03:25.473729+0000","last_in_change":"2024-02-12T13:03:09.596618+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:01:42.920833+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":"2cf07fe3-72c2-4f49-9b16-d110fcf83959","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6803","nonce":4096002924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6805","nonce":4096002924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6809","nonce":4096002924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":4096002924},{"type":"v1","addr":"172.21.15.112:6807","nonce":4096002924}]},"public_addr":"172.21.15.112:6803/4096002924","cluster_addr":"172.21.15.112:6805/4096002924","heartbeat_back_addr":"172.21.15.112:6809/4096002924","heartbeat_front_addr":"172.21.15.112:6807/4096002924","state":["exists","up"]},{"osd":1,"uuid":"44927b62-adcd-4bf0-ae2e-58a401f964c1","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.112:6810","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6811","nonce":3019471297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6813","nonce":3019471297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6817","nonce":3019471297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":3019471297},{"type":"v1","addr":"172.21.15.112:6815","nonce":3019471297}]},"public_addr":"172.21.15.112:6811/3019471297","cluster_addr":"172.21.15.112:6813/3019471297","heartbeat_back_addr":"172.21.15.112:6817/3019471297","heartbeat_front_addr":"172.21.15.112:6815/3019471297","state":["exists","up"]},{"osd":2,"uuid":"14257365-3d83-49b7-85db-e7f4a9c6318e","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.112:6818","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6819","nonce":1383947867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6821","nonce":1383947867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6825","nonce":1383947867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":1383947867},{"type":"v1","addr":"172.21.15.112:6823","nonce":1383947867}]},"public_addr":"172.21.15.112:6819/1383947867","cluster_addr":"172.21.15.112:6821/1383947867","heartbeat_back_addr":"172.21.15.112:6825/1383947867","heartbeat_front_addr":"172.21.15.112:6823/1383947867","state":["exists","up"]},{"osd":3,"uuid":"d2938ae8-e1e3-47eb-957a-c81cff1e3bc9","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.112:6826","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6827","nonce":2616412930}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6828","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6829","nonce":2616412930}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6832","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6833","nonce":2616412930}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6830","nonce":2616412930},{"type":"v1","addr":"172.21.15.112:6831","nonce":2616412930}]},"public_addr":"172.21.15.112:6827/2616412930","cluster_addr":"172.21.15.112:6829/2616412930","heartbeat_back_addr":"172.21.15.112:6833/2616412930","heartbeat_front_addr":"172.21.15.112:6831/2616412930","state":["exists","up"]},{"osd":4,"uuid":"ae03f464-142a-4da5-876a-d2d5f2fc0d5d","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.161:6800","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6801","nonce":1047677286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6803","nonce":1047677286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6807","nonce":1047677286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1047677286},{"type":"v1","addr":"172.21.15.161:6805","nonce":1047677286}]},"public_addr":"172.21.15.161:6801/1047677286","cluster_addr":"172.21.15.161:6803/1047677286","heartbeat_back_addr":"172.21.15.161:6807/1047677286","heartbeat_front_addr":"172.21.15.161:6805/1047677286","state":["exists","up"]},{"osd":5,"uuid":"37cc6453-6bb4-43d5-a885-88c4c530b109","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.161:6808","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6809","nonce":2790352791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6811","nonce":2790352791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6815","nonce":2790352791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":2790352791},{"type":"v1","addr":"172.21.15.161:6813","nonce":2790352791}]},"public_addr":"172.21.15.161:6809/2790352791","cluster_addr":"172.21.15.161:6811/2790352791","heartbeat_back_addr":"172.21.15.161:6815/2790352791","heartbeat_front_addr":"172.21.15.161:6813/2790352791","state":["exists","up"]},{"osd":6,"uuid":"b3a3c900-a906-46f9-89a9-60be26151638","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.161:6816","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6817","nonce":1278568627}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6819","nonce":1278568627}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6823","nonce":1278568627}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":1278568627},{"type":"v1","addr":"172.21.15.161:6821","nonce":1278568627}]},"public_addr":"172.21.15.161:6817/1278568627","cluster_addr":"172.21.15.161:6819/1278568627","heartbeat_back_addr":"172.21.15.161:6823/1278568627","heartbeat_front_addr":"172.21.15.161:6821/1278568627","state":["exists","up"]},{"osd":7,"uuid":"95ca4a3c-1a1d-4ad8-b4f9-6273952dbea3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6825","nonce":4031479656}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6827","nonce":4031479656}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6831","nonce":4031479656}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":4031479656},{"type":"v1","addr":"172.21.15.161:6829","nonce":4031479656}]},"public_addr":"172.21.15.161:6825/4031479656","cluster_addr":"172.21.15.161:6827/4031479656","heartbeat_back_addr":"172.21.15.161:6831/4031479656","heartbeat_front_addr":"172.21.15.161:6829/4031479656","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:00:44.989632+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:01:16.140182+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:01:40.759611+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:02:05.551474+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:02:23.064571+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:02:43.128625+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:03:03.109571+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:03:23.523062+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.112:0/547656350":"2024-02-13T12:58:18.550804+0000","172.21.15.112:6800/3394361463":"2024-02-13T12:58:18.550804+0000","172.21.15.112:0/42018733":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6801/3394361463":"2024-02-13T12:58:18.550804+0000","172.21.15.112:0/1626758726":"2024-02-13T12:58:18.550804+0000","172.21.15.112:6800/3364954742":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6800/1617010214":"2024-02-13T12:57:39.892719+0000","172.21.15.112:0/3740375055":"2024-02-13T12:58:01.034853+0000","172.21.15.112:6801/1617010214":"2024-02-13T12:57:39.892719+0000","172.21.15.112:0/918899953":"2024-02-13T12:57:39.892719+0000","172.21.15.112:6801/3364954742":"2024-02-13T12:58:01.034853+0000","172.21.15.112:0/1795744301":"2024-02-13T12:57:39.892719+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:03:45.547 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-12T13:03:45.548 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-12T13:03:45.548 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-12T13:03:45.549 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-12T13:03:45.549 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-12T13:03:45.549 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-12T13:03:45.550 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-12T13:03:45.550 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-12T13:03:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:43.778776+0000 mgr.smithi112.yacrbz (mgr.14164) 232 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:03:44.701891+0000 mon.smithi112 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.112:0/511526017' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:03:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:43.778776+0000 mgr.smithi112.yacrbz (mgr.14164) 232 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:03:44.701891+0000 mon.smithi112 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.112:0/511526017' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:03:46.006 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.007 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.007 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.007 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.007 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.008 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.009 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:46.009 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:03:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:45.779298+0000 mgr.smithi112.yacrbz (mgr.14164) 233 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:47.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:45.779298+0000 mgr.smithi112.yacrbz (mgr.14164) 233 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:48.822 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:47.779664+0000 mgr.smithi112.yacrbz (mgr.14164) 234 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:48.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:47.779664+0000 mgr.smithi112.yacrbz (mgr.14164) 234 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:51.022 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:49.780193+0000 mgr.smithi112.yacrbz (mgr.14164) 235 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:51.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:49.780193+0000 mgr.smithi112.yacrbz (mgr.14164) 235 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:53.024 INFO:teuthology.orchestra.run.smithi112.stdout:81604378653 2024-02-12T13:03:53.025 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-12T13:03:53.536 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:51.780532+0000 mgr.smithi112.yacrbz (mgr.14164) 236 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:53.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:51.780532+0000 mgr.smithi112.yacrbz (mgr.14164) 236 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:55.715 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:53.780845+0000 mgr.smithi112.yacrbz (mgr.14164) 237 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:55.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:53.780845+0000 mgr.smithi112.yacrbz (mgr.14164) 237 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:57.431 INFO:teuthology.orchestra.run.smithi112.stdout:133143986196 2024-02-12T13:03:57.432 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-12T13:03:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:55.781231+0000 mgr.smithi112.yacrbz (mgr.14164) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:57.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:55.781231+0000 mgr.smithi112.yacrbz (mgr.14164) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:58.002 INFO:teuthology.orchestra.run.smithi112.stdout:210453397513 2024-02-12T13:03:58.002 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-12T13:03:59.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:03:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:57.781733+0000 mgr.smithi112.yacrbz (mgr.14164) 239 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:03:59.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:03:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:57.781733+0000 mgr.smithi112.yacrbz (mgr.14164) 239 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:01.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:03:59.782149+0000 mgr.smithi112.yacrbz (mgr.14164) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:01.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:03:59.782149+0000 mgr.smithi112.yacrbz (mgr.14164) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:01.973 INFO:teuthology.orchestra.run.smithi112.stdout:38654705705 2024-02-12T13:04:01.973 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-12T13:04:02.579 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:02.579 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:02.603 INFO:teuthology.orchestra.run.smithi112.stdout:60129542179 2024-02-12T13:04:02.603 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-12T13:04:02.993 INFO:teuthology.orchestra.run.smithi112.stdout:111669149722 2024-02-12T13:04:02.994 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-12T13:04:03.258 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:03.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:01.782394+0000 mgr.smithi112.yacrbz (mgr.14164) 241 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:03.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:01.782394+0000 mgr.smithi112.yacrbz (mgr.14164) 241 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:03.867 INFO:teuthology.orchestra.run.smithi112.stdout:184683593742 2024-02-12T13:04:03.868 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-12T13:04:05.134 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:05.757 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:03.782793+0000 mgr.smithi112.yacrbz (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:04:05.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:03.782793+0000 mgr.smithi112.yacrbz (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:04:06.014 INFO:teuthology.orchestra.run.smithi112.stdout:158913789971 2024-02-12T13:04:06.015 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-12T13:04:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:05.783121+0000 mgr.smithi112.yacrbz (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:04:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:05.783121+0000 mgr.smithi112.yacrbz (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:04:08.974 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:08.974 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:08.975 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:08.975 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:09.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:07.783407+0000 mgr.smithi112.yacrbz (mgr.14164) 244 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:07.783407+0000 mgr.smithi112.yacrbz (mgr.14164) 244 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:09.859 INFO:teuthology.orchestra.run.smithi112.stdout:210453397516 2024-02-12T13:04:10.664 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:09.858087+0000 mon.smithi112 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.112:0/4078778524' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-12T13:04:10.664 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:10.100982+0000 mon.smithi112 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.112:0/3438503546' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-12T13:04:10.664 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:10.265388+0000 mon.smithi112 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.112:0/347102182' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-12T13:04:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:09.858087+0000 mon.smithi112 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.112:0/4078778524' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-12T13:04:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:10.100982+0000 mon.smithi112 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.112:0/3438503546' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-12T13:04:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:10.265388+0000 mon.smithi112 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.112:0/347102182' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-12T13:04:11.264 INFO:teuthology.orchestra.run.smithi112.stdout:38654705707 2024-02-12T13:04:11.758 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:09.783713+0000 mgr.smithi112.yacrbz (mgr.14164) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:11.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:09.783713+0000 mgr.smithi112.yacrbz (mgr.14164) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:12.247 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397513 got 210453397516 for osd.7 2024-02-12T13:04:12.247 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:11.784131+0000 mgr.smithi112.yacrbz (mgr.14164) 246 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:11.784131+0000 mgr.smithi112.yacrbz (mgr.14164) 246 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:14.943 INFO:teuthology.orchestra.run.smithi112.stdout:81604378656 2024-02-12T13:04:15.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:13.784484+0000 mgr.smithi112.yacrbz (mgr.14164) 247 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:15.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:13.784484+0000 mgr.smithi112.yacrbz (mgr.14164) 247 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:16.459 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-02-12T13:04:16.459 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:16.809 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705705 got 38654705707 for osd.0 2024-02-12T13:04:16.810 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:17.197 INFO:teuthology.orchestra.run.smithi112.stdout:133143986200 2024-02-12T13:04:17.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:15.784807+0000 mgr.smithi112.yacrbz (mgr.14164) 248 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:17.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:17.195875+0000 mon.smithi112 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.112:0/1859896349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-12T13:04:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:15.784807+0000 mgr.smithi112.yacrbz (mgr.14164) 248 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:17.195875+0000 mon.smithi112 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.112:0/1859896349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-12T13:04:18.441 INFO:teuthology.orchestra.run.smithi112.stdout:111669149725 2024-02-12T13:04:18.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:18.303200+0000 mon.smithi112 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.112:0/3436179177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-12T13:04:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:18.303200+0000 mon.smithi112 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.112:0/3436179177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-12T13:04:19.319 INFO:teuthology.orchestra.run.smithi112.stdout:60129542182 2024-02-12T13:04:19.555 INFO:teuthology.orchestra.run.smithi112.stdout:184683593745 2024-02-12T13:04:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:17.785272+0000 mgr.smithi112.yacrbz (mgr.14164) 249 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:18.759657+0000 mon.smithi112 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:04:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:18.760471+0000 mon.smithi112 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:04:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:19.318014+0000 mon.smithi112 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.112:0/1801316973' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-12T13:04:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:17.785272+0000 mgr.smithi112.yacrbz (mgr.14164) 249 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:18.759657+0000 mon.smithi112 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:04:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:18.760471+0000 mon.smithi112 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:04:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:19.318014+0000 mon.smithi112 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.112:0/1801316973' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-12T13:04:19.923 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986200 for osd.4 2024-02-12T13:04:19.924 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:20.735 INFO:teuthology.orchestra.run.smithi112.stdout:158913789974 2024-02-12T13:04:20.763 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:19.554870+0000 mon.smithi112 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.112:0/874954626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-12T13:04:20.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:19.554870+0000 mon.smithi112 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.112:0/874954626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-12T13:04:21.731 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:19.785697+0000 mgr.smithi112.yacrbz (mgr.14164) 250 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:21.732 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:20.734058+0000 mon.smithi112 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.112:0/1737470921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-12T13:04:21.751 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789971 got 158913789974 for osd.5 2024-02-12T13:04:21.751 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:21.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:19.785697+0000 mgr.smithi112.yacrbz (mgr.14164) 250 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:20.734058+0000 mon.smithi112 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.112:0/1737470921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-12T13:04:22.097 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593745 for osd.6 2024-02-12T13:04:22.097 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:22.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149725 for osd.3 2024-02-12T13:04:22.591 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:22.973 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542179 got 60129542182 for osd.1 2024-02-12T13:04:22.973 DEBUG:teuthology.parallel:result is None 2024-02-12T13:04:22.973 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-12T13:04:22.973 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-12T13:04:23.202 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:23.818 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:21.786088+0000 mgr.smithi112.yacrbz (mgr.14164) 251 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:23.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:21.786088+0000 mgr.smithi112.yacrbz (mgr.14164) 251 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:24.745 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:23.786400+0000 mgr.smithi112.yacrbz (mgr.14164) 252 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:23.786400+0000 mgr.smithi112.yacrbz (mgr.14164) 252 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:25.476 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:04:25.478 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-02-12T13:04:25.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:25.238678+0000 mon.smithi112 (mon.0) 596 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:04:25.796 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:25.239981+0000 mon.smithi112 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:25.796 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:25.240704+0000 mon.smithi112 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:04:25.796 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:25.472488+0000 mgr.smithi112.yacrbz (mgr.14164) 253 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:04:25.796 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:25.507648+0000 mon.smithi112 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:25.238678+0000 mon.smithi112 (mon.0) 596 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:04:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:25.239981+0000 mon.smithi112 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:25.240704+0000 mon.smithi112 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:04:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:25.472488+0000 mgr.smithi112.yacrbz (mgr.14164) 253 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:04:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:25.507648+0000 mon.smithi112 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:26.130 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":223,"stamp":"2024-02-12T13:04:23.786258+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":43220,"kb_used_data":3796,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917996,"statfs":{"total":767960285184,"available":767916027904,"internally_reserved":0,"allocated":3887104,"data_stored":1543303,"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":50,"state":"active+clean","last_fresh":"2024-02-12T13:03:26.866549+0000","last_change":"2024-02-12T13:03:26.866549+0000","last_active":"2024-02-12T13:03:26.866549+0000","last_peered":"2024-02-12T13:03:26.866549+0000","last_clean":"2024-02-12T13:03:26.866549+0000","last_became_active":"2024-02-12T13:03:26.866138+0000","last_became_peered":"2024-02-12T13:03:26.866138+0000","last_unstale":"2024-02-12T13:03:26.866549+0000","last_undegraded":"2024-02-12T13:03:26.866549+0000","last_fullsized":"2024-02-12T13:03:26.866549+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-12T13:01:43.670431+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-12T13:01:43.670431+0000","last_clean_scrub_stamp":"2024-02-12T13:01:43.670431+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5220,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739932,"statfs":{"total":95995035648,"available":95989690368,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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.70999999999999996}]},{"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.78900000000000003}]},{"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.60299999999999998}]},{"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.64200000000000002}]},{"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.57999999999999996}]},{"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.76100000000000001}]},{"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.73299999999999998}]}]},{"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":5284,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739868,"statfs":{"total":95995035648,"available":95989624832,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.438}]},{"osd":1,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.51900000000000002}]},{"osd":2,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.372}]},{"osd":3,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.57299999999999995}]},{"osd":4,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.627}]},{"osd":5,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.65200000000000002}]},{"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.53000000000000003}]}]},{"osd":1,"up_from":14,"seq":60129542184,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5532,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739620,"statfs":{"total":95995035648,"available":95989370880,"internally_reserved":0,"allocated":479232,"data_stored":192401,"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:03:23 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.318,"15min":0.309},"min":{"1min":0.24299999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.316,"15min":0.30599999999999999},"min":{"1min":0.26800000000000002,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.46400000000000002}]},{"osd":2,"last update":"Mon Feb 12 13:03:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.30099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.47699999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34000000000000002,"15min":0.33200000000000002},"min":{"1min":0.27500000000000002,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.50800000000000001,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.41099999999999998}]},{"osd":3,"last update":"Mon Feb 12 13:04:09 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.39300000000000002,"15min":0.38800000000000001},"min":{"1min":0.313,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.42999999999999999,"15min":0.42499999999999999},"min":{"1min":0.34999999999999998,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.47499999999999998}]},{"osd":4,"last update":"Mon Feb 12 13:03:27 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.64600000000000002}]},{"osd":5,"last update":"Mon Feb 12 13:03:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.65400000000000003}]},{"osd":6,"last update":"Mon Feb 12 13:04:05 2024","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.66200000000000003}]},{"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.69799999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705710,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5540,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739612,"statfs":{"total":95995035648,"available":95989362688,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:03:20 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.29799999999999999,"15min":0.28599999999999998},"min":{"1min":0.29499999999999998,"5min":0.151,"15min":0.151},"max":{"1min":0.54500000000000004,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.32100000000000001,"15min":0.309},"min":{"1min":0.26700000000000002,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.52900000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.30199999999999999}]},{"osd":2,"last update":"Mon Feb 12 13:03:49 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.34599999999999997,"15min":0.34200000000000003},"min":{"1min":0.23499999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.505,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.34499999999999997,"15min":0.33500000000000002},"min":{"1min":0.28199999999999997,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.56699999999999995,"5min":0.622,"15min":0.622},"last":0.33000000000000002}]},{"osd":3,"last update":"Mon Feb 12 13:04:10 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.39600000000000002,"15min":0.39800000000000002},"min":{"1min":0.26100000000000001,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.42699999999999999,"15min":0.42899999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.312}]},{"osd":4,"last update":"Mon Feb 12 13:03:25 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.63100000000000001}]},{"osd":5,"last update":"Mon Feb 12 13:03:44 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.60499999999999998}]},{"osd":6,"last update":"Mon Feb 12 13:04:08 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.002,"5min":1.002,"15min":1.002},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.53300000000000003}]},{"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.55200000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:03:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.20599999999999999,"5min":0.184,"15min":0.184},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.24399999999999999,"5min":0.214,"15min":0.214},"max":{"1min":0.51600000000000001,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.27000000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:03:48 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.34699999999999998,"15min":0.34399999999999997},"min":{"1min":0.27100000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.47599999999999998,"5min":0.495,"15min":0.495},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.34699999999999998,"15min":0.33900000000000002},"min":{"1min":0.27700000000000002,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.23699999999999999}]},{"osd":3,"last update":"Mon Feb 12 13:04:08 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.41099999999999998,"15min":0.41499999999999998},"min":{"1min":0.30199999999999999,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.54100000000000004,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.39200000000000002,"15min":0.39600000000000002},"min":{"1min":0.26700000000000002,"5min":0.248,"15min":0.248},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.31900000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:03:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.55500000000000005}]},{"osd":5,"last update":"Mon Feb 12 13:03:48 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.54200000000000004}]},{"osd":6,"last update":"Mon Feb 12 13:04:08 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.435},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.505}]},{"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.51300000000000001}]}]},{"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":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:04:12 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.18099999999999999,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.40100000000000002,"15min":0.40899999999999997},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.504,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.39400000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:04:12 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.40400000000000003,"15min":0.40799999999999997},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.439},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.252,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.64400000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.376}]},{"osd":2,"last update":"Mon Feb 12 13:04:12 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.44800000000000001,"15min":0.45200000000000001},"min":{"1min":0.28799999999999998,"5min":0.251,"15min":0.251},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.44,"15min":0.44800000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58099999999999996,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48799999999999999}]},{"osd":4,"last update":"Mon Feb 12 13:03:26 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.626},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.70499999999999996}]},{"osd":5,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.58999999999999997}]},{"osd":6,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.68400000000000005}]},{"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.75600000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.53300000000000003}]},{"osd":1,"last update":"Mon Feb 12 13:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.629}]},{"osd":2,"last update":"Mon Feb 12 13:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.71899999999999997}]},{"osd":3,"last update":"Mon Feb 12 13:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.70599999999999996}]},{"osd":5,"last update":"Mon Feb 12 13:03:49 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.64700000000000002}]},{"osd":6,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.60299999999999998}]},{"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.58999999999999997}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5344,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739808,"statfs":{"total":95995035648,"available":95989563392,"internally_reserved":0,"allocated":483328,"data_stored":192716,"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:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.57599999999999996}]},{"osd":1,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.51000000000000001}]},{"osd":2,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.621}]},{"osd":3,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.59499999999999997}]},{"osd":4,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.626},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.495}]},{"osd":6,"last update":"Mon Feb 12 13:04:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.60699999999999998}]},{"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.435}]}]}],"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:04:26.132 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-12T13:04:26.359 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:25.786896+0000 mgr.smithi112.yacrbz (mgr.14164) 254 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:25.786896+0000 mgr.smithi112.yacrbz (mgr.14164) 254 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:28.350 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:04:28.352 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-02-12T13:04:29.042 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":225,"stamp":"2024-02-12T13:04:27.787162+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":43220,"kb_used_data":3796,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917996,"statfs":{"total":767960285184,"available":767916027904,"internally_reserved":0,"allocated":3887104,"data_stored":1543303,"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":50,"state":"active+clean","last_fresh":"2024-02-12T13:03:26.866549+0000","last_change":"2024-02-12T13:03:26.866549+0000","last_active":"2024-02-12T13:03:26.866549+0000","last_peered":"2024-02-12T13:03:26.866549+0000","last_clean":"2024-02-12T13:03:26.866549+0000","last_became_active":"2024-02-12T13:03:26.866138+0000","last_became_peered":"2024-02-12T13:03:26.866138+0000","last_unstale":"2024-02-12T13:03:26.866549+0000","last_undegraded":"2024-02-12T13:03:26.866549+0000","last_fullsized":"2024-02-12T13:03:26.866549+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-12T13:01:43.670431+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-12T13:01:43.670431+0000","last_clean_scrub_stamp":"2024-02-12T13:01:43.670431+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397520,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5220,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739932,"statfs":{"total":95995035648,"available":95989690368,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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.46899999999999997}]},{"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.61099999999999999}]},{"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.56699999999999995}]},{"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.59899999999999998}]},{"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.44500000000000001}]},{"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.42799999999999999}]},{"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.53000000000000003}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5284,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739868,"statfs":{"total":95995035648,"available":95989624832,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.54500000000000004}]},{"osd":1,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.629},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.53600000000000003}]},{"osd":2,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.498},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.57599999999999996}]},{"osd":3,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.44900000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.372},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.40400000000000003}]},{"osd":5,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.48199999999999998}]},{"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.50800000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542184,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5532,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739620,"statfs":{"total":95995035648,"available":95989370880,"internally_reserved":0,"allocated":479232,"data_stored":192401,"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:03:23 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.318,"15min":0.309},"min":{"1min":0.24299999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.316,"15min":0.30599999999999999},"min":{"1min":0.26800000000000002,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.46400000000000002}]},{"osd":2,"last update":"Mon Feb 12 13:03:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.30099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.47699999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34000000000000002,"15min":0.33200000000000002},"min":{"1min":0.27500000000000002,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.50800000000000001,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.41099999999999998}]},{"osd":3,"last update":"Mon Feb 12 13:04:09 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.39300000000000002,"15min":0.38800000000000001},"min":{"1min":0.313,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.42999999999999999,"15min":0.42499999999999999},"min":{"1min":0.34999999999999998,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.47499999999999998}]},{"osd":4,"last update":"Mon Feb 12 13:03:27 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.64600000000000002}]},{"osd":5,"last update":"Mon Feb 12 13:03:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.65400000000000003}]},{"osd":6,"last update":"Mon Feb 12 13:04:05 2024","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.66200000000000003}]},{"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.69799999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705711,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5540,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739612,"statfs":{"total":95995035648,"available":95989362688,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.313,"15min":0.29099999999999998},"min":{"1min":0.22,"5min":0.151,"15min":0.151},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.33000000000000002,"15min":0.312},"min":{"1min":0.24199999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.34000000000000002}]},{"osd":2,"last update":"Mon Feb 12 13:03:49 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.34599999999999997,"15min":0.34200000000000003},"min":{"1min":0.23499999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.505,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.34499999999999997,"15min":0.33500000000000002},"min":{"1min":0.28199999999999997,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.56699999999999995,"5min":0.622,"15min":0.622},"last":0.30099999999999999}]},{"osd":3,"last update":"Mon Feb 12 13:04:10 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.39600000000000002,"15min":0.39800000000000002},"min":{"1min":0.26100000000000001,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.311},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.42699999999999999,"15min":0.42899999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.28899999999999998}]},{"osd":4,"last update":"Mon Feb 12 13:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.51800000000000002,"15min":0.50800000000000001},"min":{"1min":0.441,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.54200000000000004,"15min":0.53400000000000003},"min":{"1min":0.40400000000000003,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.40600000000000003}]},{"osd":5,"last update":"Mon Feb 12 13:03:44 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.41199999999999998}]},{"osd":6,"last update":"Mon Feb 12 13:04:08 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.002,"5min":1.002,"15min":1.002},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.42899999999999999}]},{"osd":7,"last update":"Mon Feb 12 13:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.52100000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:03:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.20599999999999999,"5min":0.184,"15min":0.184},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.24399999999999999,"5min":0.214,"15min":0.214},"max":{"1min":0.51600000000000001,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.27000000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:03:48 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.34699999999999998,"15min":0.34399999999999997},"min":{"1min":0.27100000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.47599999999999998,"5min":0.495,"15min":0.495},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.34699999999999998,"15min":0.33900000000000002},"min":{"1min":0.27700000000000002,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.23699999999999999}]},{"osd":3,"last update":"Mon Feb 12 13:04:08 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.41099999999999998,"15min":0.41499999999999998},"min":{"1min":0.30199999999999999,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.54100000000000004,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.39200000000000002,"15min":0.39600000000000002},"min":{"1min":0.26700000000000002,"5min":0.248,"15min":0.248},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.31900000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:03:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.55500000000000005}]},{"osd":5,"last update":"Mon Feb 12 13:03:48 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.54200000000000004}]},{"osd":6,"last update":"Mon Feb 12 13:04:08 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.435},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.505}]},{"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.51300000000000001}]}]},{"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":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:04:12 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.18099999999999999,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.40100000000000002,"15min":0.40899999999999997},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.504,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.39400000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:04:12 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.40400000000000003,"15min":0.40799999999999997},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.439},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.252,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.64400000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.376}]},{"osd":2,"last update":"Mon Feb 12 13:04:12 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.44800000000000001,"15min":0.45200000000000001},"min":{"1min":0.28799999999999998,"5min":0.251,"15min":0.251},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.44,"15min":0.44800000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58099999999999996,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48799999999999999}]},{"osd":4,"last update":"Mon Feb 12 13:03:26 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.626},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.70499999999999996}]},{"osd":5,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.58999999999999997}]},{"osd":6,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.68400000000000005}]},{"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.75600000000000001}]}]},{"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":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":193031,"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:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.50600000000000001}]},{"osd":1,"last update":"Mon Feb 12 13:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.47599999999999998}]},{"osd":2,"last update":"Mon Feb 12 13:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.56599999999999995}]},{"osd":3,"last update":"Mon Feb 12 13:03:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.626},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.67800000000000005}]},{"osd":5,"last update":"Mon Feb 12 13:03:49 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.746}]},{"osd":6,"last update":"Mon Feb 12 13:04:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.69499999999999995}]},{"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.71699999999999997}]}]},{"osd":5,"up_from":37,"seq":158913789976,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5344,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739808,"statfs":{"total":95995035648,"available":95989563392,"internally_reserved":0,"allocated":483328,"data_stored":192716,"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:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.70499999999999996}]},{"osd":1,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.60699999999999998}]},{"osd":2,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.57899999999999996}]},{"osd":3,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.66500000000000004}]},{"osd":4,"last update":"Mon Feb 12 13:03:45 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.432},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.44600000000000001}]},{"osd":6,"last update":"Mon Feb 12 13:04:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.495}]},{"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.52200000000000002}]}]}],"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:04:29.044 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-12T13:04:29.044 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-12T13:04:29.044 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-12T13:04:29.044 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-12T13:04:29.269 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/mon.smithi112/config 2024-02-12T13:04:29.830 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:27.787314+0000 mgr.smithi112.yacrbz (mgr.14164) 255 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:28.347029+0000 mgr.smithi112.yacrbz (mgr.14164) 256 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:04:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:27.787314+0000 mgr.smithi112.yacrbz (mgr.14164) 255 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:28.347029+0000 mgr.smithi112.yacrbz (mgr.14164) 256 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:04:31.473 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:04:31.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:29.787636+0000 mgr.smithi112.yacrbz (mgr.14164) 257 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:31.840 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:29.787636+0000 mgr.smithi112.yacrbz (mgr.14164) 257 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:32.139 INFO:teuthology.orchestra.run.smithi112.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-12T13:04:32.139 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-12T13:04:32.140 INFO:tasks.cephadm:Setup complete, yielding 2024-02-12T13:04:32.140 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:04:32.150 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:04:32.150 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-12T13:04:32.802 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:31.472369+0000 mon.smithi112 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.112:0/2559850252' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-12T13:04:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:31.472369+0000 mon.smithi112 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.112:0/2559850252' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-12T13:04:33.560 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:31.787993+0000 mgr.smithi112.yacrbz (mgr.14164) 258 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:33.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:31.787993+0000 mgr.smithi112.yacrbz (mgr.14164) 258 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:34.238 INFO:teuthology.orchestra.run.smithi112.stdout:Backend: cephadm 2024-02-12T13:04:34.238 INFO:teuthology.orchestra.run.smithi112.stdout:Available: Yes 2024-02-12T13:04:34.238 INFO:teuthology.orchestra.run.smithi112.stdout:Paused: No 2024-02-12T13:04:34.987 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-12T13:04:35.660 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:33.788286+0000 mgr.smithi112.yacrbz (mgr.14164) 259 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:35.660 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:34.236693+0000 mgr.smithi112.yacrbz (mgr.14164) 260 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:33.788286+0000 mgr.smithi112.yacrbz (mgr.14164) 259 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:34.236693+0000 mgr.smithi112.yacrbz (mgr.14164) 260 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:37.118 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:04:37.118 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (3m) 93s ago 5m 22.5M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (5m) 93s ago 5m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (4m) 75s ago 4m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (3m) 93s ago 5m 29.0M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (7m) 93s ago 7m 413M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (4m) 75s ago 4m 368M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (7m) 93s ago 7m 55.1M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (4m) 75s ago 4m 57.3M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (5m) 93s ago 5m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (4m) 75s ago 4m 15.2M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (3m) 93s ago 3m 33.2M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (3m) 93s ago 3m 34.0M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (3m) 93s ago 3m 27.7M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:04:37.119 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (2m) 93s ago 2m 26.5M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:04:37.120 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (2m) 75s ago 2m 30.0M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:04:37.120 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (118s) 75s ago 118s 29.8M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:04:37.120 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (98s) 75s ago 98s 25.9M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:04:37.120 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (78s) 75s ago 77s 11.9M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:04:37.120 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (3m) 93s ago 4m 35.7M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:04:37.746 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:35.788587+0000 mgr.smithi112.yacrbz (mgr.14164) 261 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:37.765 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-12T13:04:37.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:35.788587+0000 mgr.smithi112.yacrbz (mgr.14164) 261 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:37.109320+0000 mgr.smithi112.yacrbz (mgr.14164) 262 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:38.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:37.109320+0000 mgr.smithi112.yacrbz (mgr.14164) 262 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:39.601 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:37.788912+0000 mgr.smithi112.yacrbz (mgr.14164) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:39.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:37.788912+0000 mgr.smithi112.yacrbz (mgr.14164) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager ?:9093,9094 1/1 96s ago 6m count:1 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:crash 2/2 96s ago 6m * 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:grafana ?:3000 1/1 96s ago 6m count:1 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:mgr 2/2 96s ago 6m count:2 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:mon 2/2 96s ago 5m smithi112:172.21.15.112=smithi112;smithi161:172.21.15.161=smithi161;count:2 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter ?:9100 2/2 96s ago 6m * 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:osd 8/8 96s ago - 2024-02-12T13:04:40.024 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus ?:9095 1/1 96s ago 6m count:1 2024-02-12T13:04:40.669 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-12T13:04:40.694 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:39.789247+0000 mgr.smithi112.yacrbz (mgr.14164) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:40.694 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:40.019387+0000 mgr.smithi112.yacrbz (mgr.14164) 265 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:40.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:39.789247+0000 mgr.smithi112.yacrbz (mgr.14164) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:40.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:40.019387+0000 mgr.smithi112.yacrbz (mgr.14164) 265 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:42.769 INFO:teuthology.orchestra.run.smithi112.stdout:HOST ADDR LABELS STATUS 2024-02-12T13:04:42.770 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 172.21.15.112 2024-02-12T13:04:42.770 INFO:teuthology.orchestra.run.smithi112.stdout:smithi161 172.21.15.161 2024-02-12T13:04:43.365 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-12T13:04:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:41.789556+0000 mgr.smithi112.yacrbz (mgr.14164) 266 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:41.789556+0000 mgr.smithi112.yacrbz (mgr.14164) 266 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:44.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:42.768026+0000 mgr.smithi112.yacrbz (mgr.14164) 267 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:44.837 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:42.768026+0000 mgr.smithi112.yacrbz (mgr.14164) 267 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:45.512 INFO:teuthology.orchestra.run.smithi112.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-12T13:04:45.512 INFO:teuthology.orchestra.run.smithi112.stdout:smithi112 /dev/nvme0n1 ssd PHFT620400NV400BGN 400G Unknown N/A N/A No 2024-02-12T13:04:45.512 INFO:teuthology.orchestra.run.smithi112.stdout:smithi161 /dev/nvme0n1 ssd CVFT6233001X400BGN 400G Unknown N/A N/A No 2024-02-12T13:04:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:43.789946+0000 mgr.smithi112.yacrbz (mgr.14164) 268 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:45.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:43.789946+0000 mgr.smithi112.yacrbz (mgr.14164) 268 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:46.230 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T13:04:46.240 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:04:46.240 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-12T13:04:46.271 INFO:teuthology.orchestra.run.smithi112.stderr:+ systemctl stop nfs-server 2024-02-12T13:04:46.278 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi161.front.sepia.ceph.com 2024-02-12T13:04:46.278 DEBUG:teuthology.orchestra.run.smithi161:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-12T13:04:46.315 INFO:teuthology.orchestra.run.smithi161.stderr:+ systemctl stop nfs-server 2024-02-12T13:04:46.324 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:04:46.333 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:04:46.333 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-12T13:04:47.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:45.510027+0000 mgr.smithi112.yacrbz (mgr.14164) 269 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:47.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:45.790237+0000 mgr.smithi112.yacrbz (mgr.14164) 270 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:47.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:45.510027+0000 mgr.smithi112.yacrbz (mgr.14164) 269 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:45.790237+0000 mgr.smithi112.yacrbz (mgr.14164) 270 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:47.790534+0000 mgr.smithi112.yacrbz (mgr.14164) 271 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:48.532654+0000 mon.smithi112 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-12T13:04:49.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:47.790534+0000 mgr.smithi112.yacrbz (mgr.14164) 271 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:49.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:48.532654+0000 mon.smithi112 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-12T13:04:50.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:48.532183+0000 mgr.smithi112.yacrbz (mgr.14164) 272 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:50.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:49.494954+0000 mon.smithi112 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-12T13:04:50.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:49.495015+0000 mon.smithi112 (mon.0) 603 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-12T13:04:50.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:49.497217+0000 mon.smithi112 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:04:50.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:48.532183+0000 mgr.smithi112.yacrbz (mgr.14164) 272 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:04:50.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:49.494954+0000 mon.smithi112 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-12T13:04:50.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:49.495015+0000 mon.smithi112 (mon.0) 603 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-12T13:04:50.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:49.497217+0000 mon.smithi112 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:04:50.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T13:04:50.501+0000 7f071389c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:04:51.379 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-12T13:04:51.388 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-12T13:04:51.389 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:49.790848+0000 mgr.smithi112.yacrbz (mgr.14164) 273 : cluster [DBG] pgmap v237: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.495290+0000 mon.smithi112 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:50.495447+0000 mon.smithi112 (mon.0) 606 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.501679+0000 mon.smithi112 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:50.502461+0000 mon.smithi112 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:50.502495+0000 mon.smithi112 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-12T13:04:51.651 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:50.512396+0000 mon.smithi112 (mon.0) 610 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.512618+0000 mon.smithi112 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:50.512691+0000 mon.smithi112 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.521227+0000 mon.smithi112 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.521963+0000 mon.smithi112 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.525177+0000 mon.smithi112 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.525935+0000 mon.smithi112 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.531399+0000 mon.smithi112 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.539080+0000 mon.smithi112 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.539797+0000 mon.smithi112 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.543171+0000 mon.smithi112 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:04:51.652 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:50.544106+0000 mon.smithi112 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:51.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:49.790848+0000 mgr.smithi112.yacrbz (mgr.14164) 273 : cluster [DBG] pgmap v237: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:51.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.495290+0000 mon.smithi112 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-12T13:04:51.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:50.495447+0000 mon.smithi112 (mon.0) 606 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.501679+0000 mon.smithi112 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:50.502461+0000 mon.smithi112 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:50.502495+0000 mon.smithi112 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:50.512396+0000 mon.smithi112 (mon.0) 610 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.512618+0000 mon.smithi112 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:50.512691+0000 mon.smithi112 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.521227+0000 mon.smithi112 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.521963+0000 mon.smithi112 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.525177+0000 mon.smithi112 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.525935+0000 mon.smithi112 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.531399+0000 mon.smithi112 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.539080+0000 mon.smithi112 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.539797+0000 mon.smithi112 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:04:51.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.543171+0000 mon.smithi112 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:04:51.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:50.544106+0000 mon.smithi112 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:52.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:04:50.516182+0000 mgr.smithi112.yacrbz (mgr.14164) 274 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-12T13:04:52.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:04:50.544803+0000 mgr.smithi112.yacrbz (mgr.14164) 275 : cephadm [INF] Deploying daemon mds.foofs.smithi112.leplsh on smithi112 2024-02-12T13:04:52.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:51.516981+0000 mon.smithi112 (mon.0) 622 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-12T13:04:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:04:50.516182+0000 mgr.smithi112.yacrbz (mgr.14164) 274 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-12T13:04:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:04:50.544803+0000 mgr.smithi112.yacrbz (mgr.14164) 275 : cephadm [INF] Deploying daemon mds.foofs.smithi112.leplsh on smithi112 2024-02-12T13:04:52.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:51.516981+0000 mon.smithi112 (mon.0) 622 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-12T13:04:53.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:51.791319+0000 mgr.smithi112.yacrbz (mgr.14164) 276 : cluster [DBG] pgmap v241: 65 pgs: 7 active+clean, 16 creating+peering, 42 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:53.785 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:52.517752+0000 mon.smithi112 (mon.0) 623 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-12T13:04:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:51.791319+0000 mgr.smithi112.yacrbz (mgr.14164) 276 : cluster [DBG] pgmap v241: 65 pgs: 7 active+clean, 16 creating+peering, 42 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:52.517752+0000 mon.smithi112 (mon.0) 623 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-12T13:04:54.512 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:04:54.513 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T12:58:08.020188Z", "last_refresh": "2024-02-12T13:03:03.616991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T12:57:53.929509Z", "last_refresh": "2024-02-12T13:03:03.617075Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T12:58:04.193365Z", "last_refresh": "2024-02-12T13:03:03.617134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T13:04:50.521418Z 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:04:50.516206Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T12:57:51.730463Z", "last_refresh": "2024-02-12T13:03:03.616926Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T12:58:47.945496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T12:58:47.942797Z", "last_refresh": "2024-02-12T13:03:03.616791Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T12:58:06.513156Z", "last_refresh": "2024-02-12T13:03:03.617192Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-12T13:03:03.617307Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T12:58:02.096359Z", "last_refresh": "2024-02-12T13:03:03.617250Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-12T13:04:54.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:53.791678+0000 mgr.smithi112.yacrbz (mgr.14164) 277 : cluster [DBG] pgmap v243: 65 pgs: 37 active+clean, 16 creating+peering, 12 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:54.840 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:53.791678+0000 mgr.smithi112.yacrbz (mgr.14164) 277 : cluster [DBG] pgmap v243: 65 pgs: 37 active+clean, 16 creating+peering, 12 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:55.893 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:54.507494+0000 mgr.smithi112.yacrbz (mgr.14164) 278 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:55.318094+0000 mon.smithi112 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:55.318972+0000 mon.smithi112 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:55.321882+0000 mon.smithi112 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:55.322441+0000 mon.smithi112 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:04:55.322966+0000 mgr.smithi112.yacrbz (mgr.14164) 279 : cephadm [INF] Deploying daemon mds.foofs.smithi161.sogcfq on smithi161 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.496743+0000 mon.smithi112 (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121] up:boot 2024-02-12T13:04:56.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.496782+0000 mon.smithi112 (mon.0) 629 : cluster [INF] daemon mds.foofs.smithi112.leplsh assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.496837+0000 mon.smithi112 (mon.0) 630 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.496856+0000 mon.smithi112 (mon.0) 631 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.496873+0000 mon.smithi112 (mon.0) 632 : cluster [INF] Cluster is now healthy 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.497063+0000 mon.smithi112 (mon.0) 633 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:55.497146+0000 mon.smithi112 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.499968+0000 mon.smithi112 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:creating} 2024-02-12T13:04:56.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.512154+0000 mon.smithi112 (mon.0) 636 : cluster [INF] daemon mds.foofs.smithi112.leplsh is now active in filesystem foofs as rank 0 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:54.507494+0000 mgr.smithi112.yacrbz (mgr.14164) 278 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:55.318094+0000 mon.smithi112 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:55.318972+0000 mon.smithi112 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:55.321882+0000 mon.smithi112 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:55.322441+0000 mon.smithi112 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:04:55.322966+0000 mgr.smithi112.yacrbz (mgr.14164) 279 : cephadm [INF] Deploying daemon mds.foofs.smithi161.sogcfq on smithi161 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.496743+0000 mon.smithi112 (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121] up:boot 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.496782+0000 mon.smithi112 (mon.0) 629 : cluster [INF] daemon mds.foofs.smithi112.leplsh assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.496837+0000 mon.smithi112 (mon.0) 630 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.496856+0000 mon.smithi112 (mon.0) 631 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-12T13:04:56.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.496873+0000 mon.smithi112 (mon.0) 632 : cluster [INF] Cluster is now healthy 2024-02-12T13:04:56.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.497063+0000 mon.smithi112 (mon.0) 633 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-12T13:04:56.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:55.497146+0000 mon.smithi112 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:04:56.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.499968+0000 mon.smithi112 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:creating} 2024-02-12T13:04:56.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.512154+0000 mon.smithi112 (mon.0) 636 : cluster [INF] daemon mds.foofs.smithi112.leplsh is now active in filesystem foofs as rank 0 2024-02-12T13:04:56.894 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T13:04:57.575 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:55.792290+0000 mgr.smithi112.yacrbz (mgr.14164) 280 : cluster [DBG] pgmap v244: 65 pgs: 59 active+clean, 6 creating+peering; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:57.575 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:56.503844+0000 mon.smithi112 (mon.0) 637 : cluster [DBG] mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121] up:active 2024-02-12T13:04:57.575 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:56.503896+0000 mon.smithi112 (mon.0) 638 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 2024-02-12T13:04:57.583 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:55.792290+0000 mgr.smithi112.yacrbz (mgr.14164) 280 : cluster [DBG] pgmap v244: 65 pgs: 59 active+clean, 6 creating+peering; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:57.583 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:56.503844+0000 mon.smithi112 (mon.0) 637 : cluster [DBG] mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121] up:active 2024-02-12T13:04:57.583 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:56.503896+0000 mon.smithi112 (mon.0) 638 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 2024-02-12T13:04:58.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:57.726698+0000 mon.smithi112 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:58.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:57.727585+0000 mon.smithi112 (mon.0) 640 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:04:58.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:57.728427+0000 mon.smithi112 (mon.0) 641 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:58.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:57.728980+0000 mon.smithi112 (mon.0) 642 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:04:58.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:57.792656+0000 mgr.smithi112.yacrbz (mgr.14164) 281 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 588 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:57.726698+0000 mon.smithi112 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:04:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:57.727585+0000 mon.smithi112 (mon.0) 640 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:04:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:57.728427+0000 mon.smithi112 (mon.0) 641 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:04:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:57.728980+0000 mon.smithi112 (mon.0) 642 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:04:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:57.792656+0000 mgr.smithi112.yacrbz (mgr.14164) 281 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 588 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:04:59.237 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:04:59.237 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T12:58:08.020188Z", "last_refresh": "2024-02-12T13:03:03.616991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T12:57:53.929509Z", "last_refresh": "2024-02-12T13:03:03.617075Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T12:58:04.193365Z", "last_refresh": "2024-02-12T13:03:03.617134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T13:04:50.521418Z 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:04:50.516206Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T12:57:51.730463Z", "last_refresh": "2024-02-12T13:03:03.616926Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T12:58:47.945496Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T12:58:47.942797Z", "last_refresh": "2024-02-12T13:03:03.616791Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T12:58:06.513156Z", "last_refresh": "2024-02-12T13:03:03.617192Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-12T13:03:03.617307Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T12:58:02.096359Z", "last_refresh": "2024-02-12T13:03:03.617250Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-12T13:05:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:58.779718+0000 mon.smithi112 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:59.233246+0000 mgr.smithi112.yacrbz (mgr.14164) 282 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:05:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:04:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:04:59.700391+0000 mon.smithi112 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:00.092 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:58.779718+0000 mon.smithi112 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:00.092 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:59.233246+0000 mgr.smithi112.yacrbz (mgr.14164) 282 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:05:00.092 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:04:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:04:59.700391+0000 mon.smithi112 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:00.157 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-12T13:05:00.157 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:05:00.170 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:05:00.170 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-12T13:05:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:04:59.793021+0000 mgr.smithi112.yacrbz (mgr.14164) 283 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 10 op/s 2024-02-12T13:05:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:04:59.793021+0000 mgr.smithi112.yacrbz (mgr.14164) 283 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 10 op/s 2024-02-12T13:05:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:01.790857+0000 mon.smithi112 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:boot 2024-02-12T13:05:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:01.791152+0000 mon.smithi112 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:05:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:01.791266+0000 mon.smithi112 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:05:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:01.793395+0000 mgr.smithi112.yacrbz (mgr.14164) 284 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 7 op/s 2024-02-12T13:05:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:01.795611+0000 mon.smithi112 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:05:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:01.790857+0000 mon.smithi112 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:boot 2024-02-12T13:05:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:01.791152+0000 mon.smithi112 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:05:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:01.791266+0000 mon.smithi112 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:05:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:01.793395+0000 mgr.smithi112.yacrbz (mgr.14164) 284 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 7 op/s 2024-02-12T13:05:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:01.795611+0000 mon.smithi112 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:05:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:03.092285+0000 mgr.smithi112.yacrbz (mgr.14164) 285 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:03.093490+0000 mon.smithi112 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-12T13:05:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:03.784385+0000 mon.smithi112 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:04.107 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:03.092285+0000 mgr.smithi112.yacrbz (mgr.14164) 285 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:03.093490+0000 mon.smithi112 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-12T13:05:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:03.784385+0000 mon.smithi112 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:04.814 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:03.793773+0000 mgr.smithi112.yacrbz (mgr.14164) 286 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2024-02-12T13:05:04.814 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:03.805127+0000 mon.smithi112 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-12T13:05:04.814 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:03.805163+0000 mon.smithi112 (mon.0) 652 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-12T13:05:04.814 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:03.806683+0000 mon.smithi112 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-12T13:05:04.836 INFO:teuthology.orchestra.run.smithi112.stdout:NFS Cluster Created Successfully 2024-02-12T13:05:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:03.793773+0000 mgr.smithi112.yacrbz (mgr.14164) 286 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2024-02-12T13:05:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:03.805127+0000 mon.smithi112 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-12T13:05:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:03.805163+0000 mon.smithi112 (mon.0) 652 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-12T13:05:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:03.806683+0000 mon.smithi112 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-12T13:05:05.529 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-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:05:05.826 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:04.807248+0000 mon.smithi112 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-12T13:05:05.826 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:04.807442+0000 mon.smithi112 (mon.0) 655 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-12T13:05:05.826 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:04.831551+0000 mgr.smithi112.yacrbz (mgr.14164) 287 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-12T13:05:05.826 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:04.835254+0000 mon.smithi112 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.684267+0000 mon.smithi112 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.688837+0000 mon.smithi112 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.695464+0000 mon.smithi112 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.706378+0000 mon.smithi112 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.710718+0000 mon.smithi112 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.711546+0000 mon.smithi112 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.715607+0000 mon.smithi112 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.716657+0000 mon.smithi112 (mon.0) 664 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.762372+0000 mon.smithi112 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:05:05.827 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.767860+0000 mon.smithi112 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:04.807248+0000 mon.smithi112 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:04.807442+0000 mon.smithi112 (mon.0) 655 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:04.831551+0000 mgr.smithi112.yacrbz (mgr.14164) 287 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:04.835254+0000 mon.smithi112 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.684267+0000 mon.smithi112 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.688837+0000 mon.smithi112 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.695464+0000 mon.smithi112 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.706378+0000 mon.smithi112 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.710718+0000 mon.smithi112 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.711546+0000 mon.smithi112 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.715607+0000 mon.smithi112 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.716657+0000 mon.smithi112 (mon.0) 664 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.762372+0000 mon.smithi112 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:05:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.767860+0000 mon.smithi112 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:05:07.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:05.706089+0000 mgr.smithi112.yacrbz (mgr.14164) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.glcryh 2024-02-12T13:05:07.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:05.711213+0000 mgr.smithi112.yacrbz (mgr.14164) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:05:07.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:05.794463+0000 mgr.smithi112.yacrbz (mgr.14164) 290 : cluster [DBG] pgmap v251: 97 pgs: 9 creating+peering, 18 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 3 op/s 2024-02-12T13:05:07.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:05.809829+0000 mgr.smithi112.yacrbz (mgr.14164) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:05:07.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:05.809933+0000 mgr.smithi112.yacrbz (mgr.14164) 292 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.glcryh-rgw 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.810246+0000 mon.smithi112 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.815472+0000 mon.smithi112 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:05.820118+0000 mon.smithi112 (mon.0) 669 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:05.826785+0000 mon.smithi112 (mon.0) 670 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:05.829593+0000 mgr.smithi112.yacrbz (mgr.14164) 293 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi112.glcryh on smithi112 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:05.836004+0000 mon.smithi112 (mon.0) 671 : cluster [DBG] mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:standby 2024-02-12T13:05:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:05.836069+0000 mon.smithi112 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:05:07.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:05.706089+0000 mgr.smithi112.yacrbz (mgr.14164) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.glcryh 2024-02-12T13:05:07.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:05.711213+0000 mgr.smithi112.yacrbz (mgr.14164) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:05:07.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:05.794463+0000 mgr.smithi112.yacrbz (mgr.14164) 290 : cluster [DBG] pgmap v251: 97 pgs: 9 creating+peering, 18 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 3 op/s 2024-02-12T13:05:07.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:05.809829+0000 mgr.smithi112.yacrbz (mgr.14164) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:05.809933+0000 mgr.smithi112.yacrbz (mgr.14164) 292 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi112.glcryh-rgw 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.810246+0000 mon.smithi112 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.815472+0000 mon.smithi112 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:05.820118+0000 mon.smithi112 (mon.0) 669 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:05.826785+0000 mon.smithi112 (mon.0) 670 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:05.829593+0000 mgr.smithi112.yacrbz (mgr.14164) 293 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi112.glcryh on smithi112 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:05.836004+0000 mon.smithi112 (mon.0) 671 : cluster [DBG] mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:standby 2024-02-12T13:05:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:05.836069+0000 mon.smithi112 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:05:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:06.843386+0000 mon.smithi112 (mon.0) 673 : cluster [DBG] mgrmap e19: smithi112.yacrbz(active, since 6m), standbys: smithi161.ipspmc 2024-02-12T13:05:08.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:06.843386+0000 mon.smithi112 (mon.0) 673 : cluster [DBG] mgrmap e19: smithi112.yacrbz(active, since 6m), standbys: smithi161.ipspmc 2024-02-12T13:05:08.742 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:05:08.742 INFO:teuthology.orchestra.run.smithi112.stdout: "bind": "/fake", 2024-02-12T13:05:08.743 INFO:teuthology.orchestra.run.smithi112.stdout: "fs": "foofs", 2024-02-12T13:05:08.743 INFO:teuthology.orchestra.run.smithi112.stdout: "path": "/", 2024-02-12T13:05:08.743 INFO:teuthology.orchestra.run.smithi112.stdout: "cluster": "foo", 2024-02-12T13:05:08.743 INFO:teuthology.orchestra.run.smithi112.stdout: "mode": "RW" 2024-02-12T13:05:08.743 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:05:09.475 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-12T13:05:09.798 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:07.795157+0000 mgr.smithi112.yacrbz (mgr.14164) 294 : cluster [DBG] pgmap v253: 97 pgs: 9 creating+peering, 13 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-12T13:05:09.798 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:08.733369+0000 mon.smithi112 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:09.798 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:08.736538+0000 mon.smithi112 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:07.795157+0000 mgr.smithi112.yacrbz (mgr.14164) 294 : cluster [DBG] pgmap v253: 97 pgs: 9 creating+peering, 13 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-12T13:05:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:08.733369+0000 mon.smithi112 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:08.736538+0000 mon.smithi112 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:10.794 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:08.713582+0000 mgr.smithi112.yacrbz (mgr.14164) 295 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:10.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:10.407701+0000 mon.smithi112 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:10.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:10.417567+0000 mon.smithi112 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:05:10.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:10.420092+0000 mon.smithi112 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:05:10.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:10.420774+0000 mon.smithi112 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:10.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:10.423055+0000 mon.smithi112 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:10.795 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:10.423993+0000 mon.smithi112 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:08.713582+0000 mgr.smithi112.yacrbz (mgr.14164) 295 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:10.407701+0000 mon.smithi112 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:10.417567+0000 mon.smithi112 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:10.420092+0000 mon.smithi112 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:10.420774+0000 mon.smithi112 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:10.423055+0000 mon.smithi112 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 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:05:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:10.423993+0000 mon.smithi112 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:11.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:09.795682+0000 mgr.smithi112.yacrbz (mgr.14164) 296 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-12T13:05:11.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:10.417343+0000 mgr.smithi112.yacrbz (mgr.14164) 297 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:05:11.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:10.420515+0000 mgr.smithi112.yacrbz (mgr.14164) 298 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:05:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:09.795682+0000 mgr.smithi112.yacrbz (mgr.14164) 296 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-12T13:05:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:10.417343+0000 mgr.smithi112.yacrbz (mgr.14164) 297 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:05:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:10.420515+0000 mgr.smithi112.yacrbz (mgr.14164) 298 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:11.768973+0000 mgr.smithi112.yacrbz (mgr.14164) 299 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:11.796358+0000 mgr.smithi112.yacrbz (mgr.14164) 300 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 256 B/s rd, 384 B/s wr, 1 op/s 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:13.183593+0000 mon.smithi112 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:13.187211+0000 mon.smithi112 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:13.230006+0000 mon.smithi112 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:13.233042+0000 mon.smithi112 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:05:13.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:13.234415+0000 mon.smithi112 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:11.768973+0000 mgr.smithi112.yacrbz (mgr.14164) 299 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:11.796358+0000 mgr.smithi112.yacrbz (mgr.14164) 300 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 256 B/s rd, 384 B/s wr, 1 op/s 2024-02-12T13:05:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:13.183593+0000 mon.smithi112 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:05:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:13.187211+0000 mon.smithi112 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:05:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:13.230006+0000 mon.smithi112 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:05:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:13.233042+0000 mon.smithi112 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:05:13.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:13.234415+0000 mon.smithi112 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:14.708 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:13.053372+0000 mgr.smithi112.yacrbz (mgr.14164) 301 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:14.708 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:13.229548+0000 mgr.smithi112.yacrbz (mgr.14164) 302 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:05:14.708 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:13.229640+0000 mgr.smithi112.yacrbz (mgr.14164) 303 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi161.gsdjsl-rgw 2024-02-12T13:05:14.708 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:13.235097+0000 mgr.smithi112.yacrbz (mgr.14164) 304 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi161.gsdjsl on smithi161 2024-02-12T13:05:14.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:13.053372+0000 mgr.smithi112.yacrbz (mgr.14164) 301 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:14.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:13.229548+0000 mgr.smithi112.yacrbz (mgr.14164) 302 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:05:14.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:13.229640+0000 mgr.smithi112.yacrbz (mgr.14164) 303 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi161.gsdjsl-rgw 2024-02-12T13:05:14.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:13.235097+0000 mgr.smithi112.yacrbz (mgr.14164) 304 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi161.gsdjsl on smithi161 2024-02-12T13:05:15.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:13.797083+0000 mgr.smithi112.yacrbz (mgr.14164) 305 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-12T13:05:15.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:14.331941+0000 mgr.smithi112.yacrbz (mgr.14164) 306 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:15.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:13.797083+0000 mgr.smithi112.yacrbz (mgr.14164) 305 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-12T13:05:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:14.331941+0000 mgr.smithi112.yacrbz (mgr.14164) 306 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:16.937 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo 2/2 - 12s count:2 2024-02-12T13:05:17.036 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:15.629333+0000 mgr.smithi112.yacrbz (mgr.14164) 307 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:17.037 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:15.721700+0000 mon.smithi112 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:17.037 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:15.722906+0000 mon.smithi112 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:17.037 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:15.723821+0000 mon.smithi112 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:17.037 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:15.724412+0000 mon.smithi112 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:17.037 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:15.797492+0000 mgr.smithi112.yacrbz (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-12T13:05:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:15.629333+0000 mgr.smithi112.yacrbz (mgr.14164) 307 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:15.721700+0000 mon.smithi112 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:15.722906+0000 mon.smithi112 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:15.723821+0000 mon.smithi112 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:15.724412+0000 mon.smithi112 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:15.797492+0000 mgr.smithi112.yacrbz (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-12T13:05:17.844 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T13:05:17.854 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:05:17.855 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-12T13:05:17.886 INFO:teuthology.orchestra.run.smithi112.stderr:+ mkdir /mnt/foo 2024-02-12T13:05:17.897 DEBUG:teuthology.orchestra.run.smithi112:> 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:05:17.965 INFO:teuthology.orchestra.run.smithi112.stderr:++ hostname 2024-02-12T13:05:17.966 INFO:teuthology.orchestra.run.smithi112.stderr:+ mount -t nfs smithi112:/fake /mnt/foo -o sync 2024-02-12T13:05:18.538 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-12T13:05:18.606 INFO:teuthology.orchestra.run.smithi112.stderr:+ echo test 2024-02-12T13:05:18.616 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-12T13:05:18.681 INFO:teuthology.orchestra.run.smithi112.stderr:+ sync 2024-02-12T13:05:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:16.920407+0000 mgr.smithi112.yacrbz (mgr.14164) 309 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.427422+0000 mon.smithi112 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:18.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:16.920407+0000 mgr.smithi112.yacrbz (mgr.14164) 309 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:18.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.427422+0000 mon.smithi112 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:19.499 INFO:teuthology.run_tasks:Running task parallel... 2024-02-12T13:05:19.511 INFO:teuthology.task.parallel:starting parallel... 2024-02-12T13:05:19.511 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-12T13:05:19.512 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-12T13:05:19.512 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:05:19.512 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-12T13:05:19.513 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-12T13:05:19.513 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-12T13:05:19.514 INFO:teuthology.task.exec:Executing custom commands... 2024-02-12T13:05:19.514 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:05:19.514 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-12T13:05:19.584 INFO:teuthology.orchestra.run.smithi112.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-12T13:05:19.584 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:05:19.584 INFO:teuthology.orchestra.run.smithi112.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-12T13:05:19.588 INFO:teuthology.orchestra.run.smithi112.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-12T13:05:19.689 INFO:teuthology.orchestra.run.smithi112.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-12T13:05:19.690 INFO:teuthology.orchestra.run.smithi112.stdout:releasing clients 2024-02-12T13:05:19.757 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:17.798177+0000 mgr.smithi112.yacrbz (mgr.14164) 310 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 2 op/s 2024-02-12T13:05:19.757 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.633235+0000 mon.smithi112 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-12T13:05:19.757 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.633497+0000 mon.smithi112 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-12T13:05:19.758 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.633727+0000 mon.smithi112 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-12T13:05:19.758 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.633956+0000 mon.smithi112 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-12T13:05:19.758 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.764227+0000 mon.smithi112 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:05:19.758 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.764369+0000 mon.smithi112 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:05:19.758 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:18.788373+0000 mon.smithi112 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:17.798177+0000 mgr.smithi112.yacrbz (mgr.14164) 310 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 2 op/s 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.633235+0000 mon.smithi112 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.633497+0000 mon.smithi112 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.633727+0000 mon.smithi112 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.633956+0000 mon.smithi112 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.764227+0000 mon.smithi112 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.764369+0000 mon.smithi112 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:05:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:18.788373+0000 mon.smithi112 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:20.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 286 53.14 MB/sec warmup 1 sec latency 24.158 ms 2024-02-12T13:05:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:19.493249+0000 mon.smithi112 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-02-12T13:05:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:19.493319+0000 mon.smithi112 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-02-12T13:05:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:19.493409+0000 mon.smithi112 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2024-02-12T13:05:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:19.493482+0000 mon.smithi112 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2024-02-12T13:05:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:19.493542+0000 mon.smithi112 (mon.0) 703 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-12T13:05:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:19.798602+0000 mgr.smithi112.yacrbz (mgr.14164) 311 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-02-12T13:05:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:19.493249+0000 mon.smithi112 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-02-12T13:05:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:19.493319+0000 mon.smithi112 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-02-12T13:05:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:19.493409+0000 mon.smithi112 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2024-02-12T13:05:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:19.493482+0000 mon.smithi112 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2024-02-12T13:05:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:19.493542+0000 mon.smithi112 (mon.0) 703 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-12T13:05:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:19.798602+0000 mgr.smithi112.yacrbz (mgr.14164) 311 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-02-12T13:05:21.688 INFO:teuthology.orchestra.run.smithi112.stdout: 5 647 52.66 MB/sec warmup 2 sec latency 9.914 ms 2024-02-12T13:05:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:20.497813+0000 mon.smithi112 (mon.0) 704 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-12T13:05:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:20.497813+0000 mon.smithi112 (mon.0) 704 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-12T13:05:22.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 1829 43.91 MB/sec warmup 3 sec latency 11.643 ms 2024-02-12T13:05:23.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 3311 44.20 MB/sec warmup 4 sec latency 10.984 ms 2024-02-12T13:05:23.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:21.798971+0000 mgr.smithi112.yacrbz (mgr.14164) 312 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 31 MiB data, 67 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 4.1 MiB/s wr, 188 op/s 2024-02-12T13:05:23.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:21.798971+0000 mgr.smithi112.yacrbz (mgr.14164) 312 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 31 MiB data, 67 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 4.1 MiB/s wr, 188 op/s 2024-02-12T13:05:24.266 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-12T13:05:24.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 4436 40.74 MB/sec warmup 5 sec latency 13.352 ms 2024-02-12T13:05:25.488 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:23.799425+0000 mgr.smithi112.yacrbz (mgr.14164) 313 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 88 MiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 12 MiB/s wr, 529 op/s 2024-02-12T13:05:25.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 5794 38.46 MB/sec warmup 6 sec latency 13.689 ms 2024-02-12T13:05:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:23.799425+0000 mgr.smithi112.yacrbz (mgr.14164) 313 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 88 MiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 12 MiB/s wr, 529 op/s 2024-02-12T13:05:26.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 6909 38.95 MB/sec warmup 7 sec latency 21.592 ms 2024-02-12T13:05:27.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 8017 37.44 MB/sec warmup 8 sec latency 10.898 ms 2024-02-12T13:05:27.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:25.800375+0000 mgr.smithi112.yacrbz (mgr.14164) 314 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 117 MiB data, 488 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 16 MiB/s wr, 867 op/s 2024-02-12T13:05:27.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:25.800375+0000 mgr.smithi112.yacrbz (mgr.14164) 314 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 117 MiB data, 488 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 16 MiB/s wr, 867 op/s 2024-02-12T13:05:28.483 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-12T13:05:28.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 9286 36.26 MB/sec warmup 9 sec latency 20.012 ms 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:27.800806+0000 mgr.smithi112.yacrbz (mgr.14164) 315 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 136 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 21 MiB/s wr, 1.25k op/s 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:27.876209+0000 mon.smithi112 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.601166+0000 mon.smithi112 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.609665+0000 mon.smithi112 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.612382+0000 mon.smithi112 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.613848+0000 mon.smithi112 (mon.0) 709 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:29.135 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.614858+0000 mon.smithi112 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:27.800806+0000 mgr.smithi112.yacrbz (mgr.14164) 315 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 136 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 21 MiB/s wr, 1.25k op/s 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:27.876209+0000 mon.smithi112 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.601166+0000 mon.smithi112 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.609665+0000 mon.smithi112 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.612382+0000 mon.smithi112 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.613848+0000 mon.smithi112 (mon.0) 709 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.614858+0000 mon.smithi112 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:29.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 10555 37.45 MB/sec warmup 10 sec latency 14.432 ms 2024-02-12T13:05:30.105 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.940271+0000 mon.smithi112 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:30.105 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:28.949505+0000 mon.smithi112 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:30.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.940271+0000 mon.smithi112 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:30.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:28.949505+0000 mon.smithi112 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:30.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 11547 35.91 MB/sec warmup 11 sec latency 23.888 ms 2024-02-12T13:05:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:29.801385+0000 mgr.smithi112.yacrbz (mgr.14164) 316 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 144 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 21 MiB/s wr, 1.28k op/s 2024-02-12T13:05:31.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:29.801385+0000 mgr.smithi112.yacrbz (mgr.14164) 316 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 144 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 21 MiB/s wr, 1.28k op/s 2024-02-12T13:05:31.689 INFO:teuthology.orchestra.run.smithi112.stdout: 5 12940 35.30 MB/sec warmup 12 sec latency 12.539 ms 2024-02-12T13:05:32.304 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-12T13:05:32.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:31.419451+0000 mon.smithi112 (mon.0) 713 : audit [INF] from='client.? 172.21.15.112:0/1140186221' entity='client.admin' 2024-02-12T13:05:32.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:31.423566+0000 mon.smithi112 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:32.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:31.427943+0000 mon.smithi112 (mon.0) 715 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:32.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:31.428889+0000 mon.smithi112 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:32.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:31.434378+0000 mon.smithi112 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:31.442598+0000 mon.smithi112 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:32.690 INFO:teuthology.orchestra.run.smithi112.stdout: 5 14131 36.19 MB/sec warmup 13 sec latency 19.498 ms 2024-02-12T13:05:32.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:31.419451+0000 mon.smithi112 (mon.0) 713 : audit [INF] from='client.? 172.21.15.112:0/1140186221' entity='client.admin' 2024-02-12T13:05:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:31.423566+0000 mon.smithi112 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:31.427943+0000 mon.smithi112 (mon.0) 715 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:31.428889+0000 mon.smithi112 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:31.434378+0000 mon.smithi112 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:31.442598+0000 mon.smithi112 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:33.690 INFO:teuthology.orchestra.run.smithi112.stdout: 5 14996 34.96 MB/sec warmup 14 sec latency 18.627 ms 2024-02-12T13:05:33.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:31.801847+0000 mgr.smithi112.yacrbz (mgr.14164) 317 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 156 MiB data, 732 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 20 MiB/s wr, 1.41k op/s 2024-02-12T13:05:33.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:31.801847+0000 mgr.smithi112.yacrbz (mgr.14164) 317 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 156 MiB data, 732 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 20 MiB/s wr, 1.41k op/s 2024-02-12T13:05:34.690 INFO:teuthology.orchestra.run.smithi112.stdout: 5 16081 34.30 MB/sec warmup 15 sec latency 12.708 ms 2024-02-12T13:05:35.503 INFO:teuthology.orchestra.run.smithi112.stderr:module 'nfs' is already enabled 2024-02-12T13:05:35.690 INFO:teuthology.orchestra.run.smithi112.stdout: 5 17393 34.70 MB/sec warmup 16 sec latency 38.148 ms 2024-02-12T13:05:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:33.802752+0000 mgr.smithi112.yacrbz (mgr.14164) 318 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 160 MiB data, 826 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 21 MiB/s wr, 1.50k op/s 2024-02-12T13:05:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:35.034190+0000 mon.smithi161 (mon.1) 18 : audit [INF] from='client.? 172.21.15.112:0/3912325660' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-12T13:05:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:35.034526+0000 mon.smithi112 (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-12T13:05:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:33.802752+0000 mgr.smithi112.yacrbz (mgr.14164) 318 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 160 MiB data, 826 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 21 MiB/s wr, 1.50k op/s 2024-02-12T13:05:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:35.034190+0000 mon.smithi161 (mon.1) 18 : audit [INF] from='client.? 172.21.15.112:0/3912325660' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-12T13:05:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:35.034526+0000 mon.smithi112 (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-12T13:05:36.690 INFO:teuthology.orchestra.run.smithi112.stdout: 5 18520 34.40 MB/sec warmup 17 sec latency 49.098 ms 2024-02-12T13:05:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:35.494381+0000 mon.smithi112 (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-12T13:05:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:35.494457+0000 mon.smithi112 (mon.0) 721 : cluster [DBG] mgrmap e20: smithi112.yacrbz(active, since 7m), standbys: smithi161.ipspmc 2024-02-12T13:05:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:35.803281+0000 mgr.smithi112.yacrbz (mgr.14164) 319 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 169 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 17 MiB/s wr, 1.54k op/s 2024-02-12T13:05:36.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:35.494381+0000 mon.smithi112 (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-12T13:05:36.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:35.494457+0000 mon.smithi112 (mon.0) 721 : cluster [DBG] mgrmap e20: smithi112.yacrbz(active, since 7m), standbys: smithi161.ipspmc 2024-02-12T13:05:36.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:35.803281+0000 mgr.smithi112.yacrbz (mgr.14164) 319 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 169 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 17 MiB/s wr, 1.54k op/s 2024-02-12T13:05:37.691 INFO:teuthology.orchestra.run.smithi112.stdout: 5 19621 33.89 MB/sec warmup 18 sec latency 43.954 ms 2024-02-12T13:05:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: 5 20804 34.04 MB/sec warmup 19 sec latency 68.963 ms 2024-02-12T13:05:39.134 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-12T13:05:39.690 INFO:teuthology.orchestra.run.smithi112.stdout: 5 21820 33.94 MB/sec warmup 20 sec latency 17.263 ms 2024-02-12T13:05:39.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:37.803688+0000 mgr.smithi112.yacrbz (mgr.14164) 320 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 180 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 18 MiB/s wr, 1.65k op/s 2024-02-12T13:05:39.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:37.803688+0000 mgr.smithi112.yacrbz (mgr.14164) 320 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 180 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 18 MiB/s wr, 1.65k op/s 2024-02-12T13:05:40.691 INFO:teuthology.orchestra.run.smithi112.stdout: 5 22952 33.55 MB/sec warmup 21 sec latency 14.039 ms 2024-02-12T13:05:41.691 INFO:teuthology.orchestra.run.smithi112.stdout: 5 24096 33.16 MB/sec warmup 22 sec latency 13.776 ms 2024-02-12T13:05:41.762 INFO:teuthology.orchestra.run.smithi112.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 2024-02-12T13:05:41.796 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:39.804170+0000 mgr.smithi112.yacrbz (mgr.14164) 321 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 184 MiB data, 1009 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 17 MiB/s wr, 1.54k op/s 2024-02-12T13:05:41.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:39.804170+0000 mgr.smithi112.yacrbz (mgr.14164) 321 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 184 MiB data, 1009 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 17 MiB/s wr, 1.54k op/s 2024-02-12T13:05:42.692 INFO:teuthology.orchestra.run.smithi112.stdout: 5 25259 33.64 MB/sec warmup 23 sec latency 20.989 ms 2024-02-12T13:05:42.802 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-12T13:05:42.803 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:05:42.803 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.755612+0000 mgr.smithi112.yacrbz (mgr.14164) 322 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:41.756514+0000 mgr.smithi112.yacrbz (mgr.14164) 323 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.760418+0000 mon.smithi112 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.761501+0000 mon.smithi112 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.762786+0000 mon.smithi112 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.763652+0000 mon.smithi112 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.769640+0000 mon.smithi112 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:41.778819+0000 mon.smithi112 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:05:41.781126+0000 mgr.smithi112.yacrbz (mgr.14164) 324 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 2024-02-12T13:05:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:41.804641+0000 mgr.smithi112.yacrbz (mgr.14164) 325 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 190 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 17 MiB/s wr, 1.62k op/s 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.755612+0000 mgr.smithi112.yacrbz (mgr.14164) 322 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:41.756514+0000 mgr.smithi112.yacrbz (mgr.14164) 323 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.760418+0000 mon.smithi112 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.761501+0000 mon.smithi112 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.762786+0000 mon.smithi112 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.763652+0000 mon.smithi112 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.769640+0000 mon.smithi112 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:41.778819+0000 mon.smithi112 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:05:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:05:41.781126+0000 mgr.smithi112.yacrbz (mgr.14164) 324 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 2024-02-12T13:05:43.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:41.804641+0000 mgr.smithi112.yacrbz (mgr.14164) 325 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 190 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 17 MiB/s wr, 1.62k op/s 2024-02-12T13:05:43.692 INFO:teuthology.orchestra.run.smithi112.stdout: 5 25993 32.75 MB/sec warmup 24 sec latency 21.188 ms 2024-02-12T13:05:44.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 27232 32.37 MB/sec warmup 25 sec latency 26.229 ms 2024-02-12T13:05:44.972 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:43.813088+0000 mgr.smithi112.yacrbz (mgr.14164) 326 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 17 MiB/s wr, 1.49k op/s 2024-02-12T13:05:45.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:43.813088+0000 mgr.smithi112.yacrbz (mgr.14164) 326 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 17 MiB/s wr, 1.49k op/s 2024-02-12T13:05:45.631 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:05:45.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 28175 32.56 MB/sec warmup 26 sec latency 18.159 ms 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (4m) 18s ago 6m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (6m) 18s ago 6m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (5m) 28s ago 5m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (4m) 18s ago 6m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (52s) 18s ago 51s 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (49s) 28s ago 48s 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (8m) 18s ago 8m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (5m) 28s ago 5m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (8m) 18s ago 8m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:05:46.532 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (5m) 28s ago 5m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (37s) 18s ago 36s 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (31s) 28s ago 30s 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (6m) 18s ago 6m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (5m) 28s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (5m) 18s ago 5m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (4m) 18s ago 4m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (4m) 18s ago 4m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (3m) 18s ago 3m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (3m) 28s ago 3m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (3m) 28s ago 3m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (2m) 28s ago 2m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (2m) 28s ago 2m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:05:46.533 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (4m) 18s ago 5m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:05:46.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 28812 32.20 MB/sec warmup 27 sec latency 25.416 ms 2024-02-12T13:05:47.028 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:05:47.028 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:05:47.028 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:05:47.029 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:05:47.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:45.604517+0000 mgr.smithi112.yacrbz (mgr.14164) 327 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:47.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:45.814313+0000 mgr.smithi112.yacrbz (mgr.14164) 328 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 196 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-02-12T13:05:47.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:46.066829+0000 mgr.smithi112.yacrbz (mgr.14164) 329 : audit [DBG] from='client.24345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:47.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:45.604517+0000 mgr.smithi112.yacrbz (mgr.14164) 327 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:47.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:45.814313+0000 mgr.smithi112.yacrbz (mgr.14164) 328 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 196 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-02-12T13:05:47.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:46.066829+0000 mgr.smithi112.yacrbz (mgr.14164) 329 : audit [DBG] from='client.24345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:47.472 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:05:47.472 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", 2024-02-12T13:05:47.472 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:05:47.473 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:05:47.473 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "", 2024-02-12T13:05:47.473 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 image" 2024-02-12T13:05:47.473 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:05:47.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 29595 31.53 MB/sec warmup 28 sec latency 20.525 ms 2024-02-12T13:05:48.014 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:05:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:46.515437+0000 mgr.smithi112.yacrbz (mgr.14164) 330 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:47.026397+0000 mon.smithi161 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.112:0/3018173365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:05:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:47.471396+0000 mgr.smithi112.yacrbz (mgr.14164) 331 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:48.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:46.515437+0000 mgr.smithi112.yacrbz (mgr.14164) 330 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:48.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:47.026397+0000 mon.smithi161 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.112:0/3018173365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:05:48.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:47.471396+0000 mgr.smithi112.yacrbz (mgr.14164) 331 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:05:48.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 30800 31.22 MB/sec warmup 29 sec latency 22.610 ms 2024-02-12T13:05:49.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:47.814785+0000 mgr.smithi112.yacrbz (mgr.14164) 332 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 15 MiB/s wr, 1.38k op/s 2024-02-12T13:05:49.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:05:48.008992+0000 mon.smithi112 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.112:0/1911669921' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:05:49.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:47.814785+0000 mgr.smithi112.yacrbz (mgr.14164) 332 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 15 MiB/s wr, 1.38k op/s 2024-02-12T13:05:49.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:05:48.008992+0000 mon.smithi112 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.112:0/1911669921' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:05:49.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 31920 31.75 MB/sec warmup 30 sec latency 11.769 ms 2024-02-12T13:05:50.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 32810 31.26 MB/sec warmup 31 sec latency 18.771 ms 2024-02-12T13:05:51.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:49.815247+0000 mgr.smithi112.yacrbz (mgr.14164) 333 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 208 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-12T13:05:51.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:49.815247+0000 mgr.smithi112.yacrbz (mgr.14164) 333 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 208 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-12T13:05:51.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 34057 31.08 MB/sec warmup 32 sec latency 15.432 ms 2024-02-12T13:05:52.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 35451 31.67 MB/sec warmup 33 sec latency 16.886 ms 2024-02-12T13:05:53.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 36500 31.36 MB/sec warmup 34 sec latency 18.897 ms 2024-02-12T13:05:53.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:51.815734+0000 mgr.smithi112.yacrbz (mgr.14164) 334 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.40k op/s 2024-02-12T13:05:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:51.815734+0000 mgr.smithi112.yacrbz (mgr.14164) 334 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.40k op/s 2024-02-12T13:05:54.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 37470 31.13 MB/sec warmup 35 sec latency 24.167 ms 2024-02-12T13:05:55.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 38429 31.14 MB/sec warmup 36 sec latency 19.937 ms 2024-02-12T13:05:55.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:53.816257+0000 mgr.smithi112.yacrbz (mgr.14164) 335 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-12T13:05:55.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:53.816257+0000 mgr.smithi112.yacrbz (mgr.14164) 335 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-12T13:05:56.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 39346 31.22 MB/sec warmup 37 sec latency 24.994 ms 2024-02-12T13:05:57.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 40246 30.78 MB/sec warmup 38 sec latency 9.820 ms 2024-02-12T13:05:57.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:55.816659+0000 mgr.smithi112.yacrbz (mgr.14164) 336 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-02-12T13:05:57.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:55.816659+0000 mgr.smithi112.yacrbz (mgr.14164) 336 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-02-12T13:05:58.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 41481 30.64 MB/sec warmup 39 sec latency 29.361 ms 2024-02-12T13:05:59.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 42506 30.90 MB/sec warmup 40 sec latency 24.265 ms 2024-02-12T13:05:59.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:05:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:57.817123+0000 mgr.smithi112.yacrbz (mgr.14164) 337 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 239 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-02-12T13:05:59.851 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:05:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:57.817123+0000 mgr.smithi112.yacrbz (mgr.14164) 337 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 239 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-02-12T13:06:00.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 43287 30.60 MB/sec warmup 41 sec latency 16.722 ms 2024-02-12T13:06:00.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:05:59.817653+0000 mgr.smithi112.yacrbz (mgr.14164) 338 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-02-12T13:06:00.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:05:59.817653+0000 mgr.smithi112.yacrbz (mgr.14164) 338 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-02-12T13:06:01.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 44461 30.49 MB/sec warmup 42 sec latency 17.617 ms 2024-02-12T13:06:02.693 INFO:teuthology.orchestra.run.smithi112.stdout: 5 45792 30.75 MB/sec warmup 43 sec latency 21.600 ms 2024-02-12T13:06:03.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 46639 30.64 MB/sec warmup 44 sec latency 15.559 ms 2024-02-12T13:06:03.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:01.818165+0000 mgr.smithi112.yacrbz (mgr.14164) 339 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-02-12T13:06:03.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:01.818165+0000 mgr.smithi112.yacrbz (mgr.14164) 339 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-02-12T13:06:04.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 47661 30.40 MB/sec warmup 45 sec latency 17.732 ms 2024-02-12T13:06:05.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 48908 30.37 MB/sec warmup 46 sec latency 22.071 ms 2024-02-12T13:06:05.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:03.818662+0000 mgr.smithi112.yacrbz (mgr.14164) 340 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 254 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.35k op/s 2024-02-12T13:06:05.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:03.818662+0000 mgr.smithi112.yacrbz (mgr.14164) 340 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 254 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.35k op/s 2024-02-12T13:06:06.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 50087 30.70 MB/sec warmup 47 sec latency 26.604 ms 2024-02-12T13:06:07.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 51078 30.42 MB/sec warmup 48 sec latency 17.341 ms 2024-02-12T13:06:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:05.819077+0000 mgr.smithi112.yacrbz (mgr.14164) 341 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-02-12T13:06:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:05.819077+0000 mgr.smithi112.yacrbz (mgr.14164) 341 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-02-12T13:06:08.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 52281 30.33 MB/sec warmup 49 sec latency 19.380 ms 2024-02-12T13:06:09.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 53254 30.54 MB/sec warmup 50 sec latency 17.941 ms 2024-02-12T13:06:09.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:07.819480+0000 mgr.smithi112.yacrbz (mgr.14164) 342 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.31k op/s 2024-02-12T13:06:09.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:07.819480+0000 mgr.smithi112.yacrbz (mgr.14164) 342 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.31k op/s 2024-02-12T13:06:10.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 54178 30.32 MB/sec warmup 51 sec latency 16.013 ms 2024-02-12T13:06:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:09.819990+0000 mgr.smithi112.yacrbz (mgr.14164) 343 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-12T13:06:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:09.819990+0000 mgr.smithi112.yacrbz (mgr.14164) 343 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-12T13:06:11.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 55118 30.14 MB/sec warmup 52 sec latency 27.379 ms 2024-02-12T13:06:12.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 55985 30.00 MB/sec warmup 53 sec latency 16.928 ms 2024-02-12T13:06:13.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 57003 30.20 MB/sec warmup 54 sec latency 20.619 ms 2024-02-12T13:06:13.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:11.820448+0000 mgr.smithi112.yacrbz (mgr.14164) 344 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.47k op/s 2024-02-12T13:06:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:11.820448+0000 mgr.smithi112.yacrbz (mgr.14164) 344 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.47k op/s 2024-02-12T13:06:14.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 57798 29.89 MB/sec warmup 55 sec latency 19.339 ms 2024-02-12T13:06:15.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 58668 29.70 MB/sec warmup 56 sec latency 25.923 ms 2024-02-12T13:06:15.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:13.820992+0000 mgr.smithi112.yacrbz (mgr.14164) 345 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 294 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.56k op/s 2024-02-12T13:06:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:13.820992+0000 mgr.smithi112.yacrbz (mgr.14164) 345 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 294 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.56k op/s 2024-02-12T13:06:16.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 59364 29.42 MB/sec warmup 57 sec latency 26.886 ms 2024-02-12T13:06:17.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 60290 29.58 MB/sec warmup 58 sec latency 22.296 ms 2024-02-12T13:06:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:15.821426+0000 mgr.smithi112.yacrbz (mgr.14164) 346 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.32k op/s 2024-02-12T13:06:17.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:15.821426+0000 mgr.smithi112.yacrbz (mgr.14164) 346 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.32k op/s 2024-02-12T13:06:18.463 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:06:18.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 61080 29.38 MB/sec warmup 59 sec latency 18.590 ms 2024-02-12T13:06:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:17.821915+0000 mgr.smithi112.yacrbz (mgr.14164) 347 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-12T13:06:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:18.443334+0000 mgr.smithi112.yacrbz (mgr.14164) 348 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:18.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:17.821915+0000 mgr.smithi112.yacrbz (mgr.14164) 347 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-12T13:06:18.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:18.443334+0000 mgr.smithi112.yacrbz (mgr.14164) 348 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:19.269 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (5m) 51s ago 7m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (7m) 51s ago 7m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (6m) 60s ago 6m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (5m) 51s ago 7m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (84s) 51s ago 83s 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (82s) 60s ago 81s 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (8m) 51s ago 8m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (6m) 60s ago 6m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (8m) 51s ago 9m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (6m) 60s ago 6m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (69s) 51s ago 68s 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (64s) 60s ago 63s 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (6m) 51s ago 6m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (5m) 60s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (5m) 51s ago 5m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:06:19.270 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (5m) 51s ago 5m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (4m) 51s ago 4m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (4m) 51s ago 4m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (4m) 60s ago 4m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (3m) 60s ago 3m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (3m) 60s ago 3m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (3m) 60s ago 2m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:06:19.271 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (5m) 51s ago 6m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:06:19.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 61877 29.17 MB/sec warmup 60 sec latency 22.622 ms 2024-02-12T13:06:19.767 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:06:19.767 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:06:19.767 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:06:19.767 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:06:19.768 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:06:19.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:18.770272+0000 mon.smithi112 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:06:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:18.770516+0000 mon.smithi112 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:06:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:18.860940+0000 mgr.smithi112.yacrbz (mgr.14164) 349 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:19.255402+0000 mgr.smithi112.yacrbz (mgr.14164) 350 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:18.770272+0000 mon.smithi112 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:06:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:18.770516+0000 mon.smithi112 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:06:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:18.860940+0000 mgr.smithi112.yacrbz (mgr.14164) 349 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:19.255402+0000 mgr.smithi112.yacrbz (mgr.14164) 350 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "", 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 image" 2024-02-12T13:06:20.209 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:06:20.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 62782 29.01 MB/sec warmup 61 sec latency 22.917 ms 2024-02-12T13:06:20.729 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:06:20.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:19.766378+0000 mon.smithi112 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.112:0/2898253569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:06:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:19.822460+0000 mgr.smithi112.yacrbz (mgr.14164) 351 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-12T13:06:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:20.206799+0000 mgr.smithi112.yacrbz (mgr.14164) 352 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:19.766378+0000 mon.smithi112 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.112:0/2898253569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:06:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:19.822460+0000 mgr.smithi112.yacrbz (mgr.14164) 351 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-12T13:06:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:20.206799+0000 mgr.smithi112.yacrbz (mgr.14164) 352 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:21.694 INFO:teuthology.orchestra.run.smithi112.stdout: 5 63787 29.19 MB/sec warmup 62 sec latency 24.850 ms 2024-02-12T13:06:21.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:20.726002+0000 mon.smithi161 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.112:0/3855002770' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:06:21.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:20.726002+0000 mon.smithi161 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.112:0/3855002770' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:06:22.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 64569 29.03 MB/sec warmup 63 sec latency 30.630 ms 2024-02-12T13:06:23.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 65393 28.84 MB/sec warmup 64 sec latency 32.919 ms 2024-02-12T13:06:23.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:21.823031+0000 mgr.smithi112.yacrbz (mgr.14164) 353 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 311 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.33k op/s 2024-02-12T13:06:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:21.823031+0000 mgr.smithi112.yacrbz (mgr.14164) 353 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 311 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.33k op/s 2024-02-12T13:06:24.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 66290 28.68 MB/sec warmup 65 sec latency 22.018 ms 2024-02-12T13:06:25.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 67117 28.73 MB/sec warmup 66 sec latency 100.300 ms 2024-02-12T13:06:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:23.823531+0000 mgr.smithi112.yacrbz (mgr.14164) 354 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 316 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.13k op/s 2024-02-12T13:06:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:23.823531+0000 mgr.smithi112.yacrbz (mgr.14164) 354 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 316 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.13k op/s 2024-02-12T13:06:26.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 67808 28.67 MB/sec warmup 67 sec latency 21.881 ms 2024-02-12T13:06:27.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 68430 28.39 MB/sec warmup 68 sec latency 36.177 ms 2024-02-12T13:06:27.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:25.823934+0000 mgr.smithi112.yacrbz (mgr.14164) 355 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-02-12T13:06:27.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:25.823934+0000 mgr.smithi112.yacrbz (mgr.14164) 355 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-02-12T13:06:28.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 69309 28.26 MB/sec warmup 69 sec latency 20.887 ms 2024-02-12T13:06:29.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 70148 28.17 MB/sec warmup 70 sec latency 22.094 ms 2024-02-12T13:06:29.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:27.824393+0000 mgr.smithi112.yacrbz (mgr.14164) 356 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-02-12T13:06:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:27.824393+0000 mgr.smithi112.yacrbz (mgr.14164) 356 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-02-12T13:06:30.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 70977 28.22 MB/sec warmup 71 sec latency 18.226 ms 2024-02-12T13:06:31.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 71526 28.02 MB/sec warmup 72 sec latency 26.068 ms 2024-02-12T13:06:31.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:29.824928+0000 mgr.smithi112.yacrbz (mgr.14164) 357 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.27k op/s 2024-02-12T13:06:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:29.824928+0000 mgr.smithi112.yacrbz (mgr.14164) 357 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.27k op/s 2024-02-12T13:06:32.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 71973 27.75 MB/sec warmup 73 sec latency 34.396 ms 2024-02-12T13:06:33.695 INFO:teuthology.orchestra.run.smithi112.stdout: 5 72517 27.54 MB/sec warmup 74 sec latency 32.398 ms 2024-02-12T13:06:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:31.825364+0000 mgr.smithi112.yacrbz (mgr.14164) 358 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-02-12T13:06:33.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:31.825364+0000 mgr.smithi112.yacrbz (mgr.14164) 358 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-02-12T13:06:34.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 73401 27.42 MB/sec warmup 75 sec latency 22.913 ms 2024-02-12T13:06:35.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 74223 27.46 MB/sec warmup 76 sec latency 33.106 ms 2024-02-12T13:06:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:33.825806+0000 mgr.smithi112.yacrbz (mgr.14164) 359 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-02-12T13:06:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:33.825806+0000 mgr.smithi112.yacrbz (mgr.14164) 359 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-02-12T13:06:36.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 75005 27.44 MB/sec warmup 77 sec latency 18.489 ms 2024-02-12T13:06:37.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 75861 27.27 MB/sec warmup 78 sec latency 22.939 ms 2024-02-12T13:06:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:35.826277+0000 mgr.smithi112.yacrbz (mgr.14164) 360 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.16k op/s 2024-02-12T13:06:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:35.826277+0000 mgr.smithi112.yacrbz (mgr.14164) 360 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.16k op/s 2024-02-12T13:06:38.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 76662 27.15 MB/sec warmup 79 sec latency 25.354 ms 2024-02-12T13:06:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:37.826754+0000 mgr.smithi112.yacrbz (mgr.14164) 361 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 978 op/s 2024-02-12T13:06:38.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:37.826754+0000 mgr.smithi112.yacrbz (mgr.14164) 361 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 978 op/s 2024-02-12T13:06:39.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 77378 27.11 MB/sec warmup 80 sec latency 25.028 ms 2024-02-12T13:06:40.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 78012 27.07 MB/sec warmup 81 sec latency 25.197 ms 2024-02-12T13:06:41.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:39.827215+0000 mgr.smithi112.yacrbz (mgr.14164) 362 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-02-12T13:06:41.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:39.827215+0000 mgr.smithi112.yacrbz (mgr.14164) 362 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-02-12T13:06:41.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 78511 26.93 MB/sec warmup 82 sec latency 29.229 ms 2024-02-12T13:06:42.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 79168 26.73 MB/sec warmup 83 sec latency 37.144 ms 2024-02-12T13:06:43.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 80091 26.64 MB/sec warmup 84 sec latency 27.558 ms 2024-02-12T13:06:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:41.827899+0000 mgr.smithi112.yacrbz (mgr.14164) 363 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-02-12T13:06:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:41.827899+0000 mgr.smithi112.yacrbz (mgr.14164) 363 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-02-12T13:06:44.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 80871 26.58 MB/sec warmup 85 sec latency 14.990 ms 2024-02-12T13:06:45.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 81445 26.60 MB/sec warmup 86 sec latency 29.470 ms 2024-02-12T13:06:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:43.828441+0000 mgr.smithi112.yacrbz (mgr.14164) 364 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-12T13:06:45.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:43.828441+0000 mgr.smithi112.yacrbz (mgr.14164) 364 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-12T13:06:46.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 82244 26.50 MB/sec warmup 87 sec latency 15.704 ms 2024-02-12T13:06:47.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 83196 26.41 MB/sec warmup 88 sec latency 23.946 ms 2024-02-12T13:06:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:45.828942+0000 mgr.smithi112.yacrbz (mgr.14164) 365 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 972 op/s 2024-02-12T13:06:47.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:45.828942+0000 mgr.smithi112.yacrbz (mgr.14164) 365 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 972 op/s 2024-02-12T13:06:48.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 84284 26.41 MB/sec warmup 89 sec latency 21.060 ms 2024-02-12T13:06:48.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:47.829408+0000 mgr.smithi112.yacrbz (mgr.14164) 366 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 853 op/s 2024-02-12T13:06:48.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:47.829408+0000 mgr.smithi112.yacrbz (mgr.14164) 366 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 853 op/s 2024-02-12T13:06:49.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 85091 26.49 MB/sec warmup 90 sec latency 24.143 ms 2024-02-12T13:06:50.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 85606 26.37 MB/sec warmup 91 sec latency 36.143 ms 2024-02-12T13:06:51.077 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:06:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:49.829949+0000 mgr.smithi112.yacrbz (mgr.14164) 367 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-12T13:06:51.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:49.829949+0000 mgr.smithi112.yacrbz (mgr.14164) 367 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-12T13:06:51.696 INFO:teuthology.orchestra.run.smithi112.stdout: 5 86007 26.12 MB/sec warmup 92 sec latency 28.383 ms 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (6m) 83s ago 8m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (8m) 83s ago 7m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (6m) 93s ago 6m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (5m) 83s ago 7m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (117s) 83s ago 116s 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (114s) 93s ago 114s 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (9m) 83s ago 9m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (6m) 93s ago 6m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (9m) 83s ago 9m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:06:51.750 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (6m) 93s ago 6m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (102s) 83s ago 101s 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (96s) 93s ago 96s 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (7m) 83s ago 7m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (6m) 93s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (6m) 83s ago 6m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (5m) 83s ago 5m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (5m) 83s ago 5m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (4m) 83s ago 4m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (4m) 93s ago 4m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (4m) 93s ago 4m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (3m) 93s ago 3m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (3m) 93s ago 3m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:06:51.751 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (5m) 83s ago 7m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:06:52.131 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:06:52.132 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:06:52.133 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:06:52.133 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:06:52.133 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:06:52.133 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:06:52.317 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:51.060029+0000 mgr.smithi112.yacrbz (mgr.14164) 368 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:52.317 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:51.392907+0000 mgr.smithi112.yacrbz (mgr.14164) 369 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:52.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:51.060029+0000 mgr.smithi112.yacrbz (mgr.14164) 368 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:52.335 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:51.392907+0000 mgr.smithi112.yacrbz (mgr.14164) 369 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "", 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 image" 2024-02-12T13:06:52.519 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:06:52.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 86603 26.00 MB/sec warmup 93 sec latency 26.375 ms 2024-02-12T13:06:53.027 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:06:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:51.738283+0000 mgr.smithi112.yacrbz (mgr.14164) 370 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:51.830377+0000 mgr.smithi112.yacrbz (mgr.14164) 371 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 977 op/s 2024-02-12T13:06:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:52.130460+0000 mon.smithi112 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.112:0/1049842245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:06:53.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:51.738283+0000 mgr.smithi112.yacrbz (mgr.14164) 370 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:53.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:51.830377+0000 mgr.smithi112.yacrbz (mgr.14164) 371 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 977 op/s 2024-02-12T13:06:53.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:52.130460+0000 mon.smithi112 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.112:0/1049842245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:06:53.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 87471 25.92 MB/sec warmup 94 sec latency 32.202 ms 2024-02-12T13:06:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:52.515649+0000 mgr.smithi112.yacrbz (mgr.14164) 372 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:06:53.026530+0000 mon.smithi112 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.112:0/1662984366' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:06:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:52.515649+0000 mgr.smithi112.yacrbz (mgr.14164) 372 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:06:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:06:53.026530+0000 mon.smithi112 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.112:0/1662984366' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:06:54.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 88223 25.92 MB/sec warmup 95 sec latency 32.397 ms 2024-02-12T13:06:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:53.830975+0000 mgr.smithi112.yacrbz (mgr.14164) 373 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 967 op/s 2024-02-12T13:06:55.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:53.830975+0000 mgr.smithi112.yacrbz (mgr.14164) 373 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 967 op/s 2024-02-12T13:06:55.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 88861 25.91 MB/sec warmup 96 sec latency 27.714 ms 2024-02-12T13:06:56.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 89485 25.76 MB/sec warmup 97 sec latency 39.673 ms 2024-02-12T13:06:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:55.831391+0000 mgr.smithi112.yacrbz (mgr.14164) 374 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 849 op/s 2024-02-12T13:06:57.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:55.831391+0000 mgr.smithi112.yacrbz (mgr.14164) 374 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 849 op/s 2024-02-12T13:06:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 90256 25.67 MB/sec warmup 98 sec latency 70.576 ms 2024-02-12T13:06:58.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 91137 25.60 MB/sec warmup 99 sec latency 29.958 ms 2024-02-12T13:06:59.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 91998 25.70 MB/sec warmup 100 sec latency 18.046 ms 2024-02-12T13:06:59.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:06:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:57.831886+0000 mgr.smithi112.yacrbz (mgr.14164) 375 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 926 op/s 2024-02-12T13:06:59.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:06:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:57.831886+0000 mgr.smithi112.yacrbz (mgr.14164) 375 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 926 op/s 2024-02-12T13:07:00.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 92793 25.66 MB/sec warmup 101 sec latency 23.281 ms 2024-02-12T13:07:01.697 INFO:teuthology.orchestra.run.smithi112.stdout: 5 93660 25.56 MB/sec warmup 102 sec latency 21.247 ms 2024-02-12T13:07:01.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:06:59.832314+0000 mgr.smithi112.yacrbz (mgr.14164) 376 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-02-12T13:07:01.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:06:59.832314+0000 mgr.smithi112.yacrbz (mgr.14164) 376 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-02-12T13:07:02.698 INFO:teuthology.orchestra.run.smithi112.stdout: 5 94489 25.49 MB/sec warmup 103 sec latency 22.154 ms 2024-02-12T13:07:03.698 INFO:teuthology.orchestra.run.smithi112.stdout: 5 95096 25.45 MB/sec warmup 104 sec latency 25.982 ms 2024-02-12T13:07:03.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:01.832838+0000 mgr.smithi112.yacrbz (mgr.14164) 377 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-12T13:07:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:01.832838+0000 mgr.smithi112.yacrbz (mgr.14164) 377 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-12T13:07:04.698 INFO:teuthology.orchestra.run.smithi112.stdout: 5 95685 25.41 MB/sec warmup 105 sec latency 25.797 ms 2024-02-12T13:07:05.698 INFO:teuthology.orchestra.run.smithi112.stdout: 5 96103 25.31 MB/sec warmup 106 sec latency 44.508 ms 2024-02-12T13:07:05.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:03.833422+0000 mgr.smithi112.yacrbz (mgr.14164) 378 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 328 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-12T13:07:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:03.833422+0000 mgr.smithi112.yacrbz (mgr.14164) 378 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 328 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-12T13:07:06.698 INFO:teuthology.orchestra.run.smithi112.stdout: 5 96390 25.12 MB/sec warmup 107 sec latency 41.946 ms 2024-02-12T13:07:06.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:05.833942+0000 mgr.smithi112.yacrbz (mgr.14164) 379 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-02-12T13:07:06.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:05.833942+0000 mgr.smithi112.yacrbz (mgr.14164) 379 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-02-12T13:07:07.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 97107 25.01 MB/sec warmup 108 sec latency 36.200 ms 2024-02-12T13:07:08.700 INFO:teuthology.orchestra.run.smithi112.stdout: 5 97930 24.96 MB/sec warmup 109 sec latency 23.865 ms 2024-02-12T13:07:09.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 98705 24.93 MB/sec warmup 110 sec latency 23.079 ms 2024-02-12T13:07:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:07.834353+0000 mgr.smithi112.yacrbz (mgr.14164) 380 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-02-12T13:07:09.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:07.834353+0000 mgr.smithi112.yacrbz (mgr.14164) 380 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-02-12T13:07:10.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 99641 25.03 MB/sec warmup 111 sec latency 28.729 ms 2024-02-12T13:07:11.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 100340 24.91 MB/sec warmup 112 sec latency 22.228 ms 2024-02-12T13:07:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:09.834892+0000 mgr.smithi112.yacrbz (mgr.14164) 381 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-02-12T13:07:11.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:09.834892+0000 mgr.smithi112.yacrbz (mgr.14164) 381 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-02-12T13:07:12.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 100929 24.81 MB/sec warmup 113 sec latency 38.376 ms 2024-02-12T13:07:13.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 101639 24.73 MB/sec warmup 114 sec latency 30.977 ms 2024-02-12T13:07:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:11.835315+0000 mgr.smithi112.yacrbz (mgr.14164) 382 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 313 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 844 op/s 2024-02-12T13:07:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:11.835315+0000 mgr.smithi112.yacrbz (mgr.14164) 382 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 313 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 844 op/s 2024-02-12T13:07:14.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 102265 24.69 MB/sec warmup 115 sec latency 31.461 ms 2024-02-12T13:07:15.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 102877 24.69 MB/sec warmup 116 sec latency 34.655 ms 2024-02-12T13:07:15.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:13.835735+0000 mgr.smithi112.yacrbz (mgr.14164) 383 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 313 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 886 op/s 2024-02-12T13:07:15.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:13.835735+0000 mgr.smithi112.yacrbz (mgr.14164) 383 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 313 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 886 op/s 2024-02-12T13:07:16.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 103527 24.61 MB/sec warmup 117 sec latency 28.500 ms 2024-02-12T13:07:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:15.836181+0000 mgr.smithi112.yacrbz (mgr.14164) 384 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 319 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.2 MiB/s wr, 902 op/s 2024-02-12T13:07:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:15.836181+0000 mgr.smithi112.yacrbz (mgr.14164) 384 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 319 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.2 MiB/s wr, 902 op/s 2024-02-12T13:07:17.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 104089 24.48 MB/sec warmup 118 sec latency 27.639 ms 2024-02-12T13:07:18.702 INFO:teuthology.orchestra.run.smithi112.stdout: 5 104736 24.40 MB/sec warmup 119 sec latency 26.645 ms 2024-02-12T13:07:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:17.836598+0000 mgr.smithi112.yacrbz (mgr.14164) 385 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 855 op/s 2024-02-12T13:07:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:18.781785+0000 mon.smithi112 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:07:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:18.783290+0000 mon.smithi112 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:07:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:17.836598+0000 mgr.smithi112.yacrbz (mgr.14164) 385 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 855 op/s 2024-02-12T13:07:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:18.781785+0000 mon.smithi112 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:07:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:18.783290+0000 mon.smithi112 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:07:20.703 INFO:teuthology.orchestra.run.smithi112.stdout: 5 105902 20.20 MB/sec execute 1 sec latency 33.240 ms 2024-02-12T13:07:21.703 INFO:teuthology.orchestra.run.smithi112.stdout: 5 106492 21.67 MB/sec execute 2 sec latency 33.200 ms 2024-02-12T13:07:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:19.837121+0000 mgr.smithi112.yacrbz (mgr.14164) 386 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 319 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.5 MiB/s wr, 887 op/s 2024-02-12T13:07:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:19.837121+0000 mgr.smithi112.yacrbz (mgr.14164) 386 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 319 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.5 MiB/s wr, 887 op/s 2024-02-12T13:07:22.703 INFO:teuthology.orchestra.run.smithi112.stdout: 5 107014 18.98 MB/sec execute 3 sec latency 25.868 ms 2024-02-12T13:07:23.441 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:07:23.703 INFO:teuthology.orchestra.run.smithi112.stdout: 5 107393 15.89 MB/sec execute 4 sec latency 51.525 ms 2024-02-12T13:07:23.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:21.837648+0000 mgr.smithi112.yacrbz (mgr.14164) 387 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 910 op/s 2024-02-12T13:07:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:21.837648+0000 mgr.smithi112.yacrbz (mgr.14164) 387 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 317 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 910 op/s 2024-02-12T13:07:24.218 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (6m) 116s ago 8m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (8m) 116s ago 8m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (7m) 2m ago 7m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (6m) 116s ago 8m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (2m) 116s ago 2m 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (2m) 2m ago 2m 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (10m) 116s ago 9m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (7m) 2m ago 7m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (10m) 116s ago 10m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (7m) 2m ago 7m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (2m) 116s ago 2m 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (2m) 2m ago 2m 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:07:24.219 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (8m) 116s ago 8m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (7m) 2m ago 7m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (6m) 116s ago 6m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (6m) 116s ago 6m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (5m) 116s ago 5m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (5m) 116s ago 5m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (5m) 2m ago 5m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (4m) 2m ago 4m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (4m) 2m ago 4m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (4m) 2m ago 4m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:07:24.220 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (6m) 116s ago 7m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:07:24.699 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:07:24.700 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:24.701 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:07:24.701 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:07:24.701 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:07:24.701 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:07:24.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 107733 13.95 MB/sec execute 5 sec latency 54.842 ms 2024-02-12T13:07:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:23.424279+0000 mgr.smithi112.yacrbz (mgr.14164) 388 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:23.835659+0000 mgr.smithi112.yacrbz (mgr.14164) 389 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:23.838184+0000 mgr.smithi112.yacrbz (mgr.14164) 390 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 977 op/s 2024-02-12T13:07:24.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:24.204972+0000 mgr.smithi112.yacrbz (mgr.14164) 391 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:23.424279+0000 mgr.smithi112.yacrbz (mgr.14164) 388 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:23.835659+0000 mgr.smithi112.yacrbz (mgr.14164) 389 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:23.838184+0000 mgr.smithi112.yacrbz (mgr.14164) 390 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 977 op/s 2024-02-12T13:07:24.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:24.204972+0000 mgr.smithi112.yacrbz (mgr.14164) 391 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "", 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 image" 2024-02-12T13:07:25.109 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:07:25.571 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:07:25.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 108079 12.88 MB/sec execute 6 sec latency 50.749 ms 2024-02-12T13:07:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:24.691793+0000 mon.smithi161 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.112:0/3702995533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:07:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:25.107674+0000 mgr.smithi112.yacrbz (mgr.14164) 392 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:25.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:24.691793+0000 mon.smithi161 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.112:0/3702995533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:07:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:25.107674+0000 mgr.smithi112.yacrbz (mgr.14164) 392 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:26.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 108741 13.34 MB/sec execute 7 sec latency 50.638 ms 2024-02-12T13:07:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:25.568078+0000 mon.smithi112 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.112:0/322622355' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:07:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:25.838663+0000 mgr.smithi112.yacrbz (mgr.14164) 393 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 816 op/s 2024-02-12T13:07:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:25.568078+0000 mon.smithi112 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.112:0/322622355' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:07:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:25.838663+0000 mgr.smithi112.yacrbz (mgr.14164) 393 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 816 op/s 2024-02-12T13:07:27.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 109507 15.01 MB/sec execute 8 sec latency 19.623 ms 2024-02-12T13:07:28.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 110171 15.95 MB/sec execute 9 sec latency 37.854 ms 2024-02-12T13:07:29.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 110591 15.33 MB/sec execute 10 sec latency 31.068 ms 2024-02-12T13:07:29.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:27.839125+0000 mgr.smithi112.yacrbz (mgr.14164) 394 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 328 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.9 MiB/s wr, 675 op/s 2024-02-12T13:07:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:27.839125+0000 mgr.smithi112.yacrbz (mgr.14164) 394 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 328 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.9 MiB/s wr, 675 op/s 2024-02-12T13:07:30.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 111086 14.57 MB/sec execute 11 sec latency 31.413 ms 2024-02-12T13:07:31.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 111672 14.43 MB/sec execute 12 sec latency 29.725 ms 2024-02-12T13:07:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:29.839547+0000 mgr.smithi112.yacrbz (mgr.14164) 395 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 7.9 MiB/s wr, 746 op/s 2024-02-12T13:07:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:29.839547+0000 mgr.smithi112.yacrbz (mgr.14164) 395 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 7.9 MiB/s wr, 746 op/s 2024-02-12T13:07:32.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 112315 14.55 MB/sec execute 13 sec latency 28.621 ms 2024-02-12T13:07:33.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 112837 14.58 MB/sec execute 14 sec latency 22.442 ms 2024-02-12T13:07:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:31.839991+0000 mgr.smithi112.yacrbz (mgr.14164) 396 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 8.1 MiB/s wr, 812 op/s 2024-02-12T13:07:33.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:31.839991+0000 mgr.smithi112.yacrbz (mgr.14164) 396 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 8.1 MiB/s wr, 812 op/s 2024-02-12T13:07:34.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 113332 15.09 MB/sec execute 15 sec latency 35.578 ms 2024-02-12T13:07:35.704 INFO:teuthology.orchestra.run.smithi112.stdout: 5 113735 14.99 MB/sec execute 16 sec latency 74.039 ms 2024-02-12T13:07:35.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:33.840508+0000 mgr.smithi112.yacrbz (mgr.14164) 397 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 907 op/s 2024-02-12T13:07:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:33.840508+0000 mgr.smithi112.yacrbz (mgr.14164) 397 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 318 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 907 op/s 2024-02-12T13:07:36.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 114048 14.54 MB/sec execute 17 sec latency 47.478 ms 2024-02-12T13:07:37.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 114781 14.47 MB/sec execute 18 sec latency 49.460 ms 2024-02-12T13:07:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:35.840894+0000 mgr.smithi112.yacrbz (mgr.14164) 398 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 314 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 7.3 MiB/s wr, 748 op/s 2024-02-12T13:07:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:35.840894+0000 mgr.smithi112.yacrbz (mgr.14164) 398 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 314 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 7.3 MiB/s wr, 748 op/s 2024-02-12T13:07:38.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 115861 14.93 MB/sec execute 19 sec latency 29.314 ms 2024-02-12T13:07:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:37.841398+0000 mgr.smithi112.yacrbz (mgr.14164) 399 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 7.9 MiB/s wr, 760 op/s 2024-02-12T13:07:38.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:37.841398+0000 mgr.smithi112.yacrbz (mgr.14164) 399 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 317 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 7.9 MiB/s wr, 760 op/s 2024-02-12T13:07:39.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 116901 16.19 MB/sec execute 20 sec latency 15.307 ms 2024-02-12T13:07:40.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 117599 16.33 MB/sec execute 21 sec latency 19.248 ms 2024-02-12T13:07:41.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:39.841844+0000 mgr.smithi112.yacrbz (mgr.14164) 400 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 325 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 866 op/s 2024-02-12T13:07:41.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:39.841844+0000 mgr.smithi112.yacrbz (mgr.14164) 400 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 325 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 866 op/s 2024-02-12T13:07:41.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 117934 15.90 MB/sec execute 22 sec latency 34.830 ms 2024-02-12T13:07:42.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 118304 15.43 MB/sec execute 23 sec latency 35.000 ms 2024-02-12T13:07:43.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 118659 15.05 MB/sec execute 24 sec latency 40.685 ms 2024-02-12T13:07:43.835 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:41.842227+0000 mgr.smithi112.yacrbz (mgr.14164) 401 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 322 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.9 MiB/s wr, 908 op/s 2024-02-12T13:07:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:41.842227+0000 mgr.smithi112.yacrbz (mgr.14164) 401 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 322 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.9 MiB/s wr, 908 op/s 2024-02-12T13:07:44.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 119125 14.94 MB/sec execute 25 sec latency 35.109 ms 2024-02-12T13:07:45.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 119727 14.94 MB/sec execute 26 sec latency 53.642 ms 2024-02-12T13:07:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:43.842614+0000 mgr.smithi112.yacrbz (mgr.14164) 402 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 856 op/s 2024-02-12T13:07:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:43.842614+0000 mgr.smithi112.yacrbz (mgr.14164) 402 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 856 op/s 2024-02-12T13:07:46.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 120141 15.02 MB/sec execute 27 sec latency 28.782 ms 2024-02-12T13:07:47.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 120690 15.21 MB/sec execute 28 sec latency 41.195 ms 2024-02-12T13:07:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:45.843090+0000 mgr.smithi112.yacrbz (mgr.14164) 403 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 758 op/s 2024-02-12T13:07:47.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:45.843090+0000 mgr.smithi112.yacrbz (mgr.14164) 403 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 758 op/s 2024-02-12T13:07:48.705 INFO:teuthology.orchestra.run.smithi112.stdout: 5 121104 15.10 MB/sec execute 29 sec latency 33.317 ms 2024-02-12T13:07:48.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:47.843543+0000 mgr.smithi112.yacrbz (mgr.14164) 404 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 322 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 853 op/s 2024-02-12T13:07:48.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:47.843543+0000 mgr.smithi112.yacrbz (mgr.14164) 404 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 322 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 853 op/s 2024-02-12T13:07:49.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 121451 14.75 MB/sec execute 30 sec latency 39.588 ms 2024-02-12T13:07:50.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 121882 14.54 MB/sec execute 31 sec latency 41.593 ms 2024-02-12T13:07:51.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:49.843963+0000 mgr.smithi112.yacrbz (mgr.14164) 405 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 920 op/s 2024-02-12T13:07:51.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:49.843963+0000 mgr.smithi112.yacrbz (mgr.14164) 405 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 920 op/s 2024-02-12T13:07:51.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 122393 14.42 MB/sec execute 32 sec latency 68.248 ms 2024-02-12T13:07:52.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 123137 14.58 MB/sec execute 33 sec latency 29.796 ms 2024-02-12T13:07:53.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 123873 15.02 MB/sec execute 34 sec latency 28.973 ms 2024-02-12T13:07:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:51.844396+0000 mgr.smithi112.yacrbz (mgr.14164) 406 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 325 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.9 MiB/s wr, 721 op/s 2024-02-12T13:07:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:51.844396+0000 mgr.smithi112.yacrbz (mgr.14164) 406 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 325 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.9 MiB/s wr, 721 op/s 2024-02-12T13:07:54.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 124762 15.30 MB/sec execute 35 sec latency 24.579 ms 2024-02-12T13:07:54.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:53.844856+0000 mgr.smithi112.yacrbz (mgr.14164) 407 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 319 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.5 MiB/s wr, 708 op/s 2024-02-12T13:07:54.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:53.844856+0000 mgr.smithi112.yacrbz (mgr.14164) 407 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 319 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.5 MiB/s wr, 708 op/s 2024-02-12T13:07:55.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 125405 15.17 MB/sec execute 36 sec latency 28.056 ms 2024-02-12T13:07:56.048 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:07:56.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 125911 15.05 MB/sec execute 37 sec latency 44.893 ms 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (7m) 2m ago 9m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (9m) 2m ago 9m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (7m) 2m ago 7m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (7m) 2m ago 8m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (3m) 2m ago 3m 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (2m) 2m ago 2m 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (10m) 2m ago 10m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (7m) 2m ago 7m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (10m) 2m ago 10m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:07:56.832 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (7m) 2m ago 7m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (2m) 2m ago 2m 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (2m) 2m ago 2m 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (8m) 2m ago 8m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (7m) 2m ago 7m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (7m) 2m ago 7m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (6m) 2m ago 6m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (6m) 2m ago 6m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (5m) 2m ago 5m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (5m) 2m ago 5m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (5m) 2m ago 5m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (4m) 2m ago 4m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (4m) 2m ago 4m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:07:56.833 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (6m) 2m ago 8m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:07:57.283 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:07:57.283 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:07:57.284 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:07:57.285 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:07:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:55.845445+0000 mgr.smithi112.yacrbz (mgr.14164) 408 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.7 MiB/s wr, 707 op/s 2024-02-12T13:07:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:56.027181+0000 mgr.smithi112.yacrbz (mgr.14164) 409 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:56.424542+0000 mgr.smithi112.yacrbz (mgr.14164) 410 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:55.845445+0000 mgr.smithi112.yacrbz (mgr.14164) 408 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.7 MiB/s wr, 707 op/s 2024-02-12T13:07:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:56.027181+0000 mgr.smithi112.yacrbz (mgr.14164) 409 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:56.424542+0000 mgr.smithi112.yacrbz (mgr.14164) 410 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "", 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 image" 2024-02-12T13:07:57.691 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:07:57.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 126538 15.10 MB/sec execute 38 sec latency 28.668 ms 2024-02-12T13:07:58.126 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:07:58.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:56.818118+0000 mgr.smithi112.yacrbz (mgr.14164) 411 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:58.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:57.282200+0000 mon.smithi112 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.112:0/2813432572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:07:58.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:56.818118+0000 mgr.smithi112.yacrbz (mgr.14164) 411 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:58.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:57.282200+0000 mon.smithi112 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.112:0/2813432572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:07:58.706 INFO:teuthology.orchestra.run.smithi112.stdout: 5 127035 15.06 MB/sec execute 39 sec latency 32.107 ms 2024-02-12T13:07:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:57.689721+0000 mgr.smithi112.yacrbz (mgr.14164) 412 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:57.845839+0000 mgr.smithi112.yacrbz (mgr.14164) 413 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 314 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.4 MiB/s wr, 651 op/s 2024-02-12T13:07:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:07:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:07:58.125297+0000 mon.smithi112 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.112:0/215989148' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:07:59.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:57.689721+0000 mgr.smithi112.yacrbz (mgr.14164) 412 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:07:59.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:57.845839+0000 mgr.smithi112.yacrbz (mgr.14164) 413 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 314 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.4 MiB/s wr, 651 op/s 2024-02-12T13:07:59.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:07:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:07:58.125297+0000 mon.smithi112 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.112:0/215989148' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:07:59.708 INFO:teuthology.orchestra.run.smithi112.stdout: 5 128044 15.63 MB/sec execute 40 sec latency 24.998 ms 2024-02-12T13:08:00.709 INFO:teuthology.orchestra.run.smithi112.stdout: 5 128890 15.64 MB/sec execute 41 sec latency 16.574 ms 2024-02-12T13:08:01.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:07:59.846324+0000 mgr.smithi112.yacrbz (mgr.14164) 414 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.0 MiB/s wr, 730 op/s 2024-02-12T13:08:01.357 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:07:59.846324+0000 mgr.smithi112.yacrbz (mgr.14164) 414 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.0 MiB/s wr, 730 op/s 2024-02-12T13:08:01.709 INFO:teuthology.orchestra.run.smithi112.stdout: 5 129534 15.61 MB/sec execute 42 sec latency 32.565 ms 2024-02-12T13:08:02.709 INFO:teuthology.orchestra.run.smithi112.stdout: 5 130151 15.60 MB/sec execute 43 sec latency 31.193 ms 2024-02-12T13:08:03.712 INFO:teuthology.orchestra.run.smithi112.stdout: 5 130604 15.54 MB/sec execute 44 sec latency 25.827 ms 2024-02-12T13:08:03.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:01.846747+0000 mgr.smithi112.yacrbz (mgr.14164) 415 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 322 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 8.7 MiB/s wr, 871 op/s 2024-02-12T13:08:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:01.846747+0000 mgr.smithi112.yacrbz (mgr.14164) 415 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 322 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 8.7 MiB/s wr, 871 op/s 2024-02-12T13:08:04.712 INFO:teuthology.orchestra.run.smithi112.stdout: 5 131273 15.77 MB/sec execute 45 sec latency 39.159 ms 2024-02-12T13:08:04.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:03.847273+0000 mgr.smithi112.yacrbz (mgr.14164) 416 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-12T13:08:04.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:03.847273+0000 mgr.smithi112.yacrbz (mgr.14164) 416 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-12T13:08:05.712 INFO:teuthology.orchestra.run.smithi112.stdout: 5 131987 15.84 MB/sec execute 46 sec latency 23.313 ms 2024-02-12T13:08:06.712 INFO:teuthology.orchestra.run.smithi112.stdout: 5 132386 15.67 MB/sec execute 47 sec latency 74.004 ms 2024-02-12T13:08:07.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:05.847680+0000 mgr.smithi112.yacrbz (mgr.14164) 417 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 969 op/s 2024-02-12T13:08:07.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:05.847680+0000 mgr.smithi112.yacrbz (mgr.14164) 417 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 969 op/s 2024-02-12T13:08:07.713 INFO:teuthology.orchestra.run.smithi112.stdout: 5 132782 15.43 MB/sec execute 48 sec latency 112.376 ms 2024-02-12T13:08:08.713 INFO:teuthology.orchestra.run.smithi112.stdout: 5 133428 15.57 MB/sec execute 49 sec latency 42.891 ms 2024-02-12T13:08:09.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 134388 15.80 MB/sec execute 50 sec latency 14.758 ms 2024-02-12T13:08:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:07.848348+0000 mgr.smithi112.yacrbz (mgr.14164) 418 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 329 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-12T13:08:09.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:07.848348+0000 mgr.smithi112.yacrbz (mgr.14164) 418 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 329 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-12T13:08:10.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 134832 15.79 MB/sec execute 51 sec latency 36.660 ms 2024-02-12T13:08:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:09.848872+0000 mgr.smithi112.yacrbz (mgr.14164) 419 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 971 op/s 2024-02-12T13:08:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:09.848872+0000 mgr.smithi112.yacrbz (mgr.14164) 419 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 971 op/s 2024-02-12T13:08:11.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 135209 15.73 MB/sec execute 52 sec latency 64.528 ms 2024-02-12T13:08:12.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 135433 15.53 MB/sec execute 53 sec latency 51.902 ms 2024-02-12T13:08:13.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 135787 15.39 MB/sec execute 54 sec latency 44.979 ms 2024-02-12T13:08:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:11.849279+0000 mgr.smithi112.yacrbz (mgr.14164) 420 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 328 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 983 op/s 2024-02-12T13:08:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:11.849279+0000 mgr.smithi112.yacrbz (mgr.14164) 420 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 328 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 983 op/s 2024-02-12T13:08:14.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 136122 15.15 MB/sec execute 55 sec latency 50.520 ms 2024-02-12T13:08:15.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 136421 15.00 MB/sec execute 56 sec latency 47.800 ms 2024-02-12T13:08:15.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:13.849840+0000 mgr.smithi112.yacrbz (mgr.14164) 421 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.2 MiB/s wr, 819 op/s 2024-02-12T13:08:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:13.849840+0000 mgr.smithi112.yacrbz (mgr.14164) 421 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.2 MiB/s wr, 819 op/s 2024-02-12T13:08:16.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 136750 14.94 MB/sec execute 57 sec latency 52.034 ms 2024-02-12T13:08:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:15.850386+0000 mgr.smithi112.yacrbz (mgr.14164) 422 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.4 MiB/s wr, 733 op/s 2024-02-12T13:08:16.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:15.850386+0000 mgr.smithi112.yacrbz (mgr.14164) 422 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.4 MiB/s wr, 733 op/s 2024-02-12T13:08:17.715 INFO:teuthology.orchestra.run.smithi112.stdout: 5 137179 14.86 MB/sec execute 58 sec latency 60.187 ms 2024-02-12T13:08:18.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 137600 14.75 MB/sec execute 59 sec latency 41.585 ms 2024-02-12T13:08:19.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 138103 14.90 MB/sec execute 60 sec latency 42.577 ms 2024-02-12T13:08:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:17.850780+0000 mgr.smithi112.yacrbz (mgr.14164) 423 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 322 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.1 MiB/s wr, 656 op/s 2024-02-12T13:08:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:18.783282+0000 mon.smithi112 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:08:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:18.785015+0000 mon.smithi112 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:08:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:17.850780+0000 mgr.smithi112.yacrbz (mgr.14164) 423 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 322 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.1 MiB/s wr, 656 op/s 2024-02-12T13:08:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:18.783282+0000 mon.smithi112 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:08:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:18.785015+0000 mon.smithi112 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:08:20.714 INFO:teuthology.orchestra.run.smithi112.stdout: 5 138734 14.96 MB/sec execute 61 sec latency 19.900 ms 2024-02-12T13:08:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:19.851314+0000 mgr.smithi112.yacrbz (mgr.14164) 424 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 321 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.3 MiB/s wr, 584 op/s 2024-02-12T13:08:20.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:19.851314+0000 mgr.smithi112.yacrbz (mgr.14164) 424 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 321 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.3 MiB/s wr, 584 op/s 2024-02-12T13:08:21.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 138996 14.83 MB/sec execute 62 sec latency 32.042 ms 2024-02-12T13:08:22.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 139281 14.70 MB/sec execute 63 sec latency 53.648 ms 2024-02-12T13:08:23.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 139619 14.50 MB/sec execute 64 sec latency 66.674 ms 2024-02-12T13:08:23.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:21.851726+0000 mgr.smithi112.yacrbz (mgr.14164) 425 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.3 MiB/s wr, 638 op/s 2024-02-12T13:08:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:21.851726+0000 mgr.smithi112.yacrbz (mgr.14164) 425 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.3 MiB/s wr, 638 op/s 2024-02-12T13:08:24.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 139995 14.40 MB/sec execute 65 sec latency 45.548 ms 2024-02-12T13:08:25.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 140429 14.41 MB/sec execute 66 sec latency 49.349 ms 2024-02-12T13:08:25.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:23.852137+0000 mgr.smithi112.yacrbz (mgr.14164) 426 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 539 op/s 2024-02-12T13:08:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:23.852137+0000 mgr.smithi112.yacrbz (mgr.14164) 426 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 539 op/s 2024-02-12T13:08:26.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 141024 14.37 MB/sec execute 67 sec latency 41.422 ms 2024-02-12T13:08:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:25.852531+0000 mgr.smithi112.yacrbz (mgr.14164) 427 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 614 op/s 2024-02-12T13:08:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:25.852531+0000 mgr.smithi112.yacrbz (mgr.14164) 427 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 614 op/s 2024-02-12T13:08:27.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 141533 14.47 MB/sec execute 68 sec latency 31.523 ms 2024-02-12T13:08:28.548 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:08:28.716 INFO:teuthology.orchestra.run.smithi112.stdout: 5 142122 14.55 MB/sec execute 69 sec latency 32.348 ms 2024-02-12T13:08:29.364 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:08:29.364 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (7m) 3m ago 9m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (9m) 3m ago 9m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (8m) 3m ago 8m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (7m) 3m ago 9m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (3m) 3m ago 3m 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (3m) 3m ago 3m 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (11m) 3m ago 11m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (8m) 3m ago 8m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (11m) 3m ago 11m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (8m) 3m ago 8m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (3m) 3m ago 3m 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (3m) 3m ago 3m 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (9m) 3m ago 9m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (8m) 3m ago 8m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (7m) 3m ago 7m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:08:29.365 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (7m) 3m ago 7m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (6m) 3m ago 6m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (6m) 3m ago 6m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (6m) 3m ago 6m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (5m) 3m ago 5m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (5m) 3m ago 5m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (5m) 3m ago 5m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:08:29.366 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (7m) 3m ago 8m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:08:29.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 142407 14.45 MB/sec execute 70 sec latency 52.173 ms 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:08:29.786 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:08:29.787 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:08:29.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:27.853021+0000 mgr.smithi112.yacrbz (mgr.14164) 428 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2024-02-12T13:08:29.854 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:27.853021+0000 mgr.smithi112.yacrbz (mgr.14164) 428 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44", 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "", 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0947019c19822d09e3d8fa3030d96e020a4a7c44 image" 2024-02-12T13:08:30.152 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:08:30.587 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:08:30.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 142580 14.30 MB/sec execute 71 sec latency 64.381 ms 2024-02-12T13:08:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:28.530546+0000 mgr.smithi112.yacrbz (mgr.14164) 429 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:29.020774+0000 mgr.smithi112.yacrbz (mgr.14164) 430 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:29.351508+0000 mgr.smithi112.yacrbz (mgr.14164) 431 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:29.784555+0000 mon.smithi112 (mon.0) 741 : audit [DBG] from='client.? 172.21.15.112:0/406961275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:08:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:28.530546+0000 mgr.smithi112.yacrbz (mgr.14164) 429 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:29.020774+0000 mgr.smithi112.yacrbz (mgr.14164) 430 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:29.351508+0000 mgr.smithi112.yacrbz (mgr.14164) 431 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:29.784555+0000 mon.smithi112 (mon.0) 741 : audit [DBG] from='client.? 172.21.15.112:0/406961275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:08:31.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 142871 14.20 MB/sec execute 72 sec latency 81.625 ms 2024-02-12T13:08:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:29.858612+0000 mgr.smithi112.yacrbz (mgr.14164) 432 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 556 op/s 2024-02-12T13:08:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:30.150363+0000 mgr.smithi112.yacrbz (mgr.14164) 433 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:30.584443+0000 mon.smithi112 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.112:0/3585346182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:08:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:29.858612+0000 mgr.smithi112.yacrbz (mgr.14164) 432 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 556 op/s 2024-02-12T13:08:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:30.150363+0000 mgr.smithi112.yacrbz (mgr.14164) 433 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:08:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:30.584443+0000 mon.smithi112 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.112:0/3585346182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:08:32.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 143274 14.04 MB/sec execute 73 sec latency 62.812 ms 2024-02-12T13:08:33.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 143622 13.95 MB/sec execute 74 sec latency 39.894 ms 2024-02-12T13:08:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:31.859120+0000 mgr.smithi112.yacrbz (mgr.14164) 434 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.7 MiB/s wr, 672 op/s 2024-02-12T13:08:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:31.859120+0000 mgr.smithi112.yacrbz (mgr.14164) 434 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.7 MiB/s wr, 672 op/s 2024-02-12T13:08:34.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 144173 14.02 MB/sec execute 75 sec latency 43.692 ms 2024-02-12T13:08:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:33.859583+0000 mgr.smithi112.yacrbz (mgr.14164) 435 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 602 op/s 2024-02-12T13:08:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:33.859583+0000 mgr.smithi112.yacrbz (mgr.14164) 435 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 602 op/s 2024-02-12T13:08:35.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 144676 13.99 MB/sec execute 76 sec latency 47.386 ms 2024-02-12T13:08:36.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 145040 14.01 MB/sec execute 77 sec latency 37.192 ms 2024-02-12T13:08:37.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:35.859973+0000 mgr.smithi112.yacrbz (mgr.14164) 436 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 653 op/s 2024-02-12T13:08:37.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:35.859973+0000 mgr.smithi112.yacrbz (mgr.14164) 436 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 653 op/s 2024-02-12T13:08:37.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 145472 14.00 MB/sec execute 78 sec latency 33.309 ms 2024-02-12T13:08:38.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 145891 13.99 MB/sec execute 79 sec latency 40.702 ms 2024-02-12T13:08:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:37.860348+0000 mgr.smithi112.yacrbz (mgr.14164) 437 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 535 op/s 2024-02-12T13:08:38.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:37.860348+0000 mgr.smithi112.yacrbz (mgr.14164) 437 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 535 op/s 2024-02-12T13:08:39.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 146140 13.89 MB/sec execute 80 sec latency 61.018 ms 2024-02-12T13:08:40.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 146640 13.81 MB/sec execute 81 sec latency 79.416 ms 2024-02-12T13:08:41.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:39.860852+0000 mgr.smithi112.yacrbz (mgr.14164) 438 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.1 MiB/s wr, 552 op/s 2024-02-12T13:08:41.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:39.860852+0000 mgr.smithi112.yacrbz (mgr.14164) 438 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.1 MiB/s wr, 552 op/s 2024-02-12T13:08:41.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 147341 13.87 MB/sec execute 82 sec latency 29.839 ms 2024-02-12T13:08:42.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 148300 13.98 MB/sec execute 83 sec latency 22.561 ms 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:41.861422+0000 mgr.smithi112.yacrbz (mgr.14164) 439 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.0 MiB/s wr, 619 op/s 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:42.141103+0000 mon.smithi112 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:08:42.141473+0000 mgr.smithi112.yacrbz (mgr.14164) 440 : cephadm [INF] Upgrade: Target is version 18.2.1-528-g0947019c (unknown) 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:08:42.141665+0000 mgr.smithi112.yacrbz (mgr.14164) 441 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd'] 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:08:42.144306+0000 mon.smithi112 (mon.0) 744 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:08:42.145678+0000 mgr.smithi112.yacrbz (mgr.14164) 442 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi112.yacrbz) 2024-02-12T13:08:43.510 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:08:42.463710+0000 mgr.smithi112.yacrbz (mgr.14164) 443 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd on smithi161 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:41.861422+0000 mgr.smithi112.yacrbz (mgr.14164) 439 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 327 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.0 MiB/s wr, 619 op/s 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:42.141103+0000 mon.smithi112 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:08:42.141473+0000 mgr.smithi112.yacrbz (mgr.14164) 440 : cephadm [INF] Upgrade: Target is version 18.2.1-528-g0947019c (unknown) 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:08:42.141665+0000 mgr.smithi112.yacrbz (mgr.14164) 441 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd'] 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:08:42.144306+0000 mon.smithi112 (mon.0) 744 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:08:42.145678+0000 mgr.smithi112.yacrbz (mgr.14164) 442 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi112.yacrbz) 2024-02-12T13:08:43.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:08:42.463710+0000 mgr.smithi112.yacrbz (mgr.14164) 443 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd on smithi161 2024-02-12T13:08:43.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 149128 14.19 MB/sec execute 84 sec latency 16.104 ms 2024-02-12T13:08:44.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 149808 14.23 MB/sec execute 85 sec latency 22.568 ms 2024-02-12T13:08:45.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:43.863113+0000 mgr.smithi112.yacrbz (mgr.14164) 444 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 632 op/s 2024-02-12T13:08:45.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:43.863113+0000 mgr.smithi112.yacrbz (mgr.14164) 444 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 632 op/s 2024-02-12T13:08:45.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 150515 14.18 MB/sec execute 86 sec latency 23.485 ms 2024-02-12T13:08:46.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 151331 14.30 MB/sec execute 87 sec latency 24.043 ms 2024-02-12T13:08:47.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:45.863611+0000 mgr.smithi112.yacrbz (mgr.14164) 445 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 334 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 7.1 MiB/s wr, 768 op/s 2024-02-12T13:08:47.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:45.863611+0000 mgr.smithi112.yacrbz (mgr.14164) 445 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 334 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 7.1 MiB/s wr, 768 op/s 2024-02-12T13:08:47.718 INFO:teuthology.orchestra.run.smithi112.stdout: 5 151983 14.34 MB/sec execute 88 sec latency 37.224 ms 2024-02-12T13:08:48.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 152689 14.47 MB/sec execute 89 sec latency 31.922 ms 2024-02-12T13:08:48.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:47.864057+0000 mgr.smithi112.yacrbz (mgr.14164) 446 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 327 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 7.7 MiB/s wr, 658 op/s 2024-02-12T13:08:48.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:47.864057+0000 mgr.smithi112.yacrbz (mgr.14164) 446 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 327 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 7.7 MiB/s wr, 658 op/s 2024-02-12T13:08:49.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 153237 14.47 MB/sec execute 90 sec latency 51.278 ms 2024-02-12T13:08:50.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 153904 14.41 MB/sec execute 91 sec latency 42.208 ms 2024-02-12T13:08:51.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:49.864575+0000 mgr.smithi112.yacrbz (mgr.14164) 447 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 326 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.5 MiB/s wr, 755 op/s 2024-02-12T13:08:51.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:49.864575+0000 mgr.smithi112.yacrbz (mgr.14164) 447 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 326 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.5 MiB/s wr, 755 op/s 2024-02-12T13:08:51.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 154563 14.49 MB/sec execute 92 sec latency 36.010 ms 2024-02-12T13:08:52.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 155382 14.53 MB/sec execute 93 sec latency 21.924 ms 2024-02-12T13:08:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:51.865097+0000 mgr.smithi112.yacrbz (mgr.14164) 448 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 332 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 9.3 MiB/s wr, 927 op/s 2024-02-12T13:08:53.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:51.865097+0000 mgr.smithi112.yacrbz (mgr.14164) 448 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 332 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 9.3 MiB/s wr, 927 op/s 2024-02-12T13:08:53.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 155665 14.50 MB/sec execute 94 sec latency 49.927 ms 2024-02-12T13:08:54.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 155972 14.48 MB/sec execute 95 sec latency 40.171 ms 2024-02-12T13:08:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:53.865558+0000 mgr.smithi112.yacrbz (mgr.14164) 449 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 335 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-02-12T13:08:55.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:53.865558+0000 mgr.smithi112.yacrbz (mgr.14164) 449 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 335 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-02-12T13:08:55.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 156284 14.41 MB/sec execute 96 sec latency 62.045 ms 2024-02-12T13:08:56.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 156735 14.40 MB/sec execute 97 sec latency 87.379 ms 2024-02-12T13:08:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:55.865963+0000 mgr.smithi112.yacrbz (mgr.14164) 450 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 950 op/s 2024-02-12T13:08:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:55.865963+0000 mgr.smithi112.yacrbz (mgr.14164) 450 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 950 op/s 2024-02-12T13:08:57.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 157316 14.35 MB/sec execute 98 sec latency 37.851 ms 2024-02-12T13:08:58.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 157853 14.33 MB/sec execute 99 sec latency 39.673 ms 2024-02-12T13:08:58.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:08:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:57.866376+0000 mgr.smithi112.yacrbz (mgr.14164) 451 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 337 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.2 MiB/s wr, 820 op/s 2024-02-12T13:08:58.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:08:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:57.866376+0000 mgr.smithi112.yacrbz (mgr.14164) 451 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 337 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.2 MiB/s wr, 820 op/s 2024-02-12T13:08:59.719 INFO:teuthology.orchestra.run.smithi112.stdout: 5 158560 14.38 MB/sec execute 100 sec latency 28.961 ms 2024-02-12T13:09:00.723 INFO:teuthology.orchestra.run.smithi112.stdout: 5 159100 14.39 MB/sec execute 101 sec latency 24.631 ms 2024-02-12T13:09:01.012 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:09:01.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:08:59.866875+0000 mgr.smithi112.yacrbz (mgr.14164) 452 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.0 MiB/s wr, 926 op/s 2024-02-12T13:09:01.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:08:59.866875+0000 mgr.smithi112.yacrbz (mgr.14164) 452 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 334 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.0 MiB/s wr, 926 op/s 2024-02-12T13:09:01.723 INFO:teuthology.orchestra.run.smithi112.stdout: 5 159610 14.44 MB/sec execute 102 sec latency 35.331 ms 2024-02-12T13:09:01.818 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (8m) 3m ago 10m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (10m) 3m ago 10m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (9m) 3m ago 9m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (8m) 3m ago 9m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (4m) 3m ago 4m 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (4m) 3m ago 4m 11.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (11m) 3m ago 11m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (9m) 3m ago 8m 369M - 16.2.5 6933c2a0b7dd e5109195eef7 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (11m) 3m ago 11m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (8m) 3m ago 8m 40.1M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (3m) 3m ago 3m 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (3m) 3m ago 3m 51.2M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (9m) 3m ago 9m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (8m) 3m ago 8m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:09:01.819 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (8m) 3m ago 8m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (7m) 3m ago 7m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (7m) 3m ago 7m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (7m) 3m ago 7m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (6m) 3m ago 6m 39.7M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (6m) 3m ago 6m 39.1M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (6m) 3m ago 6m 37.1M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (5m) 3m ago 5m 36.7M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:09:01.820 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (7m) 3m ago 9m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:09:02.245 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:09:02.245 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:09:02.245 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:09:02.246 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:09:02.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:00.995713+0000 mgr.smithi112.yacrbz (mgr.14164) 453 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:02.319 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:01.396224+0000 mgr.smithi112.yacrbz (mgr.14164) 454 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:00.995713+0000 mgr.smithi112.yacrbz (mgr.14164) 453 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:01.396224+0000 mgr.smithi112.yacrbz (mgr.14164) 454 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:02.581 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:09:02.581 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:09:02.581 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:09:02.581 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:09:02.582 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-12T13:09:02.582 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd image on host smithi161" 2024-02-12T13:09:02.582 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:09:02.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 159966 14.40 MB/sec execute 103 sec latency 53.107 ms 2024-02-12T13:09:03.013 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:09:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:01.802726+0000 mgr.smithi112.yacrbz (mgr.14164) 455 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:01.867376+0000 mgr.smithi112.yacrbz (mgr.14164) 456 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 331 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.5 MiB/s wr, 911 op/s 2024-02-12T13:09:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:02.243866+0000 mon.smithi112 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.112:0/3669632508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:09:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:01.802726+0000 mgr.smithi112.yacrbz (mgr.14164) 455 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:01.867376+0000 mgr.smithi112.yacrbz (mgr.14164) 456 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 331 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.5 MiB/s wr, 911 op/s 2024-02-12T13:09:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:02.243866+0000 mon.smithi112 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.112:0/3669632508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:09:03.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 160188 14.33 MB/sec execute 104 sec latency 47.317 ms 2024-02-12T13:09:04.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:02.580078+0000 mgr.smithi112.yacrbz (mgr.14164) 457 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:04.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:03.011498+0000 mon.smithi112 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.112:0/2070159297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:09:04.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:02.580078+0000 mgr.smithi112.yacrbz (mgr.14164) 457 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:04.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:03.011498+0000 mon.smithi112 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.112:0/2070159297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:09:04.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 160454 14.25 MB/sec execute 105 sec latency 43.448 ms 2024-02-12T13:09:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:03.867910+0000 mgr.smithi112.yacrbz (mgr.14164) 458 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 327 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 7.9 MiB/s wr, 783 op/s 2024-02-12T13:09:05.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:03.867910+0000 mgr.smithi112.yacrbz (mgr.14164) 458 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 327 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 7.9 MiB/s wr, 783 op/s 2024-02-12T13:09:05.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 160960 14.17 MB/sec execute 106 sec latency 77.499 ms 2024-02-12T13:09:06.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 161614 14.22 MB/sec execute 107 sec latency 33.513 ms 2024-02-12T13:09:07.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:05.868408+0000 mgr.smithi112.yacrbz (mgr.14164) 459 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 330 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.4 MiB/s wr, 572 op/s 2024-02-12T13:09:07.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:06 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:05.868408+0000 mgr.smithi112.yacrbz (mgr.14164) 459 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 330 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.4 MiB/s wr, 572 op/s 2024-02-12T13:09:07.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 162444 14.27 MB/sec execute 108 sec latency 38.622 ms 2024-02-12T13:09:08.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 163046 14.37 MB/sec execute 109 sec latency 18.997 ms 2024-02-12T13:09:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:07.868908+0000 mgr.smithi112.yacrbz (mgr.14164) 460 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 329 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.8 MiB/s wr, 611 op/s 2024-02-12T13:09:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:07.868908+0000 mgr.smithi112.yacrbz (mgr.14164) 460 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 329 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.8 MiB/s wr, 611 op/s 2024-02-12T13:09:09.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 163608 14.39 MB/sec execute 110 sec latency 30.364 ms 2024-02-12T13:09:10.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 163943 14.34 MB/sec execute 111 sec latency 43.225 ms 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:09.633020+0000 mgr.smithi112.yacrbz (mgr.14164) 461 : cephadm [INF] Upgrade: Updating mgr.smithi161.ipspmc 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:09.637592+0000 mon.smithi112 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:09.638484+0000 mon.smithi112 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:09.639305+0000 mon.smithi112 (mon.0) 749 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:09.639978+0000 mon.smithi112 (mon.0) 750 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:09.640736+0000 mgr.smithi112.yacrbz (mgr.14164) 462 : cephadm [INF] Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:09:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:09.869462+0000 mgr.smithi112.yacrbz (mgr.14164) 463 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 333 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.1 MiB/s wr, 699 op/s 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:09.633020+0000 mgr.smithi112.yacrbz (mgr.14164) 461 : cephadm [INF] Upgrade: Updating mgr.smithi161.ipspmc 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:09.637592+0000 mon.smithi112 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:09.638484+0000 mon.smithi112 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:09.639305+0000 mon.smithi112 (mon.0) 749 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:09.639978+0000 mon.smithi112 (mon.0) 750 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:09.640736+0000 mgr.smithi112.yacrbz (mgr.14164) 462 : cephadm [INF] Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:09:11.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:09.869462+0000 mgr.smithi112.yacrbz (mgr.14164) 463 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 333 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.1 MiB/s wr, 699 op/s 2024-02-12T13:09:11.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 164711 14.30 MB/sec execute 112 sec latency 39.434 ms 2024-02-12T13:09:12.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 165401 14.38 MB/sec execute 113 sec latency 48.900 ms 2024-02-12T13:09:13.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:11.869934+0000 mgr.smithi112.yacrbz (mgr.14164) 464 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 329 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 7.2 MiB/s wr, 668 op/s 2024-02-12T13:09:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:11.869934+0000 mgr.smithi112.yacrbz (mgr.14164) 464 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 329 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 7.2 MiB/s wr, 668 op/s 2024-02-12T13:09:13.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 166013 14.37 MB/sec execute 114 sec latency 38.632 ms 2024-02-12T13:09:14.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 166426 14.39 MB/sec execute 115 sec latency 42.914 ms 2024-02-12T13:09:15.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:13.870457+0000 mgr.smithi112.yacrbz (mgr.14164) 465 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 330 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 693 op/s 2024-02-12T13:09:15.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:13.870457+0000 mgr.smithi112.yacrbz (mgr.14164) 465 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 330 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 693 op/s 2024-02-12T13:09:15.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 166996 14.40 MB/sec execute 116 sec latency 68.946 ms 2024-02-12T13:09:16.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 167536 14.43 MB/sec execute 117 sec latency 38.847 ms 2024-02-12T13:09:17.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:15.871006+0000 mgr.smithi112.yacrbz (mgr.14164) 466 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 724 op/s 2024-02-12T13:09:17.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:15.871006+0000 mgr.smithi112.yacrbz (mgr.14164) 466 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 724 op/s 2024-02-12T13:09:17.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 168326 14.40 MB/sec execute 118 sec latency 48.956 ms 2024-02-12T13:09:18.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 169102 14.49 MB/sec execute 119 sec latency 35.357 ms 2024-02-12T13:09:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:17.871458+0000 mgr.smithi112.yacrbz (mgr.14164) 467 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 8.5 MiB/s wr, 870 op/s 2024-02-12T13:09:18.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:17.871458+0000 mgr.smithi112.yacrbz (mgr.14164) 467 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 8.5 MiB/s wr, 870 op/s 2024-02-12T13:09:19.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 169775 14.53 MB/sec execute 120 sec latency 26.425 ms 2024-02-12T13:09:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:18.785510+0000 mon.smithi112 (mon.0) 751 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:09:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:18.786585+0000 mon.smithi112 (mon.0) 752 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:09:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:18.785510+0000 mon.smithi112 (mon.0) 751 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:09:19.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:18.786585+0000 mon.smithi112 (mon.0) 752 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:09:20.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 170382 14.58 MB/sec execute 121 sec latency 31.630 ms 2024-02-12T13:09:20.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:19.871937+0000 mgr.smithi112.yacrbz (mgr.14164) 468 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 874 op/s 2024-02-12T13:09:20.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:19.871937+0000 mgr.smithi112.yacrbz (mgr.14164) 468 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 874 op/s 2024-02-12T13:09:21.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 170801 14.56 MB/sec execute 122 sec latency 37.654 ms 2024-02-12T13:09:22.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 171125 14.50 MB/sec execute 123 sec latency 54.197 ms 2024-02-12T13:09:23.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:21.874276+0000 mgr.smithi112.yacrbz (mgr.14164) 469 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 327 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 801 op/s 2024-02-12T13:09:23.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:21.874276+0000 mgr.smithi112.yacrbz (mgr.14164) 469 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 327 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 801 op/s 2024-02-12T13:09:23.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 171453 14.42 MB/sec execute 124 sec latency 71.262 ms 2024-02-12T13:09:24.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 171668 14.32 MB/sec execute 125 sec latency 98.128 ms 2024-02-12T13:09:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:23.756927+0000 mon.smithi112 (mon.0) 753 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:23.757526+0000 mon.smithi112 (mon.0) 754 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:25.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:23.758400+0000 mon.smithi112 (mon.0) 755 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:25.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:23.758934+0000 mon.smithi112 (mon.0) 756 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:09:25.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:23.874836+0000 mgr.smithi112.yacrbz (mgr.14164) 470 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 931 op/s 2024-02-12T13:09:25.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:24.037882+0000 mon.smithi112 (mon.0) 757 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:23.756927+0000 mon.smithi112 (mon.0) 753 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:23.757526+0000 mon.smithi112 (mon.0) 754 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:23.758400+0000 mon.smithi112 (mon.0) 755 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:23.758934+0000 mon.smithi112 (mon.0) 756 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:09:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:23.874836+0000 mgr.smithi112.yacrbz (mgr.14164) 470 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 331 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 931 op/s 2024-02-12T13:09:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:24.037882+0000 mon.smithi112 (mon.0) 757 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:25.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 171845 14.24 MB/sec execute 126 sec latency 64.981 ms 2024-02-12T13:09:26.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 172102 14.21 MB/sec execute 127 sec latency 44.291 ms 2024-02-12T13:09:27.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:25.875252+0000 mgr.smithi112.yacrbz (mgr.14164) 471 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 330 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 8.3 MiB/s wr, 865 op/s 2024-02-12T13:09:27.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:25.875252+0000 mgr.smithi112.yacrbz (mgr.14164) 471 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 330 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 8.3 MiB/s wr, 865 op/s 2024-02-12T13:09:27.725 INFO:teuthology.orchestra.run.smithi112.stdout: 5 172556 14.21 MB/sec execute 128 sec latency 119.652 ms 2024-02-12T13:09:28.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 173173 14.22 MB/sec execute 129 sec latency 33.566 ms 2024-02-12T13:09:29.499 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:27.876707+0000 mgr.smithi112.yacrbz (mgr.14164) 472 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 319 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 7.7 MiB/s wr, 761 op/s 2024-02-12T13:09:29.499 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:28.136829+0000 mon.smithi112 (mon.0) 758 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:28.489706+0000 mon.smithi112 (mon.0) 759 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:28.495825+0000 mon.smithi112 (mon.0) 760 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:28.498223+0000 mon.smithi112 (mon.0) 761 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:28.499566+0000 mgr.smithi112.yacrbz (mgr.14164) 473 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi112.yacrbz) 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:28.502817+0000 mgr.smithi112.yacrbz (mgr.14164) 474 : cephadm [INF] Failing over to other MGR 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:28.503368+0000 mon.smithi112 (mon.0) 762 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr fail", "who": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:09:29.500 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:28.506942+0000 mon.smithi112 (mon.0) 763 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:27.876707+0000 mgr.smithi112.yacrbz (mgr.14164) 472 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 319 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 7.7 MiB/s wr, 761 op/s 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:28.136829+0000 mon.smithi112 (mon.0) 758 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:28.489706+0000 mon.smithi112 (mon.0) 759 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:28.495825+0000 mon.smithi112 (mon.0) 760 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:28.498223+0000 mon.smithi112 (mon.0) 761 : audit [DBG] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:28.499566+0000 mgr.smithi112.yacrbz (mgr.14164) 473 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi112.yacrbz) 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:28.502817+0000 mgr.smithi112.yacrbz (mgr.14164) 474 : cephadm [INF] Failing over to other MGR 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:28.503368+0000 mon.smithi112 (mon.0) 762 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr fail", "who": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:09:29.534 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:28.506942+0000 mon.smithi112 (mon.0) 763 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-12T13:09:29.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 173731 14.26 MB/sec execute 130 sec latency 28.208 ms 2024-02-12T13:09:30.543 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:29.500601+0000 mon.smithi112 (mon.0) 764 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "mgr fail", "who": "smithi112.yacrbz"}]': finished 2024-02-12T13:09:30.543 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:29.500693+0000 mon.smithi112 (mon.0) 765 : cluster [DBG] mgrmap e21: smithi161.ipspmc(active, starting, since 0.996664s) 2024-02-12T13:09:30.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 174480 14.33 MB/sec execute 131 sec latency 45.348 ms 2024-02-12T13:09:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:29.500601+0000 mon.smithi112 (mon.0) 764 : audit [INF] from='mgr.14164 172.21.15.112:0/568450540' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "mgr fail", "who": "smithi112.yacrbz"}]': finished 2024-02-12T13:09:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:30 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:29.500693+0000 mon.smithi112 (mon.0) 765 : cluster [DBG] mgrmap e21: smithi161.ipspmc(active, starting, since 0.996664s) 2024-02-12T13:09:31.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 174999 14.27 MB/sec execute 132 sec latency 46.958 ms 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:32.140877+0000 mon.smithi112 (mon.0) 766 : cluster [INF] Active manager daemon smithi161.ipspmc restarted 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:32.141669+0000 mon.smithi112 (mon.0) 767 : cluster [INF] Activating manager daemon smithi161.ipspmc 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.143639+0000 mon.smithi161 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:32.144638+0000 mon.smithi112 (mon.0) 768 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.149879+0000 mon.smithi161 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.151921+0000 mon.smithi161 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:09:32.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.152857+0000 mon.smithi161 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:09:32.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:32.140877+0000 mon.smithi112 (mon.0) 766 : cluster [INF] Active manager daemon smithi161.ipspmc restarted 2024-02-12T13:09:32.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:32.141669+0000 mon.smithi112 (mon.0) 767 : cluster [INF] Activating manager daemon smithi161.ipspmc 2024-02-12T13:09:32.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.143639+0000 mon.smithi161 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:09:32.533 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:32.144638+0000 mon.smithi112 (mon.0) 768 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-12T13:09:32.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.149879+0000 mon.smithi161 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:09:32.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.151921+0000 mon.smithi161 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:09:32.534 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.152857+0000 mon.smithi161 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:09:32.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 175449 14.22 MB/sec execute 133 sec latency 32.684 ms 2024-02-12T13:09:33.433 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:09:33.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:32.199966+0000 mon.smithi112 (mon.0) 769 : cluster [DBG] mgrmap e22: smithi161.ipspmc(active, starting, since 0.0585708s) 2024-02-12T13:09:33.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.202008+0000 mon.smithi161 (mon.1) 26 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:09:33.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.202129+0000 mon.smithi161 (mon.1) 27 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:09:33.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.202386+0000 mon.smithi161 (mon.1) 28 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:09:33.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.202649+0000 mon.smithi161 (mon.1) 29 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:09:33.511 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.206325+0000 mon.smithi161 (mon.1) 30 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.206440+0000 mon.smithi161 (mon.1) 31 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.206523+0000 mon.smithi161 (mon.1) 32 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.206595+0000 mon.smithi161 (mon.1) 33 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.206668+0000 mon.smithi161 (mon.1) 34 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.209431+0000 mon.smithi161 (mon.1) 35 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.209568+0000 mon.smithi161 (mon.1) 36 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.209681+0000 mon.smithi161 (mon.1) 37 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.209792+0000 mon.smithi161 (mon.1) 38 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.209925+0000 mon.smithi161 (mon.1) 39 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.210032+0000 mon.smithi161 (mon.1) 40 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.210135+0000 mon.smithi161 (mon.1) 41 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:32.320790+0000 mon.smithi112 (mon.0) 770 : cluster [INF] Manager daemon smithi161.ipspmc is now available 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.343191+0000 mon.smithi112 (mon.0) 771 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.512 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:32.343693+0000 mgr.smithi161.ipspmc (mgr.24501) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.347722+0000 mon.smithi161 (mon.1) 42 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.350517+0000 mon.smithi161 (mon.1) 43 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.373359+0000 mon.smithi112 (mon.0) 772 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.384594+0000 mon.smithi161 (mon.1) 44 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.399816+0000 mon.smithi161 (mon.1) 45 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.400697+0000 mon.smithi112 (mon.0) 773 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.436737+0000 mon.smithi112 (mon.0) 774 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.437836+0000 mon.smithi161 (mon.1) 46 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/trash_purge_schedule"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.438144+0000 mon.smithi112 (mon.0) 775 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/trash_purge_schedule"}]: dispatch 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.775377+0000 mon.smithi112 (mon.0) 776 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.513 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:32.792433+0000 mon.smithi112 (mon.0) 777 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:32.199966+0000 mon.smithi112 (mon.0) 769 : cluster [DBG] mgrmap e22: smithi161.ipspmc(active, starting, since 0.0585708s) 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.202008+0000 mon.smithi161 (mon.1) 26 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.202129+0000 mon.smithi161 (mon.1) 27 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.202386+0000 mon.smithi161 (mon.1) 28 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.202649+0000 mon.smithi161 (mon.1) 29 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.206325+0000 mon.smithi161 (mon.1) 30 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:09:33.590 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.206440+0000 mon.smithi161 (mon.1) 31 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.206523+0000 mon.smithi161 (mon.1) 32 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.206595+0000 mon.smithi161 (mon.1) 33 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.206668+0000 mon.smithi161 (mon.1) 34 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.209431+0000 mon.smithi161 (mon.1) 35 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.209568+0000 mon.smithi161 (mon.1) 36 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.209681+0000 mon.smithi161 (mon.1) 37 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.209792+0000 mon.smithi161 (mon.1) 38 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.209925+0000 mon.smithi161 (mon.1) 39 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.210032+0000 mon.smithi161 (mon.1) 40 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.210135+0000 mon.smithi161 (mon.1) 41 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:32.320790+0000 mon.smithi112 (mon.0) 770 : cluster [INF] Manager daemon smithi161.ipspmc is now available 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.343191+0000 mon.smithi112 (mon.0) 771 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:32.343693+0000 mgr.smithi161.ipspmc (mgr.24501) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.347722+0000 mon.smithi161 (mon.1) 42 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.350517+0000 mon.smithi161 (mon.1) 43 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.373359+0000 mon.smithi112 (mon.0) 772 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.384594+0000 mon.smithi161 (mon.1) 44 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.399816+0000 mon.smithi161 (mon.1) 45 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.400697+0000 mon.smithi112 (mon.0) 773 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.436737+0000 mon.smithi112 (mon.0) 774 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.437836+0000 mon.smithi161 (mon.1) 46 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/trash_purge_schedule"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.438144+0000 mon.smithi112 (mon.0) 775 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.ipspmc/trash_purge_schedule"}]: dispatch 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.775377+0000 mon.smithi112 (mon.0) 776 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.592 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:32.792433+0000 mon.smithi112 (mon.0) 777 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:33.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 175751 14.21 MB/sec execute 134 sec latency 54.902 ms 2024-02-12T13:09:34.301 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:09:34.301 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (8m) 4m ago 10m 21.8M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:09:34.301 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (10m) 4m ago 10m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:09:34.301 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (9m) 6s ago 9m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (8m) 4m ago 10m 33.5M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (4m) 4m ago 4m 13.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (4m) 6s ago 4m 12.2M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (12m) 4m ago 12m 421M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (15s) 6s ago 9m 109M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (12m) 4m ago 12m 47.5M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (9m) 6s ago 9m 44.4M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.0.smithi112.glcryh smithi112 *:2049 running (4m) 4m ago 4m 57.8M - 3.5 6933c2a0b7dd 472eae2ae2be 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.0.smithi161.gsdjsl smithi161 *:2049 running (4m) 6s ago 4m 82.7M - 3.5 6933c2a0b7dd 14d5e285676b 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (10m) 4m ago 10m 17.1M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (9m) 6s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (8m) 4m ago 8m 39.5M 3224M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (8m) 4m ago 8m 39.5M 3224M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (7m) 4m ago 7m 36.0M 3224M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:09:34.302 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (7m) 4m ago 7m 38.0M 3224M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:09:34.303 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (7m) 6s ago 7m 569M 3992M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:09:34.303 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (6m) 6s ago 6m 367M 3992M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:09:34.303 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (6m) 6s ago 6m 559M 3992M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:09:34.303 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (6m) 6s ago 6m 471M 3992M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:09:34.303 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (8m) 4m ago 9m 42.2M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:09:34.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:32.912079+0000 mgr.smithi161.ipspmc (mgr.24501) 2 : cephadm [INF] [12/Feb/2024:13:09:32] ENGINE Bus STARTING 2024-02-12T13:09:34.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:32.977756+0000 mgr.smithi161.ipspmc (mgr.24501) 3 : cephadm [INF] Deploying cephadm binary to smithi112 2024-02-12T13:09:34.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:33.005726+0000 mgr.smithi161.ipspmc (mgr.24501) 4 : cephadm [INF] Deploying cephadm binary to smithi161 2024-02-12T13:09:34.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:33.035550+0000 mgr.smithi161.ipspmc (mgr.24501) 5 : cephadm [INF] [12/Feb/2024:13:09:33] ENGINE Serving on https://172.21.15.161:7150 2024-02-12T13:09:34.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:33.138103+0000 mgr.smithi161.ipspmc (mgr.24501) 6 : cephadm [INF] [12/Feb/2024:13:09:33] ENGINE Serving on http://172.21.15.161:8765 2024-02-12T13:09:34.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:33.138235+0000 mgr.smithi161.ipspmc (mgr.24501) 7 : cephadm [INF] [12/Feb/2024:13:09:33] ENGINE Bus STARTED 2024-02-12T13:09:34.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:33.218696+0000 mon.smithi112 (mon.0) 778 : cluster [DBG] mgrmap e23: smithi161.ipspmc(active, since 1.0773s) 2024-02-12T13:09:34.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:33.229128+0000 mgr.smithi161.ipspmc (mgr.24501) 8 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:34.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:33.412809+0000 mgr.smithi161.ipspmc (mgr.24501) 9 : audit [DBG] from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:32.912079+0000 mgr.smithi161.ipspmc (mgr.24501) 2 : cephadm [INF] [12/Feb/2024:13:09:32] ENGINE Bus STARTING 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:32.977756+0000 mgr.smithi161.ipspmc (mgr.24501) 3 : cephadm [INF] Deploying cephadm binary to smithi112 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:33.005726+0000 mgr.smithi161.ipspmc (mgr.24501) 4 : cephadm [INF] Deploying cephadm binary to smithi161 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:33.035550+0000 mgr.smithi161.ipspmc (mgr.24501) 5 : cephadm [INF] [12/Feb/2024:13:09:33] ENGINE Serving on https://172.21.15.161:7150 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:33.138103+0000 mgr.smithi161.ipspmc (mgr.24501) 6 : cephadm [INF] [12/Feb/2024:13:09:33] ENGINE Serving on http://172.21.15.161:8765 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:33.138235+0000 mgr.smithi161.ipspmc (mgr.24501) 7 : cephadm [INF] [12/Feb/2024:13:09:33] ENGINE Bus STARTED 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:33.218696+0000 mon.smithi112 (mon.0) 778 : cluster [DBG] mgrmap e23: smithi161.ipspmc(active, since 1.0773s) 2024-02-12T13:09:34.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:33.229128+0000 mgr.smithi161.ipspmc (mgr.24501) 8 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:34.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:33.412809+0000 mgr.smithi161.ipspmc (mgr.24501) 9 : audit [DBG] from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:34.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 176168 14.18 MB/sec execute 135 sec latency 93.726 ms 2024-02-12T13:09:34.817 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:09:34.817 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:09:34.817 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:09:34.817 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:09:34.818 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:09:35.264 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:09:35.264 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:09:35.264 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:09:35.264 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:09:35.264 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:09:35.264 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:09:35.265 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:09:35.265 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:09:35.265 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:09:35.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:33.850356+0000 mgr.smithi161.ipspmc (mgr.24501) 10 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:35.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:34.208805+0000 mgr.smithi161.ipspmc (mgr.24501) 11 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:35.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:34.222770+0000 mon.smithi112 (mon.0) 779 : cluster [DBG] mgrmap e24: smithi161.ipspmc(active, since 2s) 2024-02-12T13:09:35.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:34.269423+0000 mgr.smithi161.ipspmc (mgr.24501) 12 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:35.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:34.359552+0000 mon.smithi161 (mon.1) 47 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:35.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:34.360008+0000 mon.smithi112 (mon.0) 780 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:35.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:34.815861+0000 mon.smithi112 (mon.0) 781 : audit [DBG] from='client.? 172.21.15.112:0/1849647039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:33.850356+0000 mgr.smithi161.ipspmc (mgr.24501) 10 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:34.208805+0000 mgr.smithi161.ipspmc (mgr.24501) 11 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:34.222770+0000 mon.smithi112 (mon.0) 779 : cluster [DBG] mgrmap e24: smithi161.ipspmc(active, since 2s) 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:34.269423+0000 mgr.smithi161.ipspmc (mgr.24501) 12 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:34.359552+0000 mon.smithi161 (mon.1) 47 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:34.360008+0000 mon.smithi112 (mon.0) 780 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:34.815861+0000 mon.smithi112 (mon.0) 781 : audit [DBG] from='client.? 172.21.15.112:0/1849647039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:09:35.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 176523 14.13 MB/sec execute 136 sec latency 94.953 ms 2024-02-12T13:09:35.799 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:09:36.243 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:35.234921+0000 mon.smithi112 (mon.0) 782 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:09:36.243 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:35.234988+0000 mon.smithi112 (mon.0) 783 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-12T13:09:36.243 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:35.236488+0000 mon.smithi161 (mon.1) 48 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:36.243 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:35.236883+0000 mon.smithi112 (mon.0) 784 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:36.243 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:35.262683+0000 mgr.smithi161.ipspmc (mgr.24501) 13 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:36.244 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:35.797909+0000 mon.smithi112 (mon.0) 785 : audit [DBG] from='client.? 172.21.15.112:0/3547485364' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:09:36.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:35.234921+0000 mon.smithi112 (mon.0) 782 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:09:36.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:35.234988+0000 mon.smithi112 (mon.0) 783 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-12T13:09:36.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:35.236488+0000 mon.smithi161 (mon.1) 48 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:36.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:35.236883+0000 mon.smithi112 (mon.0) 784 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:36.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:35.262683+0000 mgr.smithi161.ipspmc (mgr.24501) 13 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:09:36.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:35.797909+0000 mon.smithi112 (mon.0) 785 : audit [DBG] from='client.? 172.21.15.112:0/3547485364' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:09:36.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 176746 14.09 MB/sec execute 137 sec latency 48.893 ms 2024-02-12T13:09:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:36.209129+0000 mgr.smithi161.ipspmc (mgr.24501) 14 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:36.241498+0000 mon.smithi112 (mon.0) 786 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:09:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:36.241546+0000 mon.smithi112 (mon.0) 787 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-12T13:09:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:36.391422+0000 mon.smithi112 (mon.0) 788 : cluster [DBG] Standby manager daemon smithi112.yacrbz started 2024-02-12T13:09:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:36.394355+0000 mon.smithi112 (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/crt"}]: dispatch 2024-02-12T13:09:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:36.395095+0000 mon.smithi112 (mon.0) 790 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:09:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:36.397103+0000 mon.smithi112 (mon.0) 791 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/key"}]: dispatch 2024-02-12T13:09:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:36.398113+0000 mon.smithi112 (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:09:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:37.010509+0000 mon.smithi112 (mon.0) 793 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:36.209129+0000 mgr.smithi161.ipspmc (mgr.24501) 14 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:36.241498+0000 mon.smithi112 (mon.0) 786 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:09:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:36.241546+0000 mon.smithi112 (mon.0) 787 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-12T13:09:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:36.391422+0000 mon.smithi112 (mon.0) 788 : cluster [DBG] Standby manager daemon smithi112.yacrbz started 2024-02-12T13:09:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:36.394355+0000 mon.smithi112 (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/crt"}]: dispatch 2024-02-12T13:09:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:36.395095+0000 mon.smithi112 (mon.0) 790 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:09:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:36.397103+0000 mon.smithi112 (mon.0) 791 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/key"}]: dispatch 2024-02-12T13:09:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:36.398113+0000 mon.smithi112 (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.112:0/300132608' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:09:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:37.010509+0000 mon.smithi112 (mon.0) 793 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:37.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 177007 14.06 MB/sec execute 138 sec latency 51.906 ms 2024-02-12T13:09:38.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:37.251247+0000 mon.smithi112 (mon.0) 794 : cluster [DBG] mgrmap e25: smithi161.ipspmc(active, since 5s), standbys: smithi112.yacrbz 2024-02-12T13:09:38.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:37.254264+0000 mon.smithi161 (mon.1) 49 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:09:38.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:37.251247+0000 mon.smithi112 (mon.0) 794 : cluster [DBG] mgrmap e25: smithi161.ipspmc(active, since 5s), standbys: smithi112.yacrbz 2024-02-12T13:09:38.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:38 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:37.254264+0000 mon.smithi161 (mon.1) 49 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:09:38.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 177366 14.03 MB/sec execute 139 sec latency 42.798 ms 2024-02-12T13:09:39.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 177693 14.01 MB/sec execute 140 sec latency 76.361 ms 2024-02-12T13:09:39.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:38.209417+0000 mgr.smithi161.ipspmc (mgr.24501) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:39.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:38.550393+0000 mon.smithi112 (mon.0) 795 : cluster [DBG] mgrmap e26: smithi161.ipspmc(active, since 6s), standbys: smithi112.yacrbz 2024-02-12T13:09:39.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:38.209417+0000 mgr.smithi161.ipspmc (mgr.24501) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 321 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:09:39.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:38.550393+0000 mon.smithi112 (mon.0) 795 : cluster [DBG] mgrmap e26: smithi161.ipspmc(active, since 6s), standbys: smithi112.yacrbz 2024-02-12T13:09:40.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 177932 13.96 MB/sec execute 141 sec latency 51.641 ms 2024-02-12T13:09:40.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:39.627670+0000 mon.smithi112 (mon.0) 796 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:39.627670+0000 mon.smithi112 (mon.0) 796 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:41.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 178154 13.90 MB/sec execute 142 sec latency 225.052 ms 2024-02-12T13:09:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:40.210028+0000 mgr.smithi161.ipspmc (mgr.24501) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 328 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2024-02-12T13:09:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:41.449066+0000 mon.smithi112 (mon.0) 797 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:09:42.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:40.210028+0000 mgr.smithi161.ipspmc (mgr.24501) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 328 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2024-02-12T13:09:42.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:41.449066+0000 mon.smithi112 (mon.0) 797 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:09:42.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 178444 13.84 MB/sec execute 143 sec latency 497.090 ms 2024-02-12T13:09:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:41.449321+0000 mon.smithi161 (mon.1) 50 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:09:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:41.449519+0000 mon.smithi161 (mon.1) 51 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:09:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:41.996358+0000 mon.smithi112 (mon.0) 798 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:09:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:42.001264+0000 mon.smithi161 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:09:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:42.210428+0000 mgr.smithi161.ipspmc (mgr.24501) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 328 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2024-02-12T13:09:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:42.561878+0000 mon.smithi161 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:09:43.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:42.562903+0000 mon.smithi161 (mon.1) 54 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:09:43.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:42.572467+0000 mon.smithi161 (mon.1) 55 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:09:43.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:42.576916+0000 mon.smithi112 (mon.0) 799 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:43.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:42.585015+0000 mon.smithi112 (mon.0) 800 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:41.449321+0000 mon.smithi161 (mon.1) 50 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:41.449519+0000 mon.smithi161 (mon.1) 51 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:41.996358+0000 mon.smithi112 (mon.0) 798 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:42.001264+0000 mon.smithi161 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:42.210428+0000 mgr.smithi161.ipspmc (mgr.24501) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 328 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:42.561878+0000 mon.smithi161 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:42.562903+0000 mon.smithi161 (mon.1) 54 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:42.572467+0000 mon.smithi161 (mon.1) 55 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:09:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:42.576916+0000 mon.smithi112 (mon.0) 799 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:43.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:42 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:42.585015+0000 mon.smithi112 (mon.0) 800 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:43.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 178653 13.76 MB/sec execute 144 sec latency 135.637 ms 2024-02-12T13:09:44.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:43.085933+0000 mon.smithi112 (mon.0) 801 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:43.091446+0000 mon.smithi112 (mon.0) 802 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:43.322147+0000 mon.smithi112 (mon.0) 803 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:43.334435+0000 mon.smithi112 (mon.0) 804 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:43.876797+0000 mon.smithi112 (mon.0) 805 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.225 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:43.882156+0000 mon.smithi112 (mon.0) 806 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:43.085933+0000 mon.smithi112 (mon.0) 801 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:43.091446+0000 mon.smithi112 (mon.0) 802 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:43.322147+0000 mon.smithi112 (mon.0) 803 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:43.334435+0000 mon.smithi112 (mon.0) 804 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:43.876797+0000 mon.smithi112 (mon.0) 805 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:43.882156+0000 mon.smithi112 (mon.0) 806 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:44.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 178921 13.71 MB/sec execute 145 sec latency 57.394 ms 2024-02-12T13:09:45.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:44.211054+0000 mgr.smithi161.ipspmc (mgr.24501) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 325 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2024-02-12T13:09:45.509 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:44.211054+0000 mgr.smithi161.ipspmc (mgr.24501) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 325 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2024-02-12T13:09:45.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 179283 13.68 MB/sec execute 146 sec latency 46.278 ms 2024-02-12T13:09:46.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 179733 13.69 MB/sec execute 147 sec latency 57.531 ms 2024-02-12T13:09:47.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:46.211456+0000 mgr.smithi161.ipspmc (mgr.24501) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 325 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2024-02-12T13:09:47.583 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:46.211456+0000 mgr.smithi161.ipspmc (mgr.24501) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 325 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2024-02-12T13:09:47.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 180177 13.65 MB/sec execute 148 sec latency 44.090 ms 2024-02-12T13:09:48.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.384215+0000 mon.smithi161 (mon.1) 56 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:09:48.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.571539+0000 mon.smithi112 (mon.0) 807 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.578244+0000 mon.smithi112 (mon.0) 808 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.584356+0000 mon.smithi161 (mon.1) 57 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.584859+0000 mon.smithi112 (mon.0) 809 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.586108+0000 mon.smithi161 (mon.1) 58 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.586385+0000 mon.smithi112 (mon.0) 810 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.587234+0000 mon.smithi161 (mon.1) 59 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.587470+0000 mon.smithi112 (mon.0) 811 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.588213+0000 mon.smithi161 (mon.1) 60 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.588465+0000 mon.smithi112 (mon.0) 812 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:47.589260+0000 mgr.smithi161.ipspmc (mgr.24501) 20 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 1944M 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.594231+0000 mon.smithi112 (mon.0) 813 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.659563+0000 mon.smithi112 (mon.0) 814 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.665938+0000 mon.smithi112 (mon.0) 815 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.667868+0000 mon.smithi161 (mon.1) 61 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.668222+0000 mon.smithi112 (mon.0) 816 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.669056+0000 mon.smithi161 (mon.1) 62 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.669321+0000 mon.smithi112 (mon.0) 817 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.670107+0000 mon.smithi161 (mon.1) 63 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.671374+0000 mon.smithi112 (mon.0) 818 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.672340+0000 mon.smithi161 (mon.1) 64 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.672584+0000 mon.smithi112 (mon.0) 819 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:47.675451+0000 mgr.smithi161.ipspmc (mgr.24501) 21 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 2712M 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.679514+0000 mon.smithi112 (mon.0) 820 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.680560+0000 mon.smithi161 (mon.1) 65 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:47.681158+0000 mon.smithi161 (mon.1) 66 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:47.682243+0000 mgr.smithi161.ipspmc (mgr.24501) 22 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:09:48.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:47.682399+0000 mgr.smithi161.ipspmc (mgr.24501) 23 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:09:48.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.384215+0000 mon.smithi161 (mon.1) 56 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:09:48.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.571539+0000 mon.smithi112 (mon.0) 807 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.578244+0000 mon.smithi112 (mon.0) 808 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.584356+0000 mon.smithi161 (mon.1) 57 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.584859+0000 mon.smithi112 (mon.0) 809 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.586108+0000 mon.smithi161 (mon.1) 58 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.586385+0000 mon.smithi112 (mon.0) 810 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.587234+0000 mon.smithi161 (mon.1) 59 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.587470+0000 mon.smithi112 (mon.0) 811 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.588213+0000 mon.smithi161 (mon.1) 60 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.588465+0000 mon.smithi112 (mon.0) 812 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:47.589260+0000 mgr.smithi161.ipspmc (mgr.24501) 20 : cephadm [INF] Adjusting osd_memory_target on smithi112 to 1944M 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.594231+0000 mon.smithi112 (mon.0) 813 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.659563+0000 mon.smithi112 (mon.0) 814 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.665938+0000 mon.smithi112 (mon.0) 815 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.667868+0000 mon.smithi161 (mon.1) 61 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.668222+0000 mon.smithi112 (mon.0) 816 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.669056+0000 mon.smithi161 (mon.1) 62 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.669321+0000 mon.smithi112 (mon.0) 817 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.670107+0000 mon.smithi161 (mon.1) 63 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.671374+0000 mon.smithi112 (mon.0) 818 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.672340+0000 mon.smithi161 (mon.1) 64 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.672584+0000 mon.smithi112 (mon.0) 819 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:47.675451+0000 mgr.smithi161.ipspmc (mgr.24501) 21 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 2712M 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.679514+0000 mon.smithi112 (mon.0) 820 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.680560+0000 mon.smithi161 (mon.1) 65 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:47.681158+0000 mon.smithi161 (mon.1) 66 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:47.682243+0000 mgr.smithi161.ipspmc (mgr.24501) 22 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:09:48.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:47.682399+0000 mgr.smithi161.ipspmc (mgr.24501) 23 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:09:48.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 180403 13.60 MB/sec execute 149 sec latency 57.383 ms 2024-02-12T13:09:49.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 180712 13.60 MB/sec execute 150 sec latency 212.529 ms 2024-02-12T13:09:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:47.997073+0000 mgr.smithi161.ipspmc (mgr.24501) 24 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:09:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:47.999500+0000 mgr.smithi161.ipspmc (mgr.24501) 25 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:09:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:48.211802+0000 mgr.smithi161.ipspmc (mgr.24501) 26 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 325 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2024-02-12T13:09:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:48.261345+0000 mgr.smithi161.ipspmc (mgr.24501) 27 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:09:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:48.314046+0000 mgr.smithi161.ipspmc (mgr.24501) 28 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:48.525607+0000 mgr.smithi161.ipspmc (mgr.24501) 29 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:48.582790+0000 mgr.smithi161.ipspmc (mgr.24501) 30 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.797802+0000 mon.smithi112 (mon.0) 821 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.817042+0000 mon.smithi112 (mon.0) 822 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.901047+0000 mon.smithi112 (mon.0) 823 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.906510+0000 mon.smithi112 (mon.0) 824 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.912264+0000 mon.smithi112 (mon.0) 825 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.935498+0000 mon.smithi161 (mon.1) 67 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:48.935936+0000 mon.smithi112 (mon.0) 826 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:47.997073+0000 mgr.smithi161.ipspmc (mgr.24501) 24 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:09:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:47.999500+0000 mgr.smithi161.ipspmc (mgr.24501) 25 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:09:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:48.211802+0000 mgr.smithi161.ipspmc (mgr.24501) 26 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 325 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2024-02-12T13:09:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:48.261345+0000 mgr.smithi161.ipspmc (mgr.24501) 27 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:09:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:48.314046+0000 mgr.smithi161.ipspmc (mgr.24501) 28 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:09:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:48.525607+0000 mgr.smithi161.ipspmc (mgr.24501) 29 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:48.582790+0000 mgr.smithi161.ipspmc (mgr.24501) 30 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.797802+0000 mon.smithi112 (mon.0) 821 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.817042+0000 mon.smithi112 (mon.0) 822 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.901047+0000 mon.smithi112 (mon.0) 823 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.906510+0000 mon.smithi112 (mon.0) 824 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.912264+0000 mon.smithi112 (mon.0) 825 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.935498+0000 mon.smithi161 (mon.1) 67 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:48.935936+0000 mon.smithi112 (mon.0) 826 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:09:50.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181060 13.58 MB/sec execute 151 sec latency 44.668 ms 2024-02-12T13:09:51.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:49.917476+0000 mon.smithi112 (mon.0) 827 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:09:51.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:49.917524+0000 mon.smithi112 (mon.0) 828 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-12T13:09:51.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:49.920824+0000 mon.smithi161 (mon.1) 68 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T13:09:51.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:49.921890+0000 mon.smithi112 (mon.0) 829 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T13:09:51.302 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:50 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:50.215415+0000 mgr.smithi161.ipspmc (mgr.24501) 31 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2024-02-12T13:09:51.315 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:49.917476+0000 mon.smithi112 (mon.0) 827 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:09:51.315 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:49.917524+0000 mon.smithi112 (mon.0) 828 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-12T13:09:51.315 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:49.920824+0000 mon.smithi161 (mon.1) 68 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T13:09:51.315 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:49.921890+0000 mon.smithi112 (mon.0) 829 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T13:09:51.315 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:50.215415+0000 mgr.smithi161.ipspmc (mgr.24501) 31 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2024-02-12T13:09:51.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.56 MB/sec execute 152 sec latency 253.875 ms 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:50.914045+0000 mon.smithi112 (mon.0) 830 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:50.920879+0000 mon.smithi112 (mon.0) 831 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:50.921001+0000 mon.smithi112 (mon.0) 832 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:50.928612+0000 mgr.smithi161.ipspmc (mgr.24501) 32 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:50.969648+0000 mgr.smithi161.ipspmc (mgr.24501) 33 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:50.969783+0000 mgr.smithi161.ipspmc (mgr.24501) 34 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi112.glcryh', 'nfs.foo.1.0.smithi161.gsdjsl'] 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:50.969875+0000 mgr.smithi161.ipspmc (mgr.24501) 35 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi112.glcryh nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:50.970339+0000 mgr.smithi161.ipspmc (mgr.24501) 36 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi112.glcryh from smithi112 -- ports [2049] 2024-02-12T13:09:52.077 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:50.970579+0000 mgr.smithi161.ipspmc (mgr.24501) 37 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi161.gsdjsl from smithi161 -- ports [2049] 2024-02-12T13:09:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:50.914045+0000 mon.smithi112 (mon.0) 830 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-12T13:09:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:50.920879+0000 mon.smithi112 (mon.0) 831 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-12T13:09:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:50.921001+0000 mon.smithi112 (mon.0) 832 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-12T13:09:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:50.928612+0000 mgr.smithi161.ipspmc (mgr.24501) 32 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-12T13:09:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:50.969648+0000 mgr.smithi161.ipspmc (mgr.24501) 33 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-12T13:09:52.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:50.969783+0000 mgr.smithi161.ipspmc (mgr.24501) 34 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi112.glcryh', 'nfs.foo.1.0.smithi161.gsdjsl'] 2024-02-12T13:09:52.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:50.969875+0000 mgr.smithi161.ipspmc (mgr.24501) 35 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi112.glcryh nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:09:52.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:50.970339+0000 mgr.smithi161.ipspmc (mgr.24501) 36 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi112.glcryh from smithi112 -- ports [2049] 2024-02-12T13:09:52.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:50.970579+0000 mgr.smithi161.ipspmc (mgr.24501) 37 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi161.gsdjsl from smithi161 -- ports [2049] 2024-02-12T13:09:52.726 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.47 MB/sec execute 153 sec latency 1253.975 ms 2024-02-12T13:09:53.324 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:51.924902+0000 mon.smithi112 (mon.0) 833 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-12T13:09:53.324 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:52.215755+0000 mgr.smithi161.ipspmc (mgr.24501) 38 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.1 MiB/s wr, 427 op/s 2024-02-12T13:09:53.324 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.236506+0000 mgr.smithi161.ipspmc (mgr.24501) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.236864+0000 mon.smithi161 (mon.1) 69 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.237255+0000 mon.smithi112 (mon.0) 834 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.240373+0000 mon.smithi112 (mon.0) 835 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]': finished 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.243523+0000 mgr.smithi161.ipspmc (mgr.24501) 40 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi161.gsdjsl-rgw 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.243700+0000 mon.smithi161 (mon.1) 70 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw"}]: dispatch 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.243872+0000 mon.smithi112 (mon.0) 836 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw"}]: dispatch 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.246158+0000 mon.smithi112 (mon.0) 837 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw"}]': finished 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.536730+0000 mgr.smithi161.ipspmc (mgr.24501) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi112.glcryh 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.536992+0000 mon.smithi161 (mon.1) 71 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.325 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.537595+0000 mon.smithi112 (mon.0) 838 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.540678+0000 mon.smithi112 (mon.0) 839 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]': finished 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.543714+0000 mgr.smithi161.ipspmc (mgr.24501) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi112.glcryh-rgw 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.544363+0000 mon.smithi161 (mon.1) 72 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw"}]: dispatch 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.548987+0000 mon.smithi112 (mon.0) 840 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw"}]: dispatch 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.551590+0000 mon.smithi112 (mon.0) 841 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw"}]': finished 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.556903+0000 mon.smithi112 (mon.0) 842 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.560061+0000 mon.smithi161 (mon.1) 73 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.560672+0000 mgr.smithi161.ipspmc (mgr.24501) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:09:53.326 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.590998+0000 mon.smithi161 (mon.1) 74 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' 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:09:53.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.591296+0000 mon.smithi112 (mon.0) 843 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.594451+0000 mon.smithi112 (mon.0) 844 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.601429+0000 mgr.smithi161.ipspmc (mgr.24501) 44 : cephadm [INF] Done migrating nfs.foo 2024-02-12T13:09:53.328 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.601483+0000 mgr.smithi161.ipspmc (mgr.24501) 45 : cephadm [INF] Done migrating all NFS services 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.605007+0000 mon.smithi112 (mon.0) 845 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.612425+0000 mon.smithi112 (mon.0) 846 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.623127+0000 mon.smithi112 (mon.0) 847 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.631956+0000 mon.smithi112 (mon.0) 848 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.642315+0000 mon.smithi112 (mon.0) 849 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.645933+0000 mgr.smithi161.ipspmc (mgr.24501) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi112.glcryh 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.646230+0000 mon.smithi161 (mon.1) 75 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.646753+0000 mon.smithi112 (mon.0) 850 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.650030+0000 mon.smithi112 (mon.0) 851 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.651065+0000 mgr.smithi161.ipspmc (mgr.24501) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.651213+0000 mon.smithi161 (mon.1) 76 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.329 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.651427+0000 mon.smithi112 (mon.0) 852 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.654215+0000 mon.smithi112 (mon.0) 853 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.655332+0000 mgr.smithi161.ipspmc (mgr.24501) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi112.jqaizg 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.655561+0000 mon.smithi161 (mon.1) 77 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.655837+0000 mon.smithi112 (mon.0) 854 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.658338+0000 mon.smithi112 (mon.0) 855 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.659266+0000 mgr.smithi161.ipspmc (mgr.24501) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.659440+0000 mon.smithi161 (mon.1) 78 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' 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:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.659699+0000 mon.smithi112 (mon.0) 856 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.662151+0000 mon.smithi112 (mon.0) 857 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.663486+0000 mon.smithi161 (mon.1) 79 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.707329+0000 mon.smithi161 (mon.1) 80 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.707637+0000 mon.smithi112 (mon.0) 858 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.710321+0000 mon.smithi112 (mon.0) 859 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.760418+0000 mon.smithi161 (mon.1) 81 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:53.330 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.760778+0000 mon.smithi112 (mon.0) 860 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:53.331 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.763672+0000 mon.smithi112 (mon.0) 861 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:09:53.331 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:52.771278+0000 mon.smithi161 (mon.1) 82 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:51.924902+0000 mon.smithi112 (mon.0) 833 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:52.215755+0000 mgr.smithi161.ipspmc (mgr.24501) 38 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.1 MiB/s wr, 427 op/s 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.236506+0000 mgr.smithi161.ipspmc (mgr.24501) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.236864+0000 mon.smithi161 (mon.1) 69 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.237255+0000 mon.smithi112 (mon.0) 834 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.240373+0000 mon.smithi112 (mon.0) 835 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]': finished 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.243523+0000 mgr.smithi161.ipspmc (mgr.24501) 40 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi161.gsdjsl-rgw 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.243700+0000 mon.smithi161 (mon.1) 70 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.243872+0000 mon.smithi112 (mon.0) 836 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.246158+0000 mon.smithi112 (mon.0) 837 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl-rgw"}]': finished 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.536730+0000 mgr.smithi161.ipspmc (mgr.24501) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi112.glcryh 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.536992+0000 mon.smithi161 (mon.1) 71 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.537595+0000 mon.smithi112 (mon.0) 838 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.540678+0000 mon.smithi112 (mon.0) 839 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]': finished 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.543714+0000 mgr.smithi161.ipspmc (mgr.24501) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi112.glcryh-rgw 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.544363+0000 mon.smithi161 (mon.1) 72 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw"}]: dispatch 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.548987+0000 mon.smithi112 (mon.0) 840 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw"}]: dispatch 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.551590+0000 mon.smithi112 (mon.0) 841 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh-rgw"}]': finished 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.556903+0000 mon.smithi112 (mon.0) 842 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.560061+0000 mon.smithi161 (mon.1) 73 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.560672+0000 mgr.smithi161.ipspmc (mgr.24501) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.590998+0000 mon.smithi161 (mon.1) 74 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' 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:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.591296+0000 mon.smithi112 (mon.0) 843 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.594451+0000 mon.smithi112 (mon.0) 844 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.601429+0000 mgr.smithi161.ipspmc (mgr.24501) 44 : cephadm [INF] Done migrating nfs.foo 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.601483+0000 mgr.smithi161.ipspmc (mgr.24501) 45 : cephadm [INF] Done migrating all NFS services 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.605007+0000 mon.smithi112 (mon.0) 845 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.612425+0000 mon.smithi112 (mon.0) 846 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.623127+0000 mon.smithi112 (mon.0) 847 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.631956+0000 mon.smithi112 (mon.0) 848 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.642315+0000 mon.smithi112 (mon.0) 849 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.645933+0000 mgr.smithi161.ipspmc (mgr.24501) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi112.glcryh 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.646230+0000 mon.smithi161 (mon.1) 75 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.646753+0000 mon.smithi112 (mon.0) 850 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi112.glcryh"}]: dispatch 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.650030+0000 mon.smithi112 (mon.0) 851 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.651065+0000 mgr.smithi161.ipspmc (mgr.24501) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi161.gsdjsl 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.651213+0000 mon.smithi161 (mon.1) 76 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.651427+0000 mon.smithi112 (mon.0) 852 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi161.gsdjsl"}]: dispatch 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.654215+0000 mon.smithi112 (mon.0) 853 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.655332+0000 mgr.smithi161.ipspmc (mgr.24501) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi112.jqaizg 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.655561+0000 mon.smithi161 (mon.1) 77 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:53.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.655837+0000 mon.smithi112 (mon.0) 854 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.658338+0000 mon.smithi112 (mon.0) 855 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.659266+0000 mgr.smithi161.ipspmc (mgr.24501) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.659440+0000 mon.smithi161 (mon.1) 78 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' 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:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.659699+0000 mon.smithi112 (mon.0) 856 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.662151+0000 mon.smithi112 (mon.0) 857 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.663486+0000 mon.smithi161 (mon.1) 79 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.707329+0000 mon.smithi161 (mon.1) 80 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.707637+0000 mon.smithi112 (mon.0) 858 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.710321+0000 mon.smithi112 (mon.0) 859 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.760418+0000 mon.smithi161 (mon.1) 81 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.760778+0000 mon.smithi112 (mon.0) 860 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:53.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.763672+0000 mon.smithi112 (mon.0) 861 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:09:53.341 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:52.771278+0000 mon.smithi161 (mon.1) 82 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:53.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.38 MB/sec execute 154 sec latency 2254.043 ms 2024-02-12T13:09:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.760011+0000 mgr.smithi161.ipspmc (mgr.24501) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:09:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.760088+0000 mgr.smithi161.ipspmc (mgr.24501) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi112.jqaizg-rgw 2024-02-12T13:09:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.765091+0000 mgr.smithi161.ipspmc (mgr.24501) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi112.jqaizg's ganesha conf is defaulting to empty 2024-02-12T13:09:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:52.772457+0000 mgr.smithi161.ipspmc (mgr.24501) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi112.jqaizg on smithi112 2024-02-12T13:09:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:52.923011+0000 mon.smithi112 (mon.0) 862 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-12T13:09:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:52.923064+0000 mon.smithi112 (mon.0) 863 : cluster [INF] Cluster is now healthy 2024-02-12T13:09:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:53.245898+0000 mon.smithi112 (mon.0) 864 : cluster [DBG] mgrmap e27: smithi161.ipspmc(active, since 21s), standbys: smithi112.yacrbz 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.760011+0000 mgr.smithi161.ipspmc (mgr.24501) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.760088+0000 mgr.smithi161.ipspmc (mgr.24501) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi112.jqaizg-rgw 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.765091+0000 mgr.smithi161.ipspmc (mgr.24501) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi112.jqaizg's ganesha conf is defaulting to empty 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:52.772457+0000 mgr.smithi161.ipspmc (mgr.24501) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi112.jqaizg on smithi112 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:52.923011+0000 mon.smithi112 (mon.0) 862 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:52.923064+0000 mon.smithi112 (mon.0) 863 : cluster [INF] Cluster is now healthy 2024-02-12T13:09:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:53.245898+0000 mon.smithi112 (mon.0) 864 : cluster [DBG] mgrmap e27: smithi161.ipspmc(active, since 21s), standbys: smithi112.yacrbz 2024-02-12T13:09:54.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.30 MB/sec execute 155 sec latency 3254.087 ms 2024-02-12T13:09:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:54.216502+0000 mgr.smithi161.ipspmc (mgr.24501) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 MiB/s wr, 675 op/s 2024-02-12T13:09:55.348 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:54.216502+0000 mgr.smithi161.ipspmc (mgr.24501) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 MiB/s wr, 675 op/s 2024-02-12T13:09:55.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.21 MB/sec execute 156 sec latency 4254.140 ms 2024-02-12T13:09:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:54.941661+0000 mon.smithi112 (mon.0) 865 : cluster [DBG] mgrmap e28: smithi161.ipspmc(active, since 22s), standbys: smithi112.yacrbz 2024-02-12T13:09:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.734687+0000 mon.smithi112 (mon.0) 866 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.741368+0000 mon.smithi112 (mon.0) 867 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.796176+0000 mon.smithi112 (mon.0) 868 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.797892+0000 mon.smithi161 (mon.1) 83 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.798218+0000 mon.smithi112 (mon.0) 869 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.801174+0000 mon.smithi112 (mon.0) 870 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:09:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.802842+0000 mon.smithi161 (mon.1) 84 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' 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:09:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.803174+0000 mon.smithi112 (mon.0) 871 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.805946+0000 mon.smithi112 (mon.0) 872 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:55.807912+0000 mon.smithi161 (mon.1) 85 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:56.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:54.941661+0000 mon.smithi112 (mon.0) 865 : cluster [DBG] mgrmap e28: smithi161.ipspmc(active, since 22s), standbys: smithi112.yacrbz 2024-02-12T13:09:56.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.734687+0000 mon.smithi112 (mon.0) 866 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:56.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.741368+0000 mon.smithi112 (mon.0) 867 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.796176+0000 mon.smithi112 (mon.0) 868 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.797892+0000 mon.smithi161 (mon.1) 83 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.798218+0000 mon.smithi112 (mon.0) 869 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.801174+0000 mon.smithi112 (mon.0) 870 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.802842+0000 mon.smithi161 (mon.1) 84 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' 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:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.803174+0000 mon.smithi112 (mon.0) 871 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.805946+0000 mon.smithi112 (mon.0) 872 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 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:09:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:55.807912+0000 mon.smithi161 (mon.1) 85 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:56.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.13 MB/sec execute 157 sec latency 5254.227 ms 2024-02-12T13:09:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:55.797628+0000 mgr.smithi161.ipspmc (mgr.24501) 55 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi161.nssyds 2024-02-12T13:09:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:55.802583+0000 mgr.smithi161.ipspmc (mgr.24501) 56 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:09:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:56.216996+0000 mgr.smithi161.ipspmc (mgr.24501) 57 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 2.8 MiB/s wr, 237 op/s 2024-02-12T13:09:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:55.797628+0000 mgr.smithi161.ipspmc (mgr.24501) 55 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi161.nssyds 2024-02-12T13:09:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:55.802583+0000 mgr.smithi161.ipspmc (mgr.24501) 56 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:09:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:56.216996+0000 mgr.smithi161.ipspmc (mgr.24501) 57 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 2.8 MiB/s wr, 237 op/s 2024-02-12T13:09:57.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 13.04 MB/sec execute 158 sec latency 6254.282 ms 2024-02-12T13:09:58.727 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 12.96 MB/sec execute 159 sec latency 7254.325 ms 2024-02-12T13:09:59.731 INFO:teuthology.orchestra.run.smithi112.stdout: 5 181317 12.88 MB/sec execute 160 sec latency 8258.619 ms 2024-02-12T13:09:59.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:58.217503+0000 mgr.smithi161.ipspmc (mgr.24501) 58 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.2 MiB/s wr, 186 op/s 2024-02-12T13:09:59.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.628772+0000 mon.smithi161 (mon.1) 86 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.629188+0000 mon.smithi112 (mon.0) 873 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.633373+0000 mon.smithi112 (mon.0) 874 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:58.641383+0000 mds.foofs.smithi112.leplsh (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14568 (172.21.15.112:0/3907422230) 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.641614+0000 mon.smithi112 (mon.0) 875 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.112:0/3907422230"}]: dispatch 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:58.644880+0000 mds.foofs.smithi112.leplsh (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14854 172.21.15.112:0/2825581465) 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:58.688674+0000 mgr.smithi161.ipspmc (mgr.24501) 59 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:58.688774+0000 mgr.smithi161.ipspmc (mgr.24501) 60 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi161.nssyds-rgw 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.689156+0000 mon.smithi161 (mon.1) 87 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.689718+0000 mon.smithi112 (mon.0) 876 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.693462+0000 mon.smithi112 (mon.0) 877 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:58.696591+0000 mgr.smithi161.ipspmc (mgr.24501) 61 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi161.nssyds's ganesha conf is defaulting to empty 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:58.697105+0000 mon.smithi161 (mon.1) 88 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:59.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:09:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:09:58.698185+0000 mgr.smithi161.ipspmc (mgr.24501) 62 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi161.nssyds on smithi161 2024-02-12T13:09:59.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:58.217503+0000 mgr.smithi161.ipspmc (mgr.24501) 58 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.2 MiB/s wr, 186 op/s 2024-02-12T13:09:59.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.628772+0000 mon.smithi161 (mon.1) 86 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:59.849 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.629188+0000 mon.smithi112 (mon.0) 873 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.633373+0000 mon.smithi112 (mon.0) 874 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:58.641383+0000 mds.foofs.smithi112.leplsh (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14568 (172.21.15.112:0/3907422230) 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.641614+0000 mon.smithi112 (mon.0) 875 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.112:0/3907422230"}]: dispatch 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:58.644880+0000 mds.foofs.smithi112.leplsh (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14854 172.21.15.112:0/2825581465) 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:58.688674+0000 mgr.smithi161.ipspmc (mgr.24501) 59 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:58.688774+0000 mgr.smithi161.ipspmc (mgr.24501) 60 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi161.nssyds-rgw 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.689156+0000 mon.smithi161 (mon.1) 87 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.689718+0000 mon.smithi112 (mon.0) 876 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.693462+0000 mon.smithi112 (mon.0) 877 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:58.696591+0000 mgr.smithi161.ipspmc (mgr.24501) 61 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi161.nssyds's ganesha conf is defaulting to empty 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:58.697105+0000 mon.smithi161 (mon.1) 88 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:09:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:09:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:09:58.698185+0000 mgr.smithi161.ipspmc (mgr.24501) 62 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi161.nssyds on smithi161 2024-02-12T13:10:00.706 INFO:teuthology.orchestra.run.smithi112.stdout:[181636] open ./clients/client1/~dmtmp/PWRPNT/NEWPCB.PPT failed for handle 11384 (Stale file handle) 2024-02-12T13:10:00.706 INFO:teuthology.orchestra.run.smithi112.stdout:[180865] open ./clients/client0/~dmtmp/COREL/CDRROLS.CFG failed for handle 11106 (Stale file handle) 2024-02-12T13:10:00.706 INFO:teuthology.orchestra.run.smithi112.stdout:[182109] open ./clients/client2/~dmtmp/WORD/~WRD3497.TMP failed for handle 11477 (Stale file handle) 2024-02-12T13:10:00.706 INFO:teuthology.orchestra.run.smithi112.stdout:[181092] open ./clients/client3/~dmtmp/SEED/LARGE.FIL failed for handle 11163 (Stale file handle) 2024-02-12T13:10:00.706 INFO:teuthology.orchestra.run.smithi112.stdout:(180866) ERROR: handle 11106 was not found 2024-02-12T13:10:00.707 INFO:teuthology.orchestra.run.smithi112.stdout:(182110) ERROR: handle 11477 was not found 2024-02-12T13:10:00.707 INFO:teuthology.orchestra.run.smithi112.stdout:(181637) ERROR: handle 11384 was not found 2024-02-12T13:10:00.707 INFO:teuthology.orchestra.run.smithi112.stdout:(181093) ERROR: handle 11163 was not found 2024-02-12T13:10:00.707 INFO:teuthology.orchestra.run.smithi112.stdout:Child failed with status 1 2024-02-12T13:10:00.707 INFO:teuthology.orchestra.run.smithi112.stdout:[180884] unlink ./clients/client4/~dmtmp/COREL/@@@CDRW.TMP failed (Stale file handle) - expected NT_STATUS_OK 2024-02-12T13:10:00.707 INFO:teuthology.orchestra.run.smithi112.stdout:ERROR: child 4 failed at line 180884 2024-02-12T13:10:00.709 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-12T13:10:00.772 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-12T13:10:00.935 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:09:59.635635+0000 mon.smithi112 (mon.0) 878 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.112:0/3907422230"}]': finished 2024-02-12T13:10:00.935 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:09:59.635711+0000 mon.smithi112 (mon.0) 879 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-12T13:10:00.935 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:00.000146+0000 mon.smithi112 (mon.0) 880 : cluster [INF] overall HEALTH_OK 2024-02-12T13:10:00.936 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:01.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:09:59.635635+0000 mon.smithi112 (mon.0) 878 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.112:0/3907422230"}]': finished 2024-02-12T13:10:01.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:09:59.635711+0000 mon.smithi112 (mon.0) 879 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-12T13:10:01.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:00.000146+0000 mon.smithi112 (mon.0) 880 : cluster [INF] overall HEALTH_OK 2024-02-12T13:10:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:00.217882+0000 mgr.smithi161.ipspmc (mgr.24501) 63 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.1 MiB/s wr, 185 op/s 2024-02-12T13:10:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.311273+0000 mon.smithi112 (mon.0) 881 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.161:0/2439517557"}]: dispatch 2024-02-12T13:10:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.410555+0000 mon.smithi112 (mon.0) 882 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.415560+0000 mon.smithi112 (mon.0) 883 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.443417+0000 mon.smithi112 (mon.0) 884 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.450520+0000 mon.smithi112 (mon.0) 885 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.579984+0000 mon.smithi161 (mon.1) 89 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:10:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:00.217882+0000 mgr.smithi161.ipspmc (mgr.24501) 63 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.1 MiB/s wr, 185 op/s 2024-02-12T13:10:02.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.311273+0000 mon.smithi112 (mon.0) 881 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.161:0/2439517557"}]: dispatch 2024-02-12T13:10:02.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.410555+0000 mon.smithi112 (mon.0) 882 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.415560+0000 mon.smithi112 (mon.0) 883 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.443417+0000 mon.smithi112 (mon.0) 884 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.450520+0000 mon.smithi112 (mon.0) 885 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:02.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.579984+0000 mon.smithi161 (mon.1) 89 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:10:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:01.311078+0000 mds.foofs.smithi112.leplsh (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24315 (172.21.15.161:0/2439517557) 2024-02-12T13:10:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:01.313955+0000 mds.foofs.smithi112.leplsh (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24603 172.21.15.161:0/797618426) 2024-02-12T13:10:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.642696+0000 mon.smithi112 (mon.0) 886 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.161:0/2439517557"}]': finished 2024-02-12T13:10:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:01.642741+0000 mon.smithi112 (mon.0) 887 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-12T13:10:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.849628+0000 mon.smithi112 (mon.0) 888 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:01.857295+0000 mon.smithi112 (mon.0) 889 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:02.369171+0000 mon.smithi112 (mon.0) 890 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:02.384690+0000 mon.smithi161 (mon.1) 90 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:01.311078+0000 mds.foofs.smithi112.leplsh (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24315 (172.21.15.161:0/2439517557) 2024-02-12T13:10:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:01.313955+0000 mds.foofs.smithi112.leplsh (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24603 172.21.15.161:0/797618426) 2024-02-12T13:10:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.642696+0000 mon.smithi112 (mon.0) 886 : audit [INF] from='mds.? [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121]' entity='mds.foofs.smithi112.leplsh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.161:0/2439517557"}]': finished 2024-02-12T13:10:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:01.642741+0000 mon.smithi112 (mon.0) 887 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-12T13:10:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.849628+0000 mon.smithi112 (mon.0) 888 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:01.857295+0000 mon.smithi112 (mon.0) 889 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:02.369171+0000 mon.smithi112 (mon.0) 890 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:02.384690+0000 mon.smithi161 (mon.1) 90 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:03.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:02.218239+0000 mgr.smithi161.ipspmc (mgr.24501) 64 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 19 KiB/s wr, 5 op/s 2024-02-12T13:10:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:02.218239+0000 mgr.smithi161.ipspmc (mgr.24501) 64 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1.5 KiB/s rd, 19 KiB/s wr, 5 op/s 2024-02-12T13:10:05.971 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:04.218850+0000 mgr.smithi161.ipspmc (mgr.24501) 65 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 30 KiB/s wr, 15 op/s 2024-02-12T13:10:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:04.218850+0000 mgr.smithi161.ipspmc (mgr.24501) 65 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 30 KiB/s wr, 15 op/s 2024-02-12T13:10:06.155 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:10:06.793 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:10:06.793 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (9m) 24s ago 11m 21.6M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (11m) 24s ago 11m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (10m) 0s ago 10m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (9m) 24s ago 10m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (5m) 24s ago 5m 38.3M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (5m) 0s ago 5m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (12m) 24s ago 12m 318M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (47s) 0s ago 10m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (12m) 24s ago 12m 57.2M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (10m) 0s ago 9m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 starting - - - - 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (6s) 0s ago 5s 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (10m) 24s ago 10m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (9m) 0s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (9m) 24s ago 9m 351M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:10:06.794 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (8m) 24s ago 8m 511M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (8m) 24s ago 8m 402M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (8m) 24s ago 8m 548M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (7m) 0s ago 7m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (7m) 0s ago 7m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (7m) 0s ago 7m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (6m) 0s ago 6m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:10:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (9m) 24s ago 10m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:10:07.210 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:10:07.210 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:10:07.211 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:10:07.212 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:10:07.540 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:10:07.541 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:10:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:06.141321+0000 mgr.smithi161.ipspmc (mgr.24501) 66 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:06.219357+0000 mgr.smithi161.ipspmc (mgr.24501) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 30 KiB/s wr, 15 op/s 2024-02-12T13:10:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:06.235087+0000 mon.smithi112 (mon.0) 891 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:06.241017+0000 mon.smithi112 (mon.0) 892 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:06.468613+0000 mgr.smithi161.ipspmc (mgr.24501) 68 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:07.209137+0000 mon.smithi112 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.112:0/447690185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:10:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:06.141321+0000 mgr.smithi161.ipspmc (mgr.24501) 66 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:06.219357+0000 mgr.smithi161.ipspmc (mgr.24501) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 30 KiB/s wr, 15 op/s 2024-02-12T13:10:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:06.235087+0000 mon.smithi112 (mon.0) 891 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:06.241017+0000 mon.smithi112 (mon.0) 892 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:06.468613+0000 mgr.smithi161.ipspmc (mgr.24501) 68 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:07.209137+0000 mon.smithi112 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.112:0/447690185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:10:07.924 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:10:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:06.782356+0000 mgr.smithi161.ipspmc (mgr.24501) 69 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:07.538701+0000 mgr.smithi161.ipspmc (mgr.24501) 70 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:07.923142+0000 mon.smithi112 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.112:0/3747703279' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:10:08.856 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:06.782356+0000 mgr.smithi161.ipspmc (mgr.24501) 69 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:08.856 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:07.538701+0000 mgr.smithi161.ipspmc (mgr.24501) 70 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:08.856 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:07.923142+0000 mon.smithi112 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.112:0/3747703279' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:10:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:08.219741+0000 mgr.smithi161.ipspmc (mgr.24501) 71 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 10 KiB/s wr, 9 op/s 2024-02-12T13:10:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.370190+0000 mon.smithi112 (mon.0) 895 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.376552+0000 mon.smithi112 (mon.0) 896 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.379791+0000 mon.smithi161 (mon.1) 91 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:10:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.380586+0000 mon.smithi161 (mon.1) 92 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:10:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.387374+0000 mon.smithi112 (mon.0) 897 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.397238+0000 mon.smithi112 (mon.0) 898 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.532605+0000 mon.smithi112 (mon.0) 899 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.538306+0000 mon.smithi112 (mon.0) 900 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.543943+0000 mon.smithi112 (mon.0) 901 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:09.549450+0000 mon.smithi112 (mon.0) 902 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.852 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:08.219741+0000 mgr.smithi161.ipspmc (mgr.24501) 71 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 10 KiB/s wr, 9 op/s 2024-02-12T13:10:09.853 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.370190+0000 mon.smithi112 (mon.0) 895 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.853 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.376552+0000 mon.smithi112 (mon.0) 896 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.853 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.379791+0000 mon.smithi161 (mon.1) 91 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:10:09.853 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.380586+0000 mon.smithi161 (mon.1) 92 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:10:09.853 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.387374+0000 mon.smithi112 (mon.0) 897 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.853 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.397238+0000 mon.smithi112 (mon.0) 898 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.854 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.532605+0000 mon.smithi112 (mon.0) 899 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.854 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.538306+0000 mon.smithi112 (mon.0) 900 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.854 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.543943+0000 mon.smithi112 (mon.0) 901 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:09.854 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:09.549450+0000 mon.smithi112 (mon.0) 902 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:10:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:10:09.550755+0000 mgr.smithi161.ipspmc (mgr.24501) 72 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-02-12T13:10:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:10 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:10:09.558596+0000 mgr.smithi161.ipspmc (mgr.24501) 73 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-02-12T13:10:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:10:09.550755+0000 mgr.smithi161.ipspmc (mgr.24501) 72 : cephadm [INF] Reconfiguring alertmanager.smithi112 (dependencies changed)... 2024-02-12T13:10:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:10:09.558596+0000 mgr.smithi161.ipspmc (mgr.24501) 73 : cephadm [INF] Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-02-12T13:10:11.022 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:10.220494+0000 mgr.smithi161.ipspmc (mgr.24501) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 12 KiB/s wr, 9 op/s 2024-02-12T13:10:11.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:10.220494+0000 mgr.smithi161.ipspmc (mgr.24501) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 12 KiB/s wr, 9 op/s 2024-02-12T13:10:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:12.220978+0000 mgr.smithi161.ipspmc (mgr.24501) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 11 KiB/s wr, 8 op/s 2024-02-12T13:10:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:12.220978+0000 mgr.smithi161.ipspmc (mgr.24501) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 11 KiB/s wr, 8 op/s 2024-02-12T13:10:15.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:14.221814+0000 mgr.smithi161.ipspmc (mgr.24501) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.8 KiB/s wr, 8 op/s 2024-02-12T13:10:15.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:14.221814+0000 mgr.smithi161.ipspmc (mgr.24501) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.8 KiB/s wr, 8 op/s 2024-02-12T13:10:16.058 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:16.222242+0000 mgr.smithi161.ipspmc (mgr.24501) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 1 op/s 2024-02-12T13:10:17.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:17.385108+0000 mon.smithi161 (mon.1) 93 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:17.857 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:16.222242+0000 mgr.smithi161.ipspmc (mgr.24501) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 1 op/s 2024-02-12T13:10:17.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:17.385108+0000 mon.smithi161 (mon.1) 93 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:19.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:18.222688+0000 mgr.smithi161.ipspmc (mgr.24501) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 1 op/s 2024-02-12T13:10:19.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:18.222688+0000 mgr.smithi161.ipspmc (mgr.24501) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 1 op/s 2024-02-12T13:10:21.097 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:20.223523+0000 mgr.smithi161.ipspmc (mgr.24501) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-02-12T13:10:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:20.223523+0000 mgr.smithi161.ipspmc (mgr.24501) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-02-12T13:10:23.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:22.223966+0000 mgr.smithi161.ipspmc (mgr.24501) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:10:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:22.223966+0000 mgr.smithi161.ipspmc (mgr.24501) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:10:25.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:24.224755+0000 mgr.smithi161.ipspmc (mgr.24501) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:10:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:24.224755+0000 mgr.smithi161.ipspmc (mgr.24501) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:10:26.145 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:27.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:26.225161+0000 mgr.smithi161.ipspmc (mgr.24501) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:10:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:26.225161+0000 mgr.smithi161.ipspmc (mgr.24501) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:10:29.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:28.225826+0000 mgr.smithi161.ipspmc (mgr.24501) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:10:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:28.225826+0000 mgr.smithi161.ipspmc (mgr.24501) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:10:31.181 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:30.226629+0000 mgr.smithi161.ipspmc (mgr.24501) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:10:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:30.226629+0000 mgr.smithi161.ipspmc (mgr.24501) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:10:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:32.390958+0000 mon.smithi161 (mon.1) 94 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:32.390958+0000 mon.smithi161 (mon.1) 94 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:33.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:32.227031+0000 mgr.smithi161.ipspmc (mgr.24501) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:32.227031+0000 mgr.smithi161.ipspmc (mgr.24501) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:34.227880+0000 mgr.smithi161.ipspmc (mgr.24501) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:34.227880+0000 mgr.smithi161.ipspmc (mgr.24501) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:36.217 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:36.228473+0000 mgr.smithi161.ipspmc (mgr.24501) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:36.228473+0000 mgr.smithi161.ipspmc (mgr.24501) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:38.268 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (9m) 29s ago 11m 21.6M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (11m) 29s ago 11m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (10m) 32s ago 10m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (9m) 29s ago 11m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (5m) 29s ago 5m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (5m) 32s ago 5m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (13m) 29s ago 13m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (79s) 32s ago 10m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:10:38.889 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (13m) 29s ago 13m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (10m) 32s ago 10m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (43s) 29s ago 43s 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (38s) 32s ago 37s 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (11m) 29s ago 11m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (10m) 32s ago 10m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (9m) 29s ago 9m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (9m) 29s ago 9m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (9m) 29s ago 9m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (8m) 29s ago 8m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (8m) 32s ago 8m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (8m) 32s ago 7m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (7m) 32s ago 7m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:10:38.890 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (7m) 32s ago 7m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:10:38.891 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (9m) 29s ago 10m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:39.266 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:10:39.267 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:10:39.580 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:10:39.580 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:10:39.580 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:10:39.581 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:10:39.581 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:10:39.581 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:10:39.581 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:10:39.581 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:10:39.581 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:10:39.954 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:10:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:38.229035+0000 mgr.smithi161.ipspmc (mgr.24501) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:38.253122+0000 mgr.smithi161.ipspmc (mgr.24501) 89 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:38.570001+0000 mgr.smithi161.ipspmc (mgr.24501) 90 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:39.264382+0000 mon.smithi112 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.112:0/3073335190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:10:40.087 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:38.229035+0000 mgr.smithi161.ipspmc (mgr.24501) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:40.087 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:38.253122+0000 mgr.smithi161.ipspmc (mgr.24501) 89 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:40.087 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:38.570001+0000 mgr.smithi161.ipspmc (mgr.24501) 90 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:40.087 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:39.264382+0000 mon.smithi112 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.112:0/3073335190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:10:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:38.876542+0000 mgr.smithi161.ipspmc (mgr.24501) 91 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:39.578688+0000 mgr.smithi161.ipspmc (mgr.24501) 92 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:39.952693+0000 mon.smithi112 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.112:0/2244554472' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:10:41.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:38.876542+0000 mgr.smithi161.ipspmc (mgr.24501) 91 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:41.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:39.578688+0000 mgr.smithi161.ipspmc (mgr.24501) 92 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:10:41.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:39.952693+0000 mon.smithi112 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.112:0/2244554472' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:10:41.262 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:40.229616+0000 mgr.smithi161.ipspmc (mgr.24501) 93 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:40.229616+0000 mgr.smithi161.ipspmc (mgr.24501) 93 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:42.230037+0000 mgr.smithi161.ipspmc (mgr.24501) 94 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:42.230037+0000 mgr.smithi161.ipspmc (mgr.24501) 94 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:44.230860+0000 mgr.smithi161.ipspmc (mgr.24501) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:44.230860+0000 mgr.smithi161.ipspmc (mgr.24501) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:46.302 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:46.231308+0000 mgr.smithi161.ipspmc (mgr.24501) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:10:47.391492+0000 mon.smithi161 (mon.1) 95 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:46.231308+0000 mgr.smithi161.ipspmc (mgr.24501) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:10:47.391492+0000 mon.smithi161 (mon.1) 95 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:10:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:48.231885+0000 mgr.smithi161.ipspmc (mgr.24501) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:50.087 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:48.231885+0000 mgr.smithi161.ipspmc (mgr.24501) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:51.347 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:50.232748+0000 mgr.smithi161.ipspmc (mgr.24501) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:50.232748+0000 mgr.smithi161.ipspmc (mgr.24501) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:52.233247+0000 mgr.smithi161.ipspmc (mgr.24501) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:52.233247+0000 mgr.smithi161.ipspmc (mgr.24501) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:54.233908+0000 mgr.smithi161.ipspmc (mgr.24501) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:54.233908+0000 mgr.smithi161.ipspmc (mgr.24501) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:10:56.380 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:10:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:56.234350+0000 mgr.smithi161.ipspmc (mgr.24501) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:10:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:56.234350+0000 mgr.smithi161.ipspmc (mgr.24501) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:10:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:10:58.234943+0000 mgr.smithi161.ipspmc (mgr.24501) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:00.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:10:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:10:58.234943+0000 mgr.smithi161.ipspmc (mgr.24501) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:01.427 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:00.235433+0000 mgr.smithi161.ipspmc (mgr.24501) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:00.235433+0000 mgr.smithi161.ipspmc (mgr.24501) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:02.391944+0000 mon.smithi161 (mon.1) 96 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:02.391944+0000 mon.smithi161 (mon.1) 96 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:02.236080+0000 mgr.smithi161.ipspmc (mgr.24501) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:03.569869+0000 mon.smithi112 (mon.0) 905 : cluster [DBG] mgrmap e29: smithi161.ipspmc(active, since 91s), standbys: smithi112.yacrbz 2024-02-12T13:11:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:02.236080+0000 mgr.smithi161.ipspmc (mgr.24501) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:03.569869+0000 mon.smithi112 (mon.0) 905 : cluster [DBG] mgrmap e29: smithi161.ipspmc(active, since 91s), standbys: smithi112.yacrbz 2024-02-12T13:11:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:04.236879+0000 mgr.smithi161.ipspmc (mgr.24501) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:11:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:04.236879+0000 mgr.smithi161.ipspmc (mgr.24501) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:11:06.472 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:06.237294+0000 mgr.smithi161.ipspmc (mgr.24501) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:11:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:06.237294+0000 mgr.smithi161.ipspmc (mgr.24501) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:11:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:08.237898+0000 mgr.smithi161.ipspmc (mgr.24501) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:11:10.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:08.237898+0000 mgr.smithi161.ipspmc (mgr.24501) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:11:10.299 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:11:10.923 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:11:10.923 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (10m) 61s ago 12m 21.6M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:11:10.923 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (12m) 61s ago 12m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:11:10.923 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (11m) 64s ago 11m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:11:10.923 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (10m) 61s ago 11m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (6m) 61s ago 6m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (6m) 64s ago 6m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (13m) 61s ago 13m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (111s) 64s ago 11m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (13m) 61s ago 13m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (11m) 64s ago 11m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (75s) 61s ago 75s 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (70s) 64s ago 69s 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (11m) 61s ago 11m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (10m) 64s ago 10m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (10m) 61s ago 10m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (9m) 61s ago 9m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (9m) 61s ago 9m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (9m) 61s ago 9m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:11:10.924 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (8m) 64s ago 8m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:11:10.925 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (8m) 64s ago 8m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:11:10.925 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (8m) 64s ago 8m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:11:10.925 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (7m) 64s ago 7m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:11:10.925 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (10m) 61s ago 11m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:11:11.297 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:11:11.298 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:11:11.505 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:11.616 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:11:11.617 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:11:11.989 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:11:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:10.238520+0000 mgr.smithi161.ipspmc (mgr.24501) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:11:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:10.284769+0000 mgr.smithi161.ipspmc (mgr.24501) 109 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:10.601936+0000 mgr.smithi161.ipspmc (mgr.24501) 110 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:11.295506+0000 mon.smithi112 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.112:0/4174253076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:11:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:10.238520+0000 mgr.smithi161.ipspmc (mgr.24501) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:11:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:10.284769+0000 mgr.smithi161.ipspmc (mgr.24501) 109 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:10.601936+0000 mgr.smithi161.ipspmc (mgr.24501) 110 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:11.295506+0000 mon.smithi112 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.112:0/4174253076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:11:13.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:10.911167+0000 mgr.smithi161.ipspmc (mgr.24501) 111 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:13.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:11.614844+0000 mgr.smithi161.ipspmc (mgr.24501) 112 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:13.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:11.987541+0000 mon.smithi112 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.112:0/1841464943' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:11:13.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:10.911167+0000 mgr.smithi161.ipspmc (mgr.24501) 111 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:13.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:11.614844+0000 mgr.smithi161.ipspmc (mgr.24501) 112 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:13.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:11.987541+0000 mon.smithi112 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.112:0/1841464943' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:11:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:12.238899+0000 mgr.smithi161.ipspmc (mgr.24501) 113 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:11:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:12.238899+0000 mgr.smithi161.ipspmc (mgr.24501) 113 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:11:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:14.239698+0000 mgr.smithi161.ipspmc (mgr.24501) 114 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:11:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:14.239698+0000 mgr.smithi161.ipspmc (mgr.24501) 114 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:11:16.558 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:16.240193+0000 mgr.smithi161.ipspmc (mgr.24501) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:17.392224+0000 mon.smithi161 (mon.1) 97 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:16.240193+0000 mgr.smithi161.ipspmc (mgr.24501) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:17.392224+0000 mon.smithi161 (mon.1) 97 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:18.240817+0000 mgr.smithi161.ipspmc (mgr.24501) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:20.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:18.240817+0000 mgr.smithi161.ipspmc (mgr.24501) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:21.598 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:20.241524+0000 mgr.smithi161.ipspmc (mgr.24501) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:20.241524+0000 mgr.smithi161.ipspmc (mgr.24501) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:23.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:22.241956+0000 mgr.smithi161.ipspmc (mgr.24501) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:22.241956+0000 mgr.smithi161.ipspmc (mgr.24501) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:24.242794+0000 mgr.smithi161.ipspmc (mgr.24501) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:24.242794+0000 mgr.smithi161.ipspmc (mgr.24501) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:26.643 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:26.243199+0000 mgr.smithi161.ipspmc (mgr.24501) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:26.243199+0000 mgr.smithi161.ipspmc (mgr.24501) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:28.243838+0000 mgr.smithi161.ipspmc (mgr.24501) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:30.088 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:28.243838+0000 mgr.smithi161.ipspmc (mgr.24501) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:31.690 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:30.244326+0000 mgr.smithi161.ipspmc (mgr.24501) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:30.244326+0000 mgr.smithi161.ipspmc (mgr.24501) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:33.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:32.392528+0000 mon.smithi161 (mon.1) 98 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:32.392528+0000 mon.smithi161 (mon.1) 98 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:33.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:32.244815+0000 mgr.smithi161.ipspmc (mgr.24501) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:32.244815+0000 mgr.smithi161.ipspmc (mgr.24501) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:34.245627+0000 mgr.smithi161.ipspmc (mgr.24501) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:34.245627+0000 mgr.smithi161.ipspmc (mgr.24501) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:36.726 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:36.246116+0000 mgr.smithi161.ipspmc (mgr.24501) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:36.246116+0000 mgr.smithi161.ipspmc (mgr.24501) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:38.246754+0000 mgr.smithi161.ipspmc (mgr.24501) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:40.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:38.246754+0000 mgr.smithi161.ipspmc (mgr.24501) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:41.772 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:40.247355+0000 mgr.smithi161.ipspmc (mgr.24501) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:40.247355+0000 mgr.smithi161.ipspmc (mgr.24501) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:42.322 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:11:42.946 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:11:42.946 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (10m) 93s ago 12m 21.6M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:11:42.946 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (12m) 93s ago 12m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:11:42.946 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (11m) 96s ago 11m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:11:42.946 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (10m) 93s ago 12m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (6m) 93s ago 6m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (6m) 96s ago 6m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (14m) 93s ago 14m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (2m) 96s ago 11m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (14m) 93s ago 14m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (11m) 96s ago 11m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (107s) 93s ago 107s 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (102s) 96s ago 101s 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (12m) 93s ago 12m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (11m) 96s ago 11m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (11m) 93s ago 11m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (10m) 93s ago 10m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:11:42.947 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (10m) 93s ago 10m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:11:42.948 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (9m) 93s ago 9m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:11:42.948 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (9m) 96s ago 9m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:11:42.948 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (9m) 96s ago 9m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:11:42.948 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (8m) 96s ago 8m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:11:42.948 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (8m) 96s ago 8m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:11:42.948 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (10m) 93s ago 11m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:11:43.320 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:11:43.321 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:11:43.634 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:11:43.634 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:11:43.634 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:11:43.634 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:11:43.635 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:11:43.635 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:11:43.635 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:11:43.635 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:11:43.635 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:11:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:42.247817+0000 mgr.smithi161.ipspmc (mgr.24501) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:43.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:42.307970+0000 mgr.smithi161.ipspmc (mgr.24501) 129 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:43.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:42.626048+0000 mgr.smithi161.ipspmc (mgr.24501) 130 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:43.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:43.318421+0000 mon.smithi112 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.112:0/769831962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:11:44.004 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:11:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:42.247817+0000 mgr.smithi161.ipspmc (mgr.24501) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:42.307970+0000 mgr.smithi161.ipspmc (mgr.24501) 129 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:42.626048+0000 mgr.smithi161.ipspmc (mgr.24501) 130 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:43.318421+0000 mon.smithi112 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.112:0/769831962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:11:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:42.932727+0000 mgr.smithi161.ipspmc (mgr.24501) 131 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:43.632419+0000 mgr.smithi161.ipspmc (mgr.24501) 132 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:44.002560+0000 mon.smithi112 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.112:0/3419234664' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:11:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:42.932727+0000 mgr.smithi161.ipspmc (mgr.24501) 131 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:43.632419+0000 mgr.smithi161.ipspmc (mgr.24501) 132 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:11:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:44.002560+0000 mon.smithi112 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.112:0/3419234664' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:11:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:44.248694+0000 mgr.smithi161.ipspmc (mgr.24501) 133 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:44.248694+0000 mgr.smithi161.ipspmc (mgr.24501) 133 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:46.806 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:46.249229+0000 mgr.smithi161.ipspmc (mgr.24501) 134 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:11:47.392885+0000 mon.smithi161 (mon.1) 99 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:46.249229+0000 mgr.smithi161.ipspmc (mgr.24501) 134 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:11:47.392885+0000 mon.smithi161 (mon.1) 99 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:11:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:48.249886+0000 mgr.smithi161.ipspmc (mgr.24501) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:50.089 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:48.249886+0000 mgr.smithi161.ipspmc (mgr.24501) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:51.852 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:50.250370+0000 mgr.smithi161.ipspmc (mgr.24501) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:50.250370+0000 mgr.smithi161.ipspmc (mgr.24501) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:52.250937+0000 mgr.smithi161.ipspmc (mgr.24501) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:52.250937+0000 mgr.smithi161.ipspmc (mgr.24501) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:55.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:54.251665+0000 mgr.smithi161.ipspmc (mgr.24501) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:55.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:54.251665+0000 mgr.smithi161.ipspmc (mgr.24501) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:56.899 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:11:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:56.252056+0000 mgr.smithi161.ipspmc (mgr.24501) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:57.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:56.252056+0000 mgr.smithi161.ipspmc (mgr.24501) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:11:59.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:11:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:11:58.252661+0000 mgr.smithi161.ipspmc (mgr.24501) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:11:59.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:11:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:11:58.252661+0000 mgr.smithi161.ipspmc (mgr.24501) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:01.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:00.253185+0000 mgr.smithi161.ipspmc (mgr.24501) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:01.944 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:00.253185+0000 mgr.smithi161.ipspmc (mgr.24501) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:02.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:02.393093+0000 mon.smithi161 (mon.1) 100 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:02.393093+0000 mon.smithi161 (mon.1) 100 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:03.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:02.253678+0000 mgr.smithi161.ipspmc (mgr.24501) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:02.253678+0000 mgr.smithi161.ipspmc (mgr.24501) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:05.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:04.254569+0000 mgr.smithi161.ipspmc (mgr.24501) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:04.254569+0000 mgr.smithi161.ipspmc (mgr.24501) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:06.977 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:07.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:06.254956+0000 mgr.smithi161.ipspmc (mgr.24501) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:06.254956+0000 mgr.smithi161.ipspmc (mgr.24501) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:09.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:08.255631+0000 mgr.smithi161.ipspmc (mgr.24501) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:08.255631+0000 mgr.smithi161.ipspmc (mgr.24501) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:11.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:10.256039+0000 mgr.smithi161.ipspmc (mgr.24501) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:12.027 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:10.256039+0000 mgr.smithi161.ipspmc (mgr.24501) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:12.256600+0000 mgr.smithi161.ipspmc (mgr.24501) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:12.256600+0000 mgr.smithi161.ipspmc (mgr.24501) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:14.342 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:12:14.967 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:12:14.967 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (11m) 2m ago 13m 21.6M - 0.20.0 0881eb8f169f 66c855d9b7df 2024-02-12T13:12:14.967 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (13m) 2m ago 13m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (12m) 2m ago 12m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (11m) 2m ago 13m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (7m) 2m ago 7m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (7m) 2m ago 7m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (14m) 2m ago 14m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (2m) 2m ago 12m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (14m) 2m ago 14m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (12m) 2m ago 12m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (2m) 2m ago 2m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (2m) 2m ago 2m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (12m) 2m ago 12m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (11m) 2m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (11m) 2m ago 11m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:12:14.968 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (11m) 2m ago 11m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (10m) 2m ago 10m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (10m) 2m ago 10m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (9m) 2m ago 9m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (9m) 2m ago 9m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (9m) 2m ago 9m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (8m) 2m ago 8m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:12:14.969 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (11m) 2m ago 12m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:12:15.336 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:12:15.336 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:12:15.336 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:12:15.336 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:15.336 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:12:15.337 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:12:15.659 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:12:15.659 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:12:15.659 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:12:15.659 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:12:15.659 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:12:15.659 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:12:15.660 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:12:15.660 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:12:15.660 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:12:16.032 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:12:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:14.257472+0000 mgr.smithi161.ipspmc (mgr.24501) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:14.328964+0000 mgr.smithi161.ipspmc (mgr.24501) 149 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:14.647851+0000 mgr.smithi161.ipspmc (mgr.24501) 150 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:15.334796+0000 mon.smithi112 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.112:0/227412754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:12:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:14.257472+0000 mgr.smithi161.ipspmc (mgr.24501) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:14.328964+0000 mgr.smithi161.ipspmc (mgr.24501) 149 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:14.647851+0000 mgr.smithi161.ipspmc (mgr.24501) 150 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:15.334796+0000 mon.smithi112 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.112:0/227412754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:12:17.063 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:14.955583+0000 mgr.smithi161.ipspmc (mgr.24501) 151 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:15.657062+0000 mgr.smithi161.ipspmc (mgr.24501) 152 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:16.030788+0000 mon.smithi112 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.112:0/3095816597' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:12:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:14.955583+0000 mgr.smithi161.ipspmc (mgr.24501) 151 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:15.657062+0000 mgr.smithi161.ipspmc (mgr.24501) 152 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:16.030788+0000 mon.smithi112 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.112:0/3095816597' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:12:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:16.258015+0000 mgr.smithi161.ipspmc (mgr.24501) 153 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:17.393461+0000 mon.smithi161 (mon.1) 101 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:16.258015+0000 mgr.smithi161.ipspmc (mgr.24501) 153 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:17.393461+0000 mon.smithi161 (mon.1) 101 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:18.258869+0000 mgr.smithi161.ipspmc (mgr.24501) 154 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:18.258869+0000 mgr.smithi161.ipspmc (mgr.24501) 154 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:20.259326+0000 mgr.smithi161.ipspmc (mgr.24501) 155 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:21.285968+0000 mon.smithi112 (mon.0) 912 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:21.292519+0000 mon.smithi112 (mon.0) 913 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:21.362616+0000 mon.smithi112 (mon.0) 914 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:21.367581+0000 mon.smithi112 (mon.0) 915 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:21.372041+0000 mon.smithi161 (mon.1) 102 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:12:22.097 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:20.259326+0000 mgr.smithi161.ipspmc (mgr.24501) 155 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:21.285968+0000 mon.smithi112 (mon.0) 912 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:21.292519+0000 mon.smithi112 (mon.0) 913 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:21.362616+0000 mon.smithi112 (mon.0) 914 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:21.367581+0000 mon.smithi112 (mon.0) 915 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:12:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:21.372041+0000 mon.smithi161 (mon.1) 102 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:12:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:12:21.295722+0000 mgr.smithi161.ipspmc (mgr.24501) 156 : cephadm [INF] Reconfiguring grafana.smithi112 (dependencies changed)... 2024-02-12T13:12:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:12:21.304279+0000 mgr.smithi161.ipspmc (mgr.24501) 157 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-02-12T13:12:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:21.372454+0000 mgr.smithi161.ipspmc (mgr.24501) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:12:23.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:12:21.374828+0000 mgr.smithi161.ipspmc (mgr.24501) 159 : cephadm [INF] Reconfiguring daemon grafana.smithi112 on smithi112 2024-02-12T13:12:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:12:21.295722+0000 mgr.smithi161.ipspmc (mgr.24501) 156 : cephadm [INF] Reconfiguring grafana.smithi112 (dependencies changed)... 2024-02-12T13:12:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:12:21.304279+0000 mgr.smithi161.ipspmc (mgr.24501) 157 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-02-12T13:12:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:21.372454+0000 mgr.smithi161.ipspmc (mgr.24501) 158 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:12:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:12:21.374828+0000 mgr.smithi161.ipspmc (mgr.24501) 159 : cephadm [INF] Reconfiguring daemon grafana.smithi112 on smithi112 2024-02-12T13:12:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:22.259760+0000 mgr.smithi161.ipspmc (mgr.24501) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:22.259760+0000 mgr.smithi161.ipspmc (mgr.24501) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:24.260565+0000 mgr.smithi161.ipspmc (mgr.24501) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:24.260565+0000 mgr.smithi161.ipspmc (mgr.24501) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:27.126 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:26.261031+0000 mgr.smithi161.ipspmc (mgr.24501) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:26.261031+0000 mgr.smithi161.ipspmc (mgr.24501) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:28.261644+0000 mgr.smithi161.ipspmc (mgr.24501) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:28.261644+0000 mgr.smithi161.ipspmc (mgr.24501) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:30.262056+0000 mgr.smithi161.ipspmc (mgr.24501) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:30.262056+0000 mgr.smithi161.ipspmc (mgr.24501) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:32.156 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:32.393571+0000 mon.smithi161 (mon.1) 103 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:32.393571+0000 mon.smithi161 (mon.1) 103 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:32.262567+0000 mgr.smithi161.ipspmc (mgr.24501) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:32.262567+0000 mgr.smithi161.ipspmc (mgr.24501) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:36.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:34.263356+0000 mgr.smithi161.ipspmc (mgr.24501) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:34.263356+0000 mgr.smithi161.ipspmc (mgr.24501) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:37.211 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:36.263751+0000 mgr.smithi161.ipspmc (mgr.24501) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:36.263751+0000 mgr.smithi161.ipspmc (mgr.24501) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:38.264565+0000 mgr.smithi161.ipspmc (mgr.24501) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:38.264565+0000 mgr.smithi161.ipspmc (mgr.24501) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:40.264990+0000 mgr.smithi161.ipspmc (mgr.24501) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:40.264990+0000 mgr.smithi161.ipspmc (mgr.24501) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:42.254 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:42.265550+0000 mgr.smithi161.ipspmc (mgr.24501) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:42.265550+0000 mgr.smithi161.ipspmc (mgr.24501) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:44.266402+0000 mgr.smithi161.ipspmc (mgr.24501) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:44.266402+0000 mgr.smithi161.ipspmc (mgr.24501) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:46.375 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:12:46.994 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (13m) 2m ago 13m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (12m) 2m ago 12m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (11m) 2m ago 13m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (7m) 2m ago 7m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (7m) 2m ago 7m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (15m) 2m ago 15m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (3m) 2m ago 12m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (15m) 2m ago 15m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (12m) 2m ago 12m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (2m) 2m ago 2m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (2m) 2m ago 2m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (13m) 2m ago 13m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:12:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (12m) 2m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (12m) 2m ago 12m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (11m) 2m ago 11m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (11m) 2m ago 11m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (10m) 2m ago 10m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (10m) 2m ago 10m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (10m) 2m ago 10m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (9m) 2m ago 9m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (9m) 2m ago 9m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:12:46.996 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (11m) 2m ago 12m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:12:47.290 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:47.372 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:12:47.372 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:12:47.372 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:12:47.372 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:12:47.373 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:12:47.374 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:12:47.374 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:12:47.374 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:12:47.374 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:12:47.374 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:12:47.691 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:12:48.062 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:12:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:46.266811+0000 mgr.smithi161.ipspmc (mgr.24501) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:46.360571+0000 mgr.smithi161.ipspmc (mgr.24501) 173 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:46.674616+0000 mgr.smithi161.ipspmc (mgr.24501) 174 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:47.370762+0000 mon.smithi112 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.112:0/3276991685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:12:48.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:47.394075+0000 mon.smithi161 (mon.1) 104 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:46.266811+0000 mgr.smithi161.ipspmc (mgr.24501) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:46.360571+0000 mgr.smithi161.ipspmc (mgr.24501) 173 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:46.674616+0000 mgr.smithi161.ipspmc (mgr.24501) 174 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:47.370762+0000 mon.smithi112 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.112:0/3276991685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:12:48.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:47.394075+0000 mon.smithi161 (mon.1) 104 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:12:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:46.982607+0000 mgr.smithi161.ipspmc (mgr.24501) 175 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:47.688645+0000 mgr.smithi161.ipspmc (mgr.24501) 176 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:12:48.061158+0000 mon.smithi112 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.112:0/2174541715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:12:49.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:46.982607+0000 mgr.smithi161.ipspmc (mgr.24501) 175 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:49.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:47.688645+0000 mgr.smithi161.ipspmc (mgr.24501) 176 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:12:49.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:12:48.061158+0000 mon.smithi112 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.112:0/2174541715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:12:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:48.267554+0000 mgr.smithi161.ipspmc (mgr.24501) 177 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:48.267554+0000 mgr.smithi161.ipspmc (mgr.24501) 177 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:50.268049+0000 mgr.smithi161.ipspmc (mgr.24501) 178 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:50.268049+0000 mgr.smithi161.ipspmc (mgr.24501) 178 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:52.329 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:52.268617+0000 mgr.smithi161.ipspmc (mgr.24501) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:52.268617+0000 mgr.smithi161.ipspmc (mgr.24501) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:54.269292+0000 mgr.smithi161.ipspmc (mgr.24501) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:54.269292+0000 mgr.smithi161.ipspmc (mgr.24501) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:12:57.385 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:12:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:56.269691+0000 mgr.smithi161.ipspmc (mgr.24501) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:12:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:56.269691+0000 mgr.smithi161.ipspmc (mgr.24501) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:12:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:12:58.270608+0000 mgr.smithi161.ipspmc (mgr.24501) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:12:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:12:58.270608+0000 mgr.smithi161.ipspmc (mgr.24501) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:00.271149+0000 mgr.smithi161.ipspmc (mgr.24501) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:00.271149+0000 mgr.smithi161.ipspmc (mgr.24501) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:02.421 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:02.394240+0000 mon.smithi161 (mon.1) 105 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:02.394240+0000 mon.smithi161 (mon.1) 105 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:02.271552+0000 mgr.smithi161.ipspmc (mgr.24501) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:02.271552+0000 mgr.smithi161.ipspmc (mgr.24501) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:04.272288+0000 mgr.smithi161.ipspmc (mgr.24501) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:04.272288+0000 mgr.smithi161.ipspmc (mgr.24501) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:07.466 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:06.272682+0000 mgr.smithi161.ipspmc (mgr.24501) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:06.272682+0000 mgr.smithi161.ipspmc (mgr.24501) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:08.273376+0000 mgr.smithi161.ipspmc (mgr.24501) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:08.273376+0000 mgr.smithi161.ipspmc (mgr.24501) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:10.273791+0000 mgr.smithi161.ipspmc (mgr.24501) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:10.273791+0000 mgr.smithi161.ipspmc (mgr.24501) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:12.509 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:12.274194+0000 mgr.smithi161.ipspmc (mgr.24501) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:12.274194+0000 mgr.smithi161.ipspmc (mgr.24501) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:14.275075+0000 mgr.smithi161.ipspmc (mgr.24501) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:14.275075+0000 mgr.smithi161.ipspmc (mgr.24501) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:17.556 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:16.275440+0000 mgr.smithi161.ipspmc (mgr.24501) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:17.394598+0000 mon.smithi161 (mon.1) 106 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:16.275440+0000 mgr.smithi161.ipspmc (mgr.24501) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:17.394598+0000 mon.smithi161 (mon.1) 106 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:18.403 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:13:19.020 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:13:19.020 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (14m) 3m ago 14m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (13m) 3m ago 13m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (12m) 3m ago 14m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (8m) 3m ago 8m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (8m) 3m ago 8m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (15m) 3m ago 15m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (3m) 3m ago 13m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (15m) 3m ago 16m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (13m) 3m ago 13m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (3m) 3m ago 3m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (3m) 3m ago 3m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (13m) 3m ago 13m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (12m) 3m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:13:19.021 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (12m) 3m ago 12m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (12m) 3m ago 12m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (11m) 3m ago 11m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (11m) 3m ago 11m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (11m) 3m ago 11m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (10m) 3m ago 10m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (10m) 3m ago 10m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (10m) 3m ago 9m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:13:19.022 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (12m) 3m ago 13m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:13:19.389 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:13:19.390 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:13:19.391 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:13:19.392 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:13:19.392 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:13:19.703 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:13:19.703 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:13:19.704 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:13:20.076 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:13:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:18.276252+0000 mgr.smithi161.ipspmc (mgr.24501) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:18.389131+0000 mgr.smithi161.ipspmc (mgr.24501) 193 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:18.701353+0000 mgr.smithi161.ipspmc (mgr.24501) 194 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:19.388046+0000 mon.smithi112 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.112:0/3410695655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:13:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:18.276252+0000 mgr.smithi161.ipspmc (mgr.24501) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:18.389131+0000 mgr.smithi161.ipspmc (mgr.24501) 193 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:18.701353+0000 mgr.smithi161.ipspmc (mgr.24501) 194 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:19.388046+0000 mon.smithi112 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.112:0/3410695655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:13:21.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:19.008135+0000 mgr.smithi161.ipspmc (mgr.24501) 195 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:21.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:19.701689+0000 mgr.smithi161.ipspmc (mgr.24501) 196 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:21.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:20.074618+0000 mon.smithi112 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.112:0/685664191' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:13:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:19.008135+0000 mgr.smithi161.ipspmc (mgr.24501) 195 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:19.701689+0000 mgr.smithi161.ipspmc (mgr.24501) 196 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:20.074618+0000 mon.smithi112 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.112:0/685664191' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:13:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:20.276677+0000 mgr.smithi161.ipspmc (mgr.24501) 197 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:20.276677+0000 mgr.smithi161.ipspmc (mgr.24501) 197 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:22.594 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:22.277142+0000 mgr.smithi161.ipspmc (mgr.24501) 198 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:22.277142+0000 mgr.smithi161.ipspmc (mgr.24501) 198 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:24.277788+0000 mgr.smithi161.ipspmc (mgr.24501) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:24.277788+0000 mgr.smithi161.ipspmc (mgr.24501) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:27.633 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:26.278193+0000 mgr.smithi161.ipspmc (mgr.24501) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:26.278193+0000 mgr.smithi161.ipspmc (mgr.24501) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:28.279012+0000 mgr.smithi161.ipspmc (mgr.24501) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:28.279012+0000 mgr.smithi161.ipspmc (mgr.24501) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:30.279564+0000 mgr.smithi161.ipspmc (mgr.24501) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:30.279564+0000 mgr.smithi161.ipspmc (mgr.24501) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:32.679 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:32.394831+0000 mon.smithi161 (mon.1) 107 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:32.394831+0000 mon.smithi161 (mon.1) 107 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:32.280044+0000 mgr.smithi161.ipspmc (mgr.24501) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:32.280044+0000 mgr.smithi161.ipspmc (mgr.24501) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:34.280901+0000 mgr.smithi161.ipspmc (mgr.24501) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:35.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:34.280901+0000 mgr.smithi161.ipspmc (mgr.24501) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:36.281420+0000 mgr.smithi161.ipspmc (mgr.24501) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:37.721 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:36.281420+0000 mgr.smithi161.ipspmc (mgr.24501) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:39.850 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:38.282275+0000 mgr.smithi161.ipspmc (mgr.24501) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:38.282275+0000 mgr.smithi161.ipspmc (mgr.24501) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:41.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:40.282632+0000 mgr.smithi161.ipspmc (mgr.24501) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:40.282632+0000 mgr.smithi161.ipspmc (mgr.24501) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:42.761 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:42.283063+0000 mgr.smithi161.ipspmc (mgr.24501) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:42.283063+0000 mgr.smithi161.ipspmc (mgr.24501) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:45.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:44.284000+0000 mgr.smithi161.ipspmc (mgr.24501) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:44.284000+0000 mgr.smithi161.ipspmc (mgr.24501) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:47.801 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:46.284408+0000 mgr.smithi161.ipspmc (mgr.24501) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:47.395168+0000 mon.smithi161 (mon.1) 108 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:46.284408+0000 mgr.smithi161.ipspmc (mgr.24501) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:47.395168+0000 mon.smithi161 (mon.1) 108 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:13:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:48.285153+0000 mgr.smithi161.ipspmc (mgr.24501) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:48.285153+0000 mgr.smithi161.ipspmc (mgr.24501) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:50.414 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:13:51.035 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:13:51.035 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:13:51.035 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (14m) 3m ago 14m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:13:51.035 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (13m) 3m ago 13m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (12m) 3m ago 14m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (8m) 3m ago 8m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (8m) 3m ago 8m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (16m) 3m ago 16m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (4m) 3m ago 13m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (16m) 3m ago 16m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (13m) 3m ago 13m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (3m) 3m ago 3m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (3m) 3m ago 3m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (14m) 3m ago 14m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (13m) 3m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (13m) 3m ago 13m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:13:51.036 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (12m) 3m ago 12m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (12m) 3m ago 12m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (11m) 3m ago 11m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (11m) 3m ago 11m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (11m) 3m ago 11m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (10m) 3m ago 10m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (10m) 3m ago 10m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:13:51.037 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (12m) 3m ago 14m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:13:51.407 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:13:51.407 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:13:51.407 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:13:51.407 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:51.407 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:13:51.407 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:13:51.408 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:13:51.723 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:13:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:50.285742+0000 mgr.smithi161.ipspmc (mgr.24501) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:50.400482+0000 mgr.smithi161.ipspmc (mgr.24501) 213 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:50.717809+0000 mgr.smithi161.ipspmc (mgr.24501) 214 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:51.405727+0000 mon.smithi112 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.112:0/3196317203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:13:52.096 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:13:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:50.285742+0000 mgr.smithi161.ipspmc (mgr.24501) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:50.400482+0000 mgr.smithi161.ipspmc (mgr.24501) 213 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:50.717809+0000 mgr.smithi161.ipspmc (mgr.24501) 214 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:51.405727+0000 mon.smithi112 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.112:0/3196317203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:13:52.840 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:53.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:51.023375+0000 mgr.smithi161.ipspmc (mgr.24501) 215 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:53.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:51.720657+0000 mgr.smithi161.ipspmc (mgr.24501) 216 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:53.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:13:52.094864+0000 mon.smithi112 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.112:0/1263533174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:13:53.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:51.023375+0000 mgr.smithi161.ipspmc (mgr.24501) 215 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:53.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:51.720657+0000 mgr.smithi161.ipspmc (mgr.24501) 216 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:13:53.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:13:52.094864+0000 mon.smithi112 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.112:0/1263533174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:13:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:52.286300+0000 mgr.smithi161.ipspmc (mgr.24501) 217 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:52.286300+0000 mgr.smithi161.ipspmc (mgr.24501) 217 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:54.286960+0000 mgr.smithi161.ipspmc (mgr.24501) 218 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:54.286960+0000 mgr.smithi161.ipspmc (mgr.24501) 218 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:13:57.875 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:13:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:56.287391+0000 mgr.smithi161.ipspmc (mgr.24501) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:13:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:56.287391+0000 mgr.smithi161.ipspmc (mgr.24501) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:13:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:13:58.288179+0000 mgr.smithi161.ipspmc (mgr.24501) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:13:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:13:58.288179+0000 mgr.smithi161.ipspmc (mgr.24501) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:00.288625+0000 mgr.smithi161.ipspmc (mgr.24501) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:00.288625+0000 mgr.smithi161.ipspmc (mgr.24501) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:02.920 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:02.395380+0000 mon.smithi161 (mon.1) 109 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:02.395380+0000 mon.smithi161 (mon.1) 109 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:02.289047+0000 mgr.smithi161.ipspmc (mgr.24501) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:02.289047+0000 mgr.smithi161.ipspmc (mgr.24501) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:04.289763+0000 mgr.smithi161.ipspmc (mgr.24501) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:04.289763+0000 mgr.smithi161.ipspmc (mgr.24501) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:07.968 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:06.290225+0000 mgr.smithi161.ipspmc (mgr.24501) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:06.290225+0000 mgr.smithi161.ipspmc (mgr.24501) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:08.290948+0000 mgr.smithi161.ipspmc (mgr.24501) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:08.290948+0000 mgr.smithi161.ipspmc (mgr.24501) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:10.291550+0000 mgr.smithi161.ipspmc (mgr.24501) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:10.291550+0000 mgr.smithi161.ipspmc (mgr.24501) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:13.014 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:12.292141+0000 mgr.smithi161.ipspmc (mgr.24501) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:12.292141+0000 mgr.smithi161.ipspmc (mgr.24501) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:14.292813+0000 mgr.smithi161.ipspmc (mgr.24501) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:14.292813+0000 mgr.smithi161.ipspmc (mgr.24501) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:18.059 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:16.293200+0000 mgr.smithi161.ipspmc (mgr.24501) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:17.395715+0000 mon.smithi161 (mon.1) 110 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:16.293200+0000 mgr.smithi161.ipspmc (mgr.24501) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:17.395715+0000 mon.smithi161 (mon.1) 110 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:18.293873+0000 mgr.smithi161.ipspmc (mgr.24501) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:18.293873+0000 mgr.smithi161.ipspmc (mgr.24501) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:20.294283+0000 mgr.smithi161.ipspmc (mgr.24501) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:20.294283+0000 mgr.smithi161.ipspmc (mgr.24501) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:22.441 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (15m) 4m ago 15m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (14m) 4m ago 14m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (13m) 4m ago 15m 32.7M - 6.7.4 557c83e11646 37e9aad06932 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (9m) 4m ago 9m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (9m) 4m ago 9m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (16m) 4m ago 16m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (5m) 4m ago 14m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:14:23.062 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (17m) 4m ago 17m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (14m) 4m ago 14m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (4m) 4m ago 4m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (4m) 4m ago 4m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (14m) 4m ago 14m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (13m) 4m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (13m) 4m ago 13m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (13m) 4m ago 13m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (12m) 4m ago 12m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (12m) 4m ago 12m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (12m) 4m ago 12m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (11m) 4m ago 11m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (11m) 4m ago 11m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (11m) 4m ago 11m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:14:23.063 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (13m) 4m ago 14m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:14:23.095 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:23.436 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:14:23.436 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:14:23.436 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:14:23.436 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:23.436 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:14:23.437 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:14:23.760 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:14:24.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:22.294774+0000 mgr.smithi161.ipspmc (mgr.24501) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:24.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:22.427406+0000 mgr.smithi161.ipspmc (mgr.24501) 233 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:24.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:22.741314+0000 mgr.smithi161.ipspmc (mgr.24501) 234 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:24.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:23.434794+0000 mon.smithi112 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.112:0/337261730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:14:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:22.294774+0000 mgr.smithi161.ipspmc (mgr.24501) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:22.427406+0000 mgr.smithi161.ipspmc (mgr.24501) 233 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:22.741314+0000 mgr.smithi161.ipspmc (mgr.24501) 234 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:23.434794+0000 mon.smithi112 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.112:0/337261730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:14:24.132 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:14:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:23.049617+0000 mgr.smithi161.ipspmc (mgr.24501) 235 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:23.758041+0000 mgr.smithi161.ipspmc (mgr.24501) 236 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:24.131426+0000 mon.smithi112 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.112:0/2529684205' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:14:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:23.049617+0000 mgr.smithi161.ipspmc (mgr.24501) 235 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:23.758041+0000 mgr.smithi161.ipspmc (mgr.24501) 236 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:24 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:24.131426+0000 mon.smithi112 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.112:0/2529684205' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:14:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:24.295672+0000 mgr.smithi161.ipspmc (mgr.24501) 237 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:24.295672+0000 mgr.smithi161.ipspmc (mgr.24501) 237 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:26.296125+0000 mgr.smithi161.ipspmc (mgr.24501) 238 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:26.296125+0000 mgr.smithi161.ipspmc (mgr.24501) 238 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:28.137 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:28.296754+0000 mgr.smithi161.ipspmc (mgr.24501) 239 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:28.296754+0000 mgr.smithi161.ipspmc (mgr.24501) 239 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:30.297284+0000 mgr.smithi161.ipspmc (mgr.24501) 240 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:30.297284+0000 mgr.smithi161.ipspmc (mgr.24501) 240 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:32.395959+0000 mon.smithi161 (mon.1) 111 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:32.395959+0000 mon.smithi161 (mon.1) 111 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:33.172 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:32.297685+0000 mgr.smithi161.ipspmc (mgr.24501) 241 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:32.297685+0000 mgr.smithi161.ipspmc (mgr.24501) 241 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:35.845 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:34.298471+0000 mgr.smithi161.ipspmc (mgr.24501) 242 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:34.298471+0000 mgr.smithi161.ipspmc (mgr.24501) 242 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:36.149634+0000 mon.smithi112 (mon.0) 924 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:14:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:36.155965+0000 mon.smithi112 (mon.0) 925 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:14:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:14:36.180056+0000 mgr.smithi161.ipspmc (mgr.24501) 243 : cephadm [INF] Reconfiguring node-exporter.smithi112 (dependencies changed)... 2024-02-12T13:14:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:14:36.180540+0000 mgr.smithi161.ipspmc (mgr.24501) 244 : cephadm [INF] Reconfiguring daemon node-exporter.smithi112 on smithi112 2024-02-12T13:14:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:36.298981+0000 mgr.smithi161.ipspmc (mgr.24501) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:36.149634+0000 mon.smithi112 (mon.0) 924 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:14:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:36.155965+0000 mon.smithi112 (mon.0) 925 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:14:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:14:36.180056+0000 mgr.smithi161.ipspmc (mgr.24501) 243 : cephadm [INF] Reconfiguring node-exporter.smithi112 (dependencies changed)... 2024-02-12T13:14:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:14:36.180540+0000 mgr.smithi161.ipspmc (mgr.24501) 244 : cephadm [INF] Reconfiguring daemon node-exporter.smithi112 on smithi112 2024-02-12T13:14:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:36.298981+0000 mgr.smithi161.ipspmc (mgr.24501) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:38.217 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:38.299548+0000 mgr.smithi161.ipspmc (mgr.24501) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:38.299548+0000 mgr.smithi161.ipspmc (mgr.24501) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:40.300048+0000 mgr.smithi161.ipspmc (mgr.24501) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:40.300048+0000 mgr.smithi161.ipspmc (mgr.24501) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:43.260 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:42.300530+0000 mgr.smithi161.ipspmc (mgr.24501) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:42.300530+0000 mgr.smithi161.ipspmc (mgr.24501) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:44.301280+0000 mgr.smithi161.ipspmc (mgr.24501) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:44.301280+0000 mgr.smithi161.ipspmc (mgr.24501) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:14:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:46.301706+0000 mgr.smithi161.ipspmc (mgr.24501) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:47.396355+0000 mon.smithi161 (mon.1) 112 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:46.301706+0000 mgr.smithi161.ipspmc (mgr.24501) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:47.396355+0000 mon.smithi161 (mon.1) 112 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:14:48.305 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:48.302497+0000 mgr.smithi161.ipspmc (mgr.24501) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:48.302497+0000 mgr.smithi161.ipspmc (mgr.24501) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:50.302860+0000 mgr.smithi161.ipspmc (mgr.24501) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T13:14:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:50.302860+0000 mgr.smithi161.ipspmc (mgr.24501) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T13:14:53.342 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:14:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:52.303201+0000 mgr.smithi161.ipspmc (mgr.24501) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T13:14:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:52.303201+0000 mgr.smithi161.ipspmc (mgr.24501) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T13:14:54.474 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:14:55.093 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:14:55.093 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:14:55.093 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (16m) 4m ago 16m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:14:55.093 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (14m) 4m ago 14m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:14:55.093 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (10m) 4m ago 9m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (9m) 4m ago 9m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (17m) 4m ago 17m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (5m) 4m ago 14m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (17m) 4m ago 17m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (14m) 4m ago 14m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (5m) 4m ago 4m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (4m) 4m ago 4m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (15m) 4m ago 15m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (14m) 4m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (14m) 4m ago 14m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (13m) 4m ago 13m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:14:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (13m) 4m ago 13m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:14:55.095 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (12m) 4m ago 12m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:14:55.095 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (12m) 4m ago 12m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:14:55.095 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (12m) 4m ago 12m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:14:55.095 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (11m) 4m ago 11m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:14:55.095 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (11m) 4m ago 11m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:14:55.095 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (13m) 4m ago 15m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:14:55.468 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:55.469 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:14:55.470 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:14:55.788 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:14:55.788 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:14:55.788 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:14:55.789 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:14:55.789 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:14:55.789 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:14:55.789 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:14:55.789 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:14:55.789 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:14:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:54.304081+0000 mgr.smithi161.ipspmc (mgr.24501) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:54.459016+0000 mgr.smithi161.ipspmc (mgr.24501) 255 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:54.772832+0000 mgr.smithi161.ipspmc (mgr.24501) 256 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:55.466958+0000 mon.smithi112 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.112:0/1255449621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:14:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:54.304081+0000 mgr.smithi161.ipspmc (mgr.24501) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:14:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:54.459016+0000 mgr.smithi161.ipspmc (mgr.24501) 255 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:54.772832+0000 mgr.smithi161.ipspmc (mgr.24501) 256 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:55.466958+0000 mon.smithi112 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.112:0/1255449621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:14:56.161 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:14:57.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:55.081566+0000 mgr.smithi161.ipspmc (mgr.24501) 257 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:57.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:55.786567+0000 mgr.smithi161.ipspmc (mgr.24501) 258 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:57.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:14:56.159371+0000 mon.smithi112 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.112:0/52488068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:14:57.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:55.081566+0000 mgr.smithi161.ipspmc (mgr.24501) 257 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:57.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:55.786567+0000 mgr.smithi161.ipspmc (mgr.24501) 258 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:14:57.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:14:56.159371+0000 mon.smithi112 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.112:0/52488068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:14:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:56.304510+0000 mgr.smithi161.ipspmc (mgr.24501) 259 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T13:14:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:56.304510+0000 mgr.smithi161.ipspmc (mgr.24501) 259 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-12T13:14:58.383 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:14:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:14:58.305309+0000 mgr.smithi161.ipspmc (mgr.24501) 260 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:14:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:14:58.305309+0000 mgr.smithi161.ipspmc (mgr.24501) 260 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:00.305736+0000 mgr.smithi161.ipspmc (mgr.24501) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:00.305736+0000 mgr.smithi161.ipspmc (mgr.24501) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:02.396581+0000 mon.smithi161 (mon.1) 113 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:02.396581+0000 mon.smithi161 (mon.1) 113 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:03.425 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:02.306157+0000 mgr.smithi161.ipspmc (mgr.24501) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:02.306157+0000 mgr.smithi161.ipspmc (mgr.24501) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:04.307038+0000 mgr.smithi161.ipspmc (mgr.24501) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:04.307038+0000 mgr.smithi161.ipspmc (mgr.24501) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:06.307611+0000 mgr.smithi161.ipspmc (mgr.24501) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:06.307611+0000 mgr.smithi161.ipspmc (mgr.24501) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:08.482 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:08.308267+0000 mgr.smithi161.ipspmc (mgr.24501) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:08.308267+0000 mgr.smithi161.ipspmc (mgr.24501) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:10.308672+0000 mgr.smithi161.ipspmc (mgr.24501) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:10.308672+0000 mgr.smithi161.ipspmc (mgr.24501) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:13.525 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:12.309176+0000 mgr.smithi161.ipspmc (mgr.24501) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:12.309176+0000 mgr.smithi161.ipspmc (mgr.24501) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:14.310086+0000 mgr.smithi161.ipspmc (mgr.24501) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:14.310086+0000 mgr.smithi161.ipspmc (mgr.24501) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:16.310453+0000 mgr.smithi161.ipspmc (mgr.24501) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:17.396853+0000 mon.smithi161 (mon.1) 114 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:16.310453+0000 mgr.smithi161.ipspmc (mgr.24501) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:17.396853+0000 mon.smithi161 (mon.1) 114 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:18.569 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:18.311189+0000 mgr.smithi161.ipspmc (mgr.24501) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:18.311189+0000 mgr.smithi161.ipspmc (mgr.24501) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:20.311605+0000 mgr.smithi161.ipspmc (mgr.24501) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:20.311605+0000 mgr.smithi161.ipspmc (mgr.24501) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:23.610 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:22.312089+0000 mgr.smithi161.ipspmc (mgr.24501) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:22.312089+0000 mgr.smithi161.ipspmc (mgr.24501) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:24.313005+0000 mgr.smithi161.ipspmc (mgr.24501) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:24.313005+0000 mgr.smithi161.ipspmc (mgr.24501) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:26.500 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:15:27.130 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (16m) 5m ago 16m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (15m) 5m ago 15m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (10m) 5m ago 10m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (10m) 5m ago 10m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (18m) 5m ago 18m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (6m) 5m ago 15m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (18m) 5m ago 18m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (15m) 5m ago 15m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (5m) 5m ago 5m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (5m) 5m ago 5m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:15:27.131 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (16m) 5m ago 16m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (15m) 5m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (14m) 5m ago 14m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (14m) 5m ago 14m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (13m) 5m ago 13m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (13m) 5m ago 13m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (13m) 5m ago 13m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (12m) 5m ago 12m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (12m) 5m ago 12m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (12m) 5m ago 12m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:15:27.132 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (14m) 5m ago 15m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:15:27.500 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:15:27.500 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:15:27.500 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:27.501 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:15:27.502 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:15:27.502 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:15:27.502 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:15:27.502 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:15:27.816 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:15:27.816 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:15:27.816 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:15:27.816 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:15:27.816 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:15:27.817 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:15:27.817 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:15:27.817 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:15:27.817 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:15:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:26.313506+0000 mgr.smithi161.ipspmc (mgr.24501) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:26.485580+0000 mgr.smithi161.ipspmc (mgr.24501) 275 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:27.499009+0000 mon.smithi112 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.112:0/1556290061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:15:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:26.313506+0000 mgr.smithi161.ipspmc (mgr.24501) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:26.485580+0000 mgr.smithi161.ipspmc (mgr.24501) 275 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:27.499009+0000 mon.smithi112 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.112:0/1556290061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:15:28.188 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:15:28.655 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:26.805919+0000 mgr.smithi161.ipspmc (mgr.24501) 276 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:27.117089+0000 mgr.smithi161.ipspmc (mgr.24501) 277 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:28.186421+0000 mon.smithi112 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.112:0/2552634705' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:15:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:26.805919+0000 mgr.smithi161.ipspmc (mgr.24501) 276 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:27.117089+0000 mgr.smithi161.ipspmc (mgr.24501) 277 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:28.186421+0000 mon.smithi112 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.112:0/2552634705' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:15:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:27.814187+0000 mgr.smithi161.ipspmc (mgr.24501) 278 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:28.314190+0000 mgr.smithi161.ipspmc (mgr.24501) 279 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:27.814187+0000 mgr.smithi161.ipspmc (mgr.24501) 278 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:15:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:28.314190+0000 mgr.smithi161.ipspmc (mgr.24501) 279 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:30.314564+0000 mgr.smithi161.ipspmc (mgr.24501) 280 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:30.314564+0000 mgr.smithi161.ipspmc (mgr.24501) 280 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:32.396963+0000 mon.smithi161 (mon.1) 115 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:32.396963+0000 mon.smithi161 (mon.1) 115 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:33.695 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:32.315202+0000 mgr.smithi161.ipspmc (mgr.24501) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:32.315202+0000 mgr.smithi161.ipspmc (mgr.24501) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:34.316088+0000 mgr.smithi161.ipspmc (mgr.24501) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:34.316088+0000 mgr.smithi161.ipspmc (mgr.24501) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:36.316661+0000 mgr.smithi161.ipspmc (mgr.24501) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:36.316661+0000 mgr.smithi161.ipspmc (mgr.24501) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:38.731 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:38.317312+0000 mgr.smithi161.ipspmc (mgr.24501) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:38.317312+0000 mgr.smithi161.ipspmc (mgr.24501) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:40.317732+0000 mgr.smithi161.ipspmc (mgr.24501) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:40.317732+0000 mgr.smithi161.ipspmc (mgr.24501) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:43.775 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:42.318297+0000 mgr.smithi161.ipspmc (mgr.24501) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:42.318297+0000 mgr.smithi161.ipspmc (mgr.24501) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:44.319198+0000 mgr.smithi161.ipspmc (mgr.24501) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:44.319198+0000 mgr.smithi161.ipspmc (mgr.24501) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:46.319660+0000 mgr.smithi161.ipspmc (mgr.24501) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:47.397402+0000 mon.smithi161 (mon.1) 116 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:46.319660+0000 mgr.smithi161.ipspmc (mgr.24501) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:47.397402+0000 mon.smithi161 (mon.1) 116 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:15:48.811 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:48.320547+0000 mgr.smithi161.ipspmc (mgr.24501) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:48.320547+0000 mgr.smithi161.ipspmc (mgr.24501) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:50.321145+0000 mgr.smithi161.ipspmc (mgr.24501) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:50.321145+0000 mgr.smithi161.ipspmc (mgr.24501) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:53.848 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:52.321629+0000 mgr.smithi161.ipspmc (mgr.24501) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:52.321629+0000 mgr.smithi161.ipspmc (mgr.24501) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:54.322602+0000 mgr.smithi161.ipspmc (mgr.24501) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:54.322602+0000 mgr.smithi161.ipspmc (mgr.24501) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:15:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:56.323048+0000 mgr.smithi161.ipspmc (mgr.24501) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:56.323048+0000 mgr.smithi161.ipspmc (mgr.24501) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:15:58.528 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:15:58.879 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:15:59.156 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:15:59.156 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:15:59.156 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (17m) 5m ago 17m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:15:59.157 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (15m) 5m ago 15m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:15:59.157 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:15:59.157 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (11m) 5m ago 11m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:15:59.157 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (11m) 5m ago 11m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:15:59.157 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (18m) 5m ago 18m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:15:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (6m) 5m ago 15m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:15:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (18m) 5m ago 18m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:15:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (15m) 5m ago 15m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:15:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (6m) 5m ago 6m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:15:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (5m) 5m ago 5m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:15:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (16m) 5m ago 16m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:15:59.159 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (15m) 5m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:15:59.159 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (15m) 5m ago 15m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:15:59.159 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (14m) 5m ago 14m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:15:59.159 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (14m) 5m ago 14m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:15:59.159 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (13m) 5m ago 13m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:15:59.159 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (13m) 5m ago 13m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:15:59.160 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (13m) 5m ago 13m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:15:59.160 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (13m) 5m ago 13m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:15:59.160 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (12m) 5m ago 12m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:15:59.160 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (14m) 5m ago 16m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:15:59.526 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:15:59.527 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:15:59.528 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:15:59.528 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:15:59.528 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:15:59.528 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:15:59.528 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:15:59.842 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:15:59.842 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:15:59.842 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:15:59.842 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:15:59.843 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:15:59.843 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:15:59.843 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:15:59.843 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:15:59.843 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:16:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:15:58.323825+0000 mgr.smithi161.ipspmc (mgr.24501) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:58.514547+0000 mgr.smithi161.ipspmc (mgr.24501) 295 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:15:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:59.525143+0000 mon.smithi112 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.112:0/3836616998' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:16:00.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:15:58.323825+0000 mgr.smithi161.ipspmc (mgr.24501) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:00.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:58.514547+0000 mgr.smithi161.ipspmc (mgr.24501) 295 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:00.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:15:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:59.525143+0000 mon.smithi112 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.112:0/3836616998' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:16:00.217 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:16:01.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:58.831171+0000 mgr.smithi161.ipspmc (mgr.24501) 296 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:01.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:59.143765+0000 mgr.smithi161.ipspmc (mgr.24501) 297 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:01.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:00.215569+0000 mon.smithi112 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.112:0/289330560' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:16:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:58.831171+0000 mgr.smithi161.ipspmc (mgr.24501) 296 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:59.143765+0000 mgr.smithi161.ipspmc (mgr.24501) 297 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:00.215569+0000 mon.smithi112 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.112:0/289330560' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:16:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:15:59.839617+0000 mgr.smithi161.ipspmc (mgr.24501) 298 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:00.324253+0000 mgr.smithi161.ipspmc (mgr.24501) 299 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:15:59.839617+0000 mgr.smithi161.ipspmc (mgr.24501) 298 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:00.324253+0000 mgr.smithi161.ipspmc (mgr.24501) 299 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:02.397567+0000 mon.smithi161 (mon.1) 117 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:02.397567+0000 mon.smithi161 (mon.1) 117 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:03.924 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:02.324662+0000 mgr.smithi161.ipspmc (mgr.24501) 300 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:02.324662+0000 mgr.smithi161.ipspmc (mgr.24501) 300 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:04.325552+0000 mgr.smithi161.ipspmc (mgr.24501) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:04.325552+0000 mgr.smithi161.ipspmc (mgr.24501) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:06.326093+0000 mgr.smithi161.ipspmc (mgr.24501) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:06.326093+0000 mgr.smithi161.ipspmc (mgr.24501) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:08.966 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:08.326720+0000 mgr.smithi161.ipspmc (mgr.24501) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:08.326720+0000 mgr.smithi161.ipspmc (mgr.24501) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:10.327271+0000 mgr.smithi161.ipspmc (mgr.24501) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:10.327271+0000 mgr.smithi161.ipspmc (mgr.24501) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:14.013 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:12.327715+0000 mgr.smithi161.ipspmc (mgr.24501) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:12.327715+0000 mgr.smithi161.ipspmc (mgr.24501) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:14.328470+0000 mgr.smithi161.ipspmc (mgr.24501) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:14.328470+0000 mgr.smithi161.ipspmc (mgr.24501) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:16.328827+0000 mgr.smithi161.ipspmc (mgr.24501) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:17.398022+0000 mon.smithi161 (mon.1) 118 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:16.328827+0000 mgr.smithi161.ipspmc (mgr.24501) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:17.398022+0000 mon.smithi161 (mon.1) 118 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:19.056 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:18.329595+0000 mgr.smithi161.ipspmc (mgr.24501) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:18.329595+0000 mgr.smithi161.ipspmc (mgr.24501) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:20.330077+0000 mgr.smithi161.ipspmc (mgr.24501) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:20.330077+0000 mgr.smithi161.ipspmc (mgr.24501) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:22.330559+0000 mgr.smithi161.ipspmc (mgr.24501) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:24.090 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:22.330559+0000 mgr.smithi161.ipspmc (mgr.24501) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:24.331256+0000 mgr.smithi161.ipspmc (mgr.24501) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:24.331256+0000 mgr.smithi161.ipspmc (mgr.24501) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:26.331668+0000 mgr.smithi161.ipspmc (mgr.24501) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:26.331668+0000 mgr.smithi161.ipspmc (mgr.24501) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:29.137 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:28.332524+0000 mgr.smithi161.ipspmc (mgr.24501) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:28.332524+0000 mgr.smithi161.ipspmc (mgr.24501) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:30.558 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:16:31.175 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:16:31.175 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:16:31.175 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (17m) 6m ago 17m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:16:31.175 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (16m) 6m ago 16m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (11m) 6m ago 11m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (11m) 6m ago 11m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (19m) 6m ago 19m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (7m) 6m ago 16m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (19m) 6m ago 19m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (16m) 6m ago 16m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (6m) 6m ago 6m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (6m) 6m ago 6m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (17m) 6m ago 17m 17.2M - 0.18.1 e5a616e4b9cf e8d38e1036d8 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (16m) 6m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (15m) 6m ago 15m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (15m) 6m ago 15m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:16:31.176 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (14m) 6m ago 14m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:16:31.177 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (14m) 6m ago 14m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:16:31.177 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (14m) 6m ago 14m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:16:31.177 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (13m) 6m ago 13m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:16:31.177 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (13m) 6m ago 13m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:16:31.177 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (13m) 6m ago 13m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:16:31.177 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (15m) 6m ago 16m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:16:31.544 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:16:31.544 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:16:31.545 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:16:31.546 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:16:31.546 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:16:31.546 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:16:31.861 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:16:31.861 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:16:31.862 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:16:31.862 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:16:31.862 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:16:31.862 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:16:31.862 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:16:31.863 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:16:31.863 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:16:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:30.333102+0000 mgr.smithi161.ipspmc (mgr.24501) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:30.544193+0000 mgr.smithi161.ipspmc (mgr.24501) 315 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:31.543050+0000 mon.smithi112 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.112:0/1425821132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:16:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:30.333102+0000 mgr.smithi161.ipspmc (mgr.24501) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:30.544193+0000 mgr.smithi161.ipspmc (mgr.24501) 315 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:31.543050+0000 mon.smithi112 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.112:0/1425821132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:16:32.233 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:16:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:30.858685+0000 mgr.smithi161.ipspmc (mgr.24501) 316 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:31.163723+0000 mgr.smithi161.ipspmc (mgr.24501) 317 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:32.231636+0000 mon.smithi112 (mon.0) 933 : audit [DBG] from='client.? 172.21.15.112:0/3411569280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:16:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:32.398082+0000 mon.smithi161 (mon.1) 119 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:30.858685+0000 mgr.smithi161.ipspmc (mgr.24501) 316 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:31.163723+0000 mgr.smithi161.ipspmc (mgr.24501) 317 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:33.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:32.231636+0000 mon.smithi112 (mon.0) 933 : audit [DBG] from='client.? 172.21.15.112:0/3411569280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:16:33.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:32.398082+0000 mon.smithi161 (mon.1) 119 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:31.859665+0000 mgr.smithi161.ipspmc (mgr.24501) 318 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:32.333639+0000 mgr.smithi161.ipspmc (mgr.24501) 319 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:31.859665+0000 mgr.smithi161.ipspmc (mgr.24501) 318 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:16:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:32.333639+0000 mgr.smithi161.ipspmc (mgr.24501) 319 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:34.179 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:34.334386+0000 mgr.smithi161.ipspmc (mgr.24501) 320 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:34.334386+0000 mgr.smithi161.ipspmc (mgr.24501) 320 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:37.775 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:36.334849+0000 mgr.smithi161.ipspmc (mgr.24501) 321 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:36.334849+0000 mgr.smithi161.ipspmc (mgr.24501) 321 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:39.218 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:39.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:38.084449+0000 mon.smithi112 (mon.0) 934 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:16:39.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:38.090363+0000 mon.smithi112 (mon.0) 935 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:16:39.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:16:38.102705+0000 mgr.smithi161.ipspmc (mgr.24501) 322 : cephadm [INF] Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:16:39.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:16:38.322405+0000 mgr.smithi161.ipspmc (mgr.24501) 323 : cephadm [INF] Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:16:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:38.335384+0000 mgr.smithi161.ipspmc (mgr.24501) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:38.084449+0000 mon.smithi112 (mon.0) 934 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:16:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:38.090363+0000 mon.smithi112 (mon.0) 935 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:16:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:16:38.102705+0000 mgr.smithi161.ipspmc (mgr.24501) 322 : cephadm [INF] Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:16:39.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:16:38.322405+0000 mgr.smithi161.ipspmc (mgr.24501) 323 : cephadm [INF] Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:16:39.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:38.335384+0000 mgr.smithi161.ipspmc (mgr.24501) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:41.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:40.335739+0000 mgr.smithi161.ipspmc (mgr.24501) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:41.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:40.335739+0000 mgr.smithi161.ipspmc (mgr.24501) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:42.336347+0000 mgr.smithi161.ipspmc (mgr.24501) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:42.336347+0000 mgr.smithi161.ipspmc (mgr.24501) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:44.253 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:44.337110+0000 mgr.smithi161.ipspmc (mgr.24501) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:44.337110+0000 mgr.smithi161.ipspmc (mgr.24501) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:46.337556+0000 mgr.smithi161.ipspmc (mgr.24501) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:16:47.398490+0000 mon.smithi161 (mon.1) 120 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:46.337556+0000 mgr.smithi161.ipspmc (mgr.24501) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:16:47.398490+0000 mon.smithi161 (mon.1) 120 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:16:49.290 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:48.338149+0000 mgr.smithi161.ipspmc (mgr.24501) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:50.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:48.338149+0000 mgr.smithi161.ipspmc (mgr.24501) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:51.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:50.338737+0000 mgr.smithi161.ipspmc (mgr.24501) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:50.338737+0000 mgr.smithi161.ipspmc (mgr.24501) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:52.339311+0000 mgr.smithi161.ipspmc (mgr.24501) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:52.339311+0000 mgr.smithi161.ipspmc (mgr.24501) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:54.345 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:16:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:54.339994+0000 mgr.smithi161.ipspmc (mgr.24501) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:54.339994+0000 mgr.smithi161.ipspmc (mgr.24501) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:16:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:56.340558+0000 mgr.smithi161.ipspmc (mgr.24501) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:56.340558+0000 mgr.smithi161.ipspmc (mgr.24501) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:16:59.382 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:16:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:16:58.341123+0000 mgr.smithi161.ipspmc (mgr.24501) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:16:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:16:58.341123+0000 mgr.smithi161.ipspmc (mgr.24501) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:00.341533+0000 mgr.smithi161.ipspmc (mgr.24501) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:00.341533+0000 mgr.smithi161.ipspmc (mgr.24501) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:02.576 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:17:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:02.398717+0000 mon.smithi161 (mon.1) 121 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:02.398717+0000 mon.smithi161 (mon.1) 121 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (18m) 6m ago 18m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (17m) 6m ago 17m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (12m) 6m ago 12m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (12m) 6m ago 12m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:17:03.208 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (19m) 6m ago 19m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (7m) 6m ago 17m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (19m) 6m ago 19m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (16m) 6m ago 16m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (7m) 6m ago 7m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (7m) 6m ago 7m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (16m) 6m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (16m) 6m ago 16m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (15m) 6m ago 15m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (15m) 6m ago 15m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (15m) 6m ago 15m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (14m) 6m ago 14m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (14m) 6m ago 14m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:17:03.209 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (14m) 6m ago 14m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:17:03.210 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (13m) 6m ago 13m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:17:03.210 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (15m) 6m ago 17m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:03.582 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:17:03.583 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:17:03.897 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:17:03.897 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:17:03.897 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:17:03.898 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:17:03.898 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:17:03.898 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:17:03.898 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:17:03.898 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:17:03.898 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:17:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:02.341963+0000 mgr.smithi161.ipspmc (mgr.24501) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:02.561458+0000 mgr.smithi161.ipspmc (mgr.24501) 337 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:03.580170+0000 mon.smithi112 (mon.0) 936 : audit [DBG] from='client.? 172.21.15.112:0/1486922555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:17:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:02.341963+0000 mgr.smithi161.ipspmc (mgr.24501) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:02.561458+0000 mgr.smithi161.ipspmc (mgr.24501) 337 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:03.580170+0000 mon.smithi112 (mon.0) 936 : audit [DBG] from='client.? 172.21.15.112:0/1486922555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:17:04.270 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:17:04.419 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:02.882659+0000 mgr.smithi161.ipspmc (mgr.24501) 338 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:03.196682+0000 mgr.smithi161.ipspmc (mgr.24501) 339 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:05.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:04.268546+0000 mon.smithi112 (mon.0) 937 : audit [DBG] from='client.? 172.21.15.112:0/1679227523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:17:05.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:02.882659+0000 mgr.smithi161.ipspmc (mgr.24501) 338 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:05.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:03.196682+0000 mgr.smithi161.ipspmc (mgr.24501) 339 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:05.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:04.268546+0000 mon.smithi112 (mon.0) 937 : audit [DBG] from='client.? 172.21.15.112:0/1679227523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:17:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:03.895331+0000 mgr.smithi161.ipspmc (mgr.24501) 340 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:04.342700+0000 mgr.smithi161.ipspmc (mgr.24501) 341 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:03.895331+0000 mgr.smithi161.ipspmc (mgr.24501) 340 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:04.342700+0000 mgr.smithi161.ipspmc (mgr.24501) 341 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:06.343225+0000 mgr.smithi161.ipspmc (mgr.24501) 342 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:06.343225+0000 mgr.smithi161.ipspmc (mgr.24501) 342 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:09.464 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:08.343867+0000 mgr.smithi161.ipspmc (mgr.24501) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:08.343867+0000 mgr.smithi161.ipspmc (mgr.24501) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:10.344444+0000 mgr.smithi161.ipspmc (mgr.24501) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:10.344444+0000 mgr.smithi161.ipspmc (mgr.24501) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:12.344846+0000 mgr.smithi161.ipspmc (mgr.24501) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:12.344846+0000 mgr.smithi161.ipspmc (mgr.24501) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:14.505 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:14.345722+0000 mgr.smithi161.ipspmc (mgr.24501) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:14.345722+0000 mgr.smithi161.ipspmc (mgr.24501) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:16.346336+0000 mgr.smithi161.ipspmc (mgr.24501) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:17.399233+0000 mon.smithi161 (mon.1) 122 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:16.346336+0000 mgr.smithi161.ipspmc (mgr.24501) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:17.399233+0000 mon.smithi161 (mon.1) 122 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:19.553 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:18.346985+0000 mgr.smithi161.ipspmc (mgr.24501) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:18.346985+0000 mgr.smithi161.ipspmc (mgr.24501) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:20.347412+0000 mgr.smithi161.ipspmc (mgr.24501) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:20.347412+0000 mgr.smithi161.ipspmc (mgr.24501) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:22.347827+0000 mgr.smithi161.ipspmc (mgr.24501) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:22.347827+0000 mgr.smithi161.ipspmc (mgr.24501) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:24.603 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:24.348602+0000 mgr.smithi161.ipspmc (mgr.24501) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:24.348602+0000 mgr.smithi161.ipspmc (mgr.24501) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:26.349023+0000 mgr.smithi161.ipspmc (mgr.24501) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:26.349023+0000 mgr.smithi161.ipspmc (mgr.24501) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:29.644 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:28.349671+0000 mgr.smithi161.ipspmc (mgr.24501) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:28.349671+0000 mgr.smithi161.ipspmc (mgr.24501) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:30.350136+0000 mgr.smithi161.ipspmc (mgr.24501) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:30.350136+0000 mgr.smithi161.ipspmc (mgr.24501) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:32.399355+0000 mon.smithi161 (mon.1) 123 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:32.399355+0000 mon.smithi161 (mon.1) 123 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:32.350708+0000 mgr.smithi161.ipspmc (mgr.24501) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:32.350708+0000 mgr.smithi161.ipspmc (mgr.24501) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:34.609 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:17:34.689 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:35.232 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:17:35.232 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:17:35.232 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (18m) 7m ago 18m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (17m) 7m ago 17m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (12m) 7m ago 12m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (12m) 7m ago 12m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (20m) 7m ago 20m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (8m) 7m ago 17m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (20m) 7m ago 20m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (17m) 7m ago 17m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (7m) 7m ago 7m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (7m) 7m ago 7m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (17m) 7m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (16m) 7m ago 16m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:17:35.233 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (16m) 7m ago 16m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (15m) 7m ago 15m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (15m) 7m ago 15m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (15m) 7m ago 15m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (14m) 7m ago 14m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (14m) 7m ago 14m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (14m) 7m ago 14m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:17:35.234 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (16m) 7m ago 17m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:17:35.606 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:17:35.607 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:17:35.921 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:17:35.921 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:17:35.922 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:17:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:34.351375+0000 mgr.smithi161.ipspmc (mgr.24501) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:34.594656+0000 mgr.smithi161.ipspmc (mgr.24501) 357 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:35.604489+0000 mon.smithi112 (mon.0) 938 : audit [DBG] from='client.? 172.21.15.112:0/1331782338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:17:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:34.351375+0000 mgr.smithi161.ipspmc (mgr.24501) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:34.594656+0000 mgr.smithi161.ipspmc (mgr.24501) 357 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:35.604489+0000 mon.smithi112 (mon.0) 938 : audit [DBG] from='client.? 172.21.15.112:0/1331782338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:17:36.297 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:17:37.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:34.915076+0000 mgr.smithi161.ipspmc (mgr.24501) 358 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:37.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:35.220606+0000 mgr.smithi161.ipspmc (mgr.24501) 359 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:37.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:36.296011+0000 mon.smithi112 (mon.0) 939 : audit [DBG] from='client.? 172.21.15.112:0/2873312225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:17:37.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:34.915076+0000 mgr.smithi161.ipspmc (mgr.24501) 358 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:37.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:35.220606+0000 mgr.smithi161.ipspmc (mgr.24501) 359 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:37.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:36 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:36.296011+0000 mon.smithi112 (mon.0) 939 : audit [DBG] from='client.? 172.21.15.112:0/2873312225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:17:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:35.919687+0000 mgr.smithi161.ipspmc (mgr.24501) 360 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:36.351753+0000 mgr.smithi161.ipspmc (mgr.24501) 361 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:35.919687+0000 mgr.smithi161.ipspmc (mgr.24501) 360 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:17:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:36.351753+0000 mgr.smithi161.ipspmc (mgr.24501) 361 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:39.726 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:38.352385+0000 mgr.smithi161.ipspmc (mgr.24501) 362 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:38.352385+0000 mgr.smithi161.ipspmc (mgr.24501) 362 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:40.352938+0000 mgr.smithi161.ipspmc (mgr.24501) 363 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:40.352938+0000 mgr.smithi161.ipspmc (mgr.24501) 363 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:42.353391+0000 mgr.smithi161.ipspmc (mgr.24501) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:42.353391+0000 mgr.smithi161.ipspmc (mgr.24501) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:44.766 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:44.354042+0000 mgr.smithi161.ipspmc (mgr.24501) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:44.354042+0000 mgr.smithi161.ipspmc (mgr.24501) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:46.354448+0000 mgr.smithi161.ipspmc (mgr.24501) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:17:47.399639+0000 mon.smithi161 (mon.1) 124 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:46.354448+0000 mgr.smithi161.ipspmc (mgr.24501) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:17:47.399639+0000 mon.smithi161 (mon.1) 124 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:17:49.803 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:48.355145+0000 mgr.smithi161.ipspmc (mgr.24501) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:48.355145+0000 mgr.smithi161.ipspmc (mgr.24501) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:50.355520+0000 mgr.smithi161.ipspmc (mgr.24501) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:50.355520+0000 mgr.smithi161.ipspmc (mgr.24501) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:52.356029+0000 mgr.smithi161.ipspmc (mgr.24501) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:52.356029+0000 mgr.smithi161.ipspmc (mgr.24501) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:54.838 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:17:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:54.356749+0000 mgr.smithi161.ipspmc (mgr.24501) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:54.356749+0000 mgr.smithi161.ipspmc (mgr.24501) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:17:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:56.357223+0000 mgr.smithi161.ipspmc (mgr.24501) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:56.357223+0000 mgr.smithi161.ipspmc (mgr.24501) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:17:59.872 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:17:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:17:58.358058+0000 mgr.smithi161.ipspmc (mgr.24501) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:17:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:17:58.358058+0000 mgr.smithi161.ipspmc (mgr.24501) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:00.358536+0000 mgr.smithi161.ipspmc (mgr.24501) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:00.358536+0000 mgr.smithi161.ipspmc (mgr.24501) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:02.399902+0000 mon.smithi161 (mon.1) 125 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:02.399902+0000 mon.smithi161 (mon.1) 125 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:02.359013+0000 mgr.smithi161.ipspmc (mgr.24501) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:02.359013+0000 mgr.smithi161.ipspmc (mgr.24501) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:04.914 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:06.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:04.359838+0000 mgr.smithi161.ipspmc (mgr.24501) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:04.359838+0000 mgr.smithi161.ipspmc (mgr.24501) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:06.638 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:18:07.259 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (19m) 7m ago 19m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (18m) 8m ago 18m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (13m) 7m ago 13m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (13m) 8m ago 13m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (20m) 7m ago 20m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (8m) 8m ago 18m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (20m) 7m ago 20m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (18m) 8m ago 17m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:18:07.260 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (8m) 7m ago 8m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (8m) 8m ago 8m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (17m) 8m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (17m) 7m ago 17m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (16m) 7m ago 16m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (16m) 7m ago 16m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (16m) 7m ago 16m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (15m) 8m ago 15m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (15m) 8m ago 15m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (15m) 8m ago 15m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (14m) 8m ago 14m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:18:07.261 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (17m) 7m ago 18m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:18:07.627 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:18:07.628 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:07.629 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:18:07.629 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:18:07.629 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:18:07.629 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:18:07.629 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:18:07.944 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:18:07.944 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:18:07.944 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:18:07.945 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:18:07.945 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:18:07.945 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:18:07.945 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:18:07.945 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:18:07.945 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:18:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:06.360352+0000 mgr.smithi161.ipspmc (mgr.24501) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:06.623857+0000 mgr.smithi161.ipspmc (mgr.24501) 377 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:07.626120+0000 mon.smithi112 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.112:0/4123436150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:18:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:06.360352+0000 mgr.smithi161.ipspmc (mgr.24501) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:06.623857+0000 mgr.smithi161.ipspmc (mgr.24501) 377 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:08.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:07.626120+0000 mon.smithi112 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.112:0/4123436150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:18:08.317 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:18:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:06.940494+0000 mgr.smithi161.ipspmc (mgr.24501) 378 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:07.247548+0000 mgr.smithi161.ipspmc (mgr.24501) 379 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:08.315505+0000 mon.smithi112 (mon.0) 941 : audit [DBG] from='client.? 172.21.15.112:0/3847727455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:18:09.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:06.940494+0000 mgr.smithi161.ipspmc (mgr.24501) 378 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:09.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:07.247548+0000 mgr.smithi161.ipspmc (mgr.24501) 379 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:09.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:08.315505+0000 mon.smithi112 (mon.0) 941 : audit [DBG] from='client.? 172.21.15.112:0/3847727455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:18:09.949 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:07.942378+0000 mgr.smithi161.ipspmc (mgr.24501) 380 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:08.361051+0000 mgr.smithi161.ipspmc (mgr.24501) 381 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:07.942378+0000 mgr.smithi161.ipspmc (mgr.24501) 380 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:08.361051+0000 mgr.smithi161.ipspmc (mgr.24501) 381 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:10.361448+0000 mgr.smithi161.ipspmc (mgr.24501) 382 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:10.361448+0000 mgr.smithi161.ipspmc (mgr.24501) 382 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:12.361889+0000 mgr.smithi161.ipspmc (mgr.24501) 383 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:12.361889+0000 mgr.smithi161.ipspmc (mgr.24501) 383 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:14.989 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:14.362787+0000 mgr.smithi161.ipspmc (mgr.24501) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:14.362787+0000 mgr.smithi161.ipspmc (mgr.24501) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:16.363123+0000 mgr.smithi161.ipspmc (mgr.24501) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:17.400283+0000 mon.smithi161 (mon.1) 126 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:16.363123+0000 mgr.smithi161.ipspmc (mgr.24501) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:17.400283+0000 mon.smithi161 (mon.1) 126 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:20.036 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:18.363809+0000 mgr.smithi161.ipspmc (mgr.24501) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:18.363809+0000 mgr.smithi161.ipspmc (mgr.24501) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:21.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:20.364409+0000 mgr.smithi161.ipspmc (mgr.24501) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:21.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:20.364409+0000 mgr.smithi161.ipspmc (mgr.24501) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:22.364840+0000 mgr.smithi161.ipspmc (mgr.24501) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:22.364840+0000 mgr.smithi161.ipspmc (mgr.24501) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:25.084 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:24.365698+0000 mgr.smithi161.ipspmc (mgr.24501) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:24.365698+0000 mgr.smithi161.ipspmc (mgr.24501) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:26.366267+0000 mgr.smithi161.ipspmc (mgr.24501) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:26.366267+0000 mgr.smithi161.ipspmc (mgr.24501) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:28.367004+0000 mgr.smithi161.ipspmc (mgr.24501) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:28.367004+0000 mgr.smithi161.ipspmc (mgr.24501) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:30.129 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:30.367517+0000 mgr.smithi161.ipspmc (mgr.24501) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:30.367517+0000 mgr.smithi161.ipspmc (mgr.24501) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:32.400412+0000 mon.smithi161 (mon.1) 127 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:32.400412+0000 mon.smithi161 (mon.1) 127 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:32.367939+0000 mgr.smithi161.ipspmc (mgr.24501) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:32.367939+0000 mgr.smithi161.ipspmc (mgr.24501) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:35.170 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:34.368632+0000 mgr.smithi161.ipspmc (mgr.24501) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:34.368632+0000 mgr.smithi161.ipspmc (mgr.24501) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:36.369241+0000 mgr.smithi161.ipspmc (mgr.24501) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:36.369241+0000 mgr.smithi161.ipspmc (mgr.24501) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:38.657 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:18:39.286 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:18:39.286 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:18:39.286 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (19m) 8m ago 19m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:18:39.286 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (18m) 8m ago 18m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:18:39.286 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (13m) 8m ago 13m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (13m) 8m ago 13m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (21m) 8m ago 21m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (9m) 8m ago 18m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (21m) 8m ago 21m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (18m) 8m ago 18m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (8m) 8m ago 8m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (8m) 8m ago 8m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (18m) 8m ago 18m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (17m) 8m ago 17m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (17m) 8m ago 17m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (17m) 8m ago 17m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:18:39.287 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (16m) 8m ago 16m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:18:39.288 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (16m) 8m ago 16m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:18:39.288 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (16m) 8m ago 16m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:18:39.288 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (15m) 8m ago 15m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:18:39.288 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (15m) 8m ago 15m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:18:39.288 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (17m) 8m ago 18m 53.9M - 2.18.1 de242295e225 6406cbaab378 2024-02-12T13:18:39.658 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:18:39.659 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:18:39.660 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:18:39.974 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:18:39.974 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:18:39.975 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:18:40.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:38.369986+0000 mgr.smithi161.ipspmc (mgr.24501) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:40.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:38.643048+0000 mgr.smithi161.ipspmc (mgr.24501) 397 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:40.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:39.656909+0000 mon.smithi112 (mon.0) 942 : audit [DBG] from='client.? 172.21.15.112:0/1625216491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:18:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:38.369986+0000 mgr.smithi161.ipspmc (mgr.24501) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:38.643048+0000 mgr.smithi161.ipspmc (mgr.24501) 397 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:39.656909+0000 mon.smithi112 (mon.0) 942 : audit [DBG] from='client.? 172.21.15.112:0/1625216491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:18:40.202 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:40.352 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:18:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:38.963916+0000 mgr.smithi161.ipspmc (mgr.24501) 398 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:39.274892+0000 mgr.smithi161.ipspmc (mgr.24501) 399 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:41.040 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:40.350448+0000 mon.smithi112 (mon.0) 943 : audit [DBG] from='client.? 172.21.15.112:0/3716188023' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:18:41.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:38.963916+0000 mgr.smithi161.ipspmc (mgr.24501) 398 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:41.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:39.274892+0000 mgr.smithi161.ipspmc (mgr.24501) 399 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:41.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:40.350448+0000 mon.smithi112 (mon.0) 943 : audit [DBG] from='client.? 172.21.15.112:0/3716188023' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:18:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:39.972464+0000 mgr.smithi161.ipspmc (mgr.24501) 400 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:40.370565+0000 mgr.smithi161.ipspmc (mgr.24501) 401 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:39.972464+0000 mgr.smithi161.ipspmc (mgr.24501) 400 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:18:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:40.370565+0000 mgr.smithi161.ipspmc (mgr.24501) 401 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:42.371054+0000 mgr.smithi161.ipspmc (mgr.24501) 402 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:42.371054+0000 mgr.smithi161.ipspmc (mgr.24501) 402 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:45.232 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:44.371790+0000 mgr.smithi161.ipspmc (mgr.24501) 403 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:44.371790+0000 mgr.smithi161.ipspmc (mgr.24501) 403 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:46.372424+0000 mgr.smithi161.ipspmc (mgr.24501) 404 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:47.400789+0000 mon.smithi161 (mon.1) 128 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:46.372424+0000 mgr.smithi161.ipspmc (mgr.24501) 404 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:47.400789+0000 mon.smithi161 (mon.1) 128 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:18:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:48.373085+0000 mgr.smithi161.ipspmc (mgr.24501) 405 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:48.373085+0000 mgr.smithi161.ipspmc (mgr.24501) 405 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:50.282 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:50.373573+0000 mgr.smithi161.ipspmc (mgr.24501) 406 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:50.373573+0000 mgr.smithi161.ipspmc (mgr.24501) 406 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:52.373994+0000 mgr.smithi161.ipspmc (mgr.24501) 407 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:52.373994+0000 mgr.smithi161.ipspmc (mgr.24501) 407 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:55.329 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:18:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:53.997583+0000 mon.smithi112 (mon.0) 944 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:18:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:18:54.003181+0000 mon.smithi112 (mon.0) 945 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:18:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:18:54.029388+0000 mgr.smithi161.ipspmc (mgr.24501) 408 : cephadm [INF] Reconfiguring node-exporter.smithi161 (dependencies changed)... 2024-02-12T13:18:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:18:54.029832+0000 mgr.smithi161.ipspmc (mgr.24501) 409 : cephadm [INF] Reconfiguring daemon node-exporter.smithi161 on smithi161 2024-02-12T13:18:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:54 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:54.374713+0000 mgr.smithi161.ipspmc (mgr.24501) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:55.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:53.997583+0000 mon.smithi112 (mon.0) 944 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:18:55.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:18:54.003181+0000 mon.smithi112 (mon.0) 945 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:18:55.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:18:54.029388+0000 mgr.smithi161.ipspmc (mgr.24501) 408 : cephadm [INF] Reconfiguring node-exporter.smithi161 (dependencies changed)... 2024-02-12T13:18:55.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:18:54.029832+0000 mgr.smithi161.ipspmc (mgr.24501) 409 : cephadm [INF] Reconfiguring daemon node-exporter.smithi161 on smithi161 2024-02-12T13:18:55.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:54 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:54.374713+0000 mgr.smithi161.ipspmc (mgr.24501) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:18:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:56.375138+0000 mgr.smithi161.ipspmc (mgr.24501) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:18:57.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:56.375138+0000 mgr.smithi161.ipspmc (mgr.24501) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:18:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:18:58.375794+0000 mgr.smithi161.ipspmc (mgr.24501) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:18:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:18:58.375794+0000 mgr.smithi161.ipspmc (mgr.24501) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:00.383 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:00.376221+0000 mgr.smithi161.ipspmc (mgr.24501) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:00.376221+0000 mgr.smithi161.ipspmc (mgr.24501) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:02.401092+0000 mon.smithi161 (mon.1) 129 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:02.401092+0000 mon.smithi161 (mon.1) 129 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:02.376708+0000 mgr.smithi161.ipspmc (mgr.24501) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:02.376708+0000 mgr.smithi161.ipspmc (mgr.24501) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:05.419 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:05.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:04.377410+0000 mgr.smithi161.ipspmc (mgr.24501) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:04.377410+0000 mgr.smithi161.ipspmc (mgr.24501) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:06.377913+0000 mgr.smithi161.ipspmc (mgr.24501) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:06.377913+0000 mgr.smithi161.ipspmc (mgr.24501) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:08.378859+0000 mgr.smithi161.ipspmc (mgr.24501) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:08.378859+0000 mgr.smithi161.ipspmc (mgr.24501) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:10.458 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:10.697 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:19:11.321 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:19:11.321 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:19:11.321 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (20m) 9m ago 20m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:19:11.321 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (19m) 9m ago 19m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:19:11.321 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (14m) 9m ago 14m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (14m) 9m ago 14m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (21m) 9m ago 21m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (9m) 9m ago 19m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (21m) 9m ago 21m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (19m) 9m ago 19m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (9m) 9m ago 9m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (9m) 9m ago 9m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (18m) 9m ago 18m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (18m) 9m ago 18m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:19:11.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (17m) 9m ago 17m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (17m) 9m ago 17m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (17m) 9m ago 17m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (16m) 9m ago 16m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (16m) 9m ago 16m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (16m) 9m ago 16m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (15m) 9m ago 15m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:19:11.323 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 starting - - - - 2024-02-12T13:19:11.694 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:19:11.695 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:19:11.696 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:19:12.015 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:19:12.016 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:19:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:10.379226+0000 mgr.smithi161.ipspmc (mgr.24501) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:10.681786+0000 mgr.smithi161.ipspmc (mgr.24501) 419 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:11.693077+0000 mon.smithi112 (mon.0) 946 : audit [DBG] from='client.? 172.21.15.112:0/3576194518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:19:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:10.379226+0000 mgr.smithi161.ipspmc (mgr.24501) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:10.681786+0000 mgr.smithi161.ipspmc (mgr.24501) 419 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:11.693077+0000 mon.smithi112 (mon.0) 946 : audit [DBG] from='client.? 172.21.15.112:0/3576194518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:19:12.387 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:19:13.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:10.998629+0000 mgr.smithi161.ipspmc (mgr.24501) 420 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:13.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:11.309608+0000 mgr.smithi161.ipspmc (mgr.24501) 421 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:13.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:12 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:12.385462+0000 mon.smithi112 (mon.0) 947 : audit [DBG] from='client.? 172.21.15.112:0/2955971312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:19:13.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:10.998629+0000 mgr.smithi161.ipspmc (mgr.24501) 420 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:13.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:11.309608+0000 mgr.smithi161.ipspmc (mgr.24501) 421 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:13.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:12.385462+0000 mon.smithi112 (mon.0) 947 : audit [DBG] from='client.? 172.21.15.112:0/2955971312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:19:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:12.013843+0000 mgr.smithi161.ipspmc (mgr.24501) 422 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:12.379713+0000 mgr.smithi161.ipspmc (mgr.24501) 423 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:12.013843+0000 mgr.smithi161.ipspmc (mgr.24501) 422 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:12.379713+0000 mgr.smithi161.ipspmc (mgr.24501) 423 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:15.493 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:14.380427+0000 mgr.smithi161.ipspmc (mgr.24501) 424 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:14.380427+0000 mgr.smithi161.ipspmc (mgr.24501) 424 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:16.380848+0000 mgr.smithi161.ipspmc (mgr.24501) 425 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:17.401349+0000 mon.smithi161 (mon.1) 130 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:16.380848+0000 mgr.smithi161.ipspmc (mgr.24501) 425 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:17.401349+0000 mon.smithi161 (mon.1) 130 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:18.381755+0000 mgr.smithi161.ipspmc (mgr.24501) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:18.381755+0000 mgr.smithi161.ipspmc (mgr.24501) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:20.534 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:20.382277+0000 mgr.smithi161.ipspmc (mgr.24501) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:20.382277+0000 mgr.smithi161.ipspmc (mgr.24501) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:22.382770+0000 mgr.smithi161.ipspmc (mgr.24501) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:22.382770+0000 mgr.smithi161.ipspmc (mgr.24501) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:25.574 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:24.383655+0000 mgr.smithi161.ipspmc (mgr.24501) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:24.383655+0000 mgr.smithi161.ipspmc (mgr.24501) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:26.384178+0000 mgr.smithi161.ipspmc (mgr.24501) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:26.384178+0000 mgr.smithi161.ipspmc (mgr.24501) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:28.384867+0000 mgr.smithi161.ipspmc (mgr.24501) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:28.384867+0000 mgr.smithi161.ipspmc (mgr.24501) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:30.623 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:30.385343+0000 mgr.smithi161.ipspmc (mgr.24501) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:30.385343+0000 mgr.smithi161.ipspmc (mgr.24501) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:32.401597+0000 mon.smithi161 (mon.1) 131 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:32.401597+0000 mon.smithi161 (mon.1) 131 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:32.385866+0000 mgr.smithi161.ipspmc (mgr.24501) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:32.385866+0000 mgr.smithi161.ipspmc (mgr.24501) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:35.671 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:34.386640+0000 mgr.smithi161.ipspmc (mgr.24501) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:34.386640+0000 mgr.smithi161.ipspmc (mgr.24501) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:36.387032+0000 mgr.smithi161.ipspmc (mgr.24501) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:36.387032+0000 mgr.smithi161.ipspmc (mgr.24501) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:40.019 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:38.387820+0000 mgr.smithi161.ipspmc (mgr.24501) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:38.387820+0000 mgr.smithi161.ipspmc (mgr.24501) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:40.708 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:40.388366+0000 mgr.smithi161.ipspmc (mgr.24501) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:40.388366+0000 mgr.smithi161.ipspmc (mgr.24501) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:42.733 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (20m) 9m ago 20m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (19m) 9m ago 19m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (14m) 9m ago 14m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (14m) 9m ago 14m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (22m) 9m ago 22m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (10m) 9m ago 19m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (22m) 9m ago 22m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:19:43.361 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (19m) 9m ago 19m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (9m) 9m ago 9m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (9m) 9m ago 9m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (19m) 9m ago 19m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (19m) 9m ago 19m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (18m) 9m ago 18m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (18m) 9m ago 18m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (17m) 9m ago 17m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (17m) 9m ago 17m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (17m) 9m ago 17m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (16m) 9m ago 16m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (16m) 9m ago 16m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:19:43.362 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 starting - - - - 2024-02-12T13:19:43.732 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:19:43.732 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:19:43.732 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:19:43.733 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:19:43.734 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:19:43.734 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:19:44.048 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:19:44.049 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:19:44.049 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:19:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:42.388802+0000 mgr.smithi161.ipspmc (mgr.24501) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:42.717570+0000 mgr.smithi161.ipspmc (mgr.24501) 439 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:43.730712+0000 mon.smithi112 (mon.0) 948 : audit [DBG] from='client.? 172.21.15.112:0/1928823729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:19:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:42.388802+0000 mgr.smithi161.ipspmc (mgr.24501) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:42.717570+0000 mgr.smithi161.ipspmc (mgr.24501) 439 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:43.730712+0000 mon.smithi112 (mon.0) 948 : audit [DBG] from='client.? 172.21.15.112:0/1928823729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:19:44.419 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:19:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:43.041710+0000 mgr.smithi161.ipspmc (mgr.24501) 440 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:43.347191+0000 mgr.smithi161.ipspmc (mgr.24501) 441 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:44.417773+0000 mon.smithi112 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.112:0/3838213857' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:19:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:43.041710+0000 mgr.smithi161.ipspmc (mgr.24501) 440 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:43.347191+0000 mgr.smithi161.ipspmc (mgr.24501) 441 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:44.417773+0000 mon.smithi112 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.112:0/3838213857' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:19:45.746 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:44.046184+0000 mgr.smithi161.ipspmc (mgr.24501) 442 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:44.389760+0000 mgr.smithi161.ipspmc (mgr.24501) 443 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:44.046184+0000 mgr.smithi161.ipspmc (mgr.24501) 442 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:19:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:44.389760+0000 mgr.smithi161.ipspmc (mgr.24501) 443 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:46.390141+0000 mgr.smithi161.ipspmc (mgr.24501) 444 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:19:47.401927+0000 mon.smithi161 (mon.1) 132 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:48.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:46.390141+0000 mgr.smithi161.ipspmc (mgr.24501) 444 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:48.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:19:47.401927+0000 mon.smithi161 (mon.1) 132 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:19:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:48.390954+0000 mgr.smithi161.ipspmc (mgr.24501) 445 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:48.390954+0000 mgr.smithi161.ipspmc (mgr.24501) 445 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:50.784 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:50.391447+0000 mgr.smithi161.ipspmc (mgr.24501) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:52.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:50.391447+0000 mgr.smithi161.ipspmc (mgr.24501) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:52.391830+0000 mgr.smithi161.ipspmc (mgr.24501) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:52.391830+0000 mgr.smithi161.ipspmc (mgr.24501) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:55.824 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:19:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:54.392553+0000 mgr.smithi161.ipspmc (mgr.24501) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:54.392553+0000 mgr.smithi161.ipspmc (mgr.24501) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:19:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:57 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:56.392966+0000 mgr.smithi161.ipspmc (mgr.24501) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:19:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:56.392966+0000 mgr.smithi161.ipspmc (mgr.24501) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:19:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:19:58.393761+0000 mgr.smithi161.ipspmc (mgr.24501) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:19:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:19:58.393761+0000 mgr.smithi161.ipspmc (mgr.24501) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:00.860 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:00.000172+0000 mon.smithi112 (mon.0) 950 : cluster [INF] overall HEALTH_OK 2024-02-12T13:20:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:00 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:00.000172+0000 mon.smithi112 (mon.0) 950 : cluster [INF] overall HEALTH_OK 2024-02-12T13:20:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:00.394184+0000 mgr.smithi161.ipspmc (mgr.24501) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:00.394184+0000 mgr.smithi161.ipspmc (mgr.24501) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:02.402181+0000 mon.smithi161 (mon.1) 133 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:02.402181+0000 mon.smithi161 (mon.1) 133 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:02.394587+0000 mgr.smithi161.ipspmc (mgr.24501) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:02.394587+0000 mgr.smithi161.ipspmc (mgr.24501) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:05.896 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:04.395555+0000 mgr.smithi161.ipspmc (mgr.24501) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:04.395555+0000 mgr.smithi161.ipspmc (mgr.24501) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:06.396092+0000 mgr.smithi161.ipspmc (mgr.24501) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:06.396092+0000 mgr.smithi161.ipspmc (mgr.24501) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:08.396925+0000 mgr.smithi161.ipspmc (mgr.24501) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:08.396925+0000 mgr.smithi161.ipspmc (mgr.24501) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:10.951 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:10.397334+0000 mgr.smithi161.ipspmc (mgr.24501) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:10.397334+0000 mgr.smithi161.ipspmc (mgr.24501) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:12.397846+0000 mgr.smithi161.ipspmc (mgr.24501) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:12.397846+0000 mgr.smithi161.ipspmc (mgr.24501) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:14.760 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (21m) 10m ago 21m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (20m) 10m ago 20m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (15m) 10m ago 15m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (15m) 10m ago 15m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (22m) 10m ago 22m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (10m) 10m ago 20m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (22m) 10m ago 22m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (20m) 10m ago 20m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:20:15.381 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (10m) 10m ago 10m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (10m) 10m ago 10m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (19m) 10m ago 19m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (19m) 10m ago 19m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (19m) 10m ago 19m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (18m) 10m ago 18m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (18m) 10m ago 18m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (17m) 10m ago 17m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (17m) 10m ago 17m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (17m) 10m ago 17m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (16m) 10m ago 16m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:20:15.382 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 starting - - - - 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:20:15.753 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:20:15.754 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:20:15.985 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:16.075 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:20:16.075 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:20:16.076 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:20:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:14.398750+0000 mgr.smithi161.ipspmc (mgr.24501) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:14.745257+0000 mgr.smithi161.ipspmc (mgr.24501) 459 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:15.751436+0000 mon.smithi112 (mon.0) 951 : audit [DBG] from='client.? 172.21.15.112:0/3837626318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:20:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:14.398750+0000 mgr.smithi161.ipspmc (mgr.24501) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:14.745257+0000 mgr.smithi161.ipspmc (mgr.24501) 459 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:15.751436+0000 mon.smithi112 (mon.0) 951 : audit [DBG] from='client.? 172.21.15.112:0/3837626318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:20:16.447 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:20:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:15.063160+0000 mgr.smithi161.ipspmc (mgr.24501) 460 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:15.369327+0000 mgr.smithi161.ipspmc (mgr.24501) 461 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:16.446076+0000 mon.smithi112 (mon.0) 952 : audit [DBG] from='client.? 172.21.15.112:0/3787145770' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:20:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:15.063160+0000 mgr.smithi161.ipspmc (mgr.24501) 460 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:15.369327+0000 mgr.smithi161.ipspmc (mgr.24501) 461 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:16.446076+0000 mon.smithi112 (mon.0) 952 : audit [DBG] from='client.? 172.21.15.112:0/3787145770' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:20:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:16.073411+0000 mgr.smithi161.ipspmc (mgr.24501) 462 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:16.399288+0000 mgr.smithi161.ipspmc (mgr.24501) 463 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:17.402514+0000 mon.smithi161 (mon.1) 134 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:16.073411+0000 mgr.smithi161.ipspmc (mgr.24501) 462 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:16.399288+0000 mgr.smithi161.ipspmc (mgr.24501) 463 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:17.402514+0000 mon.smithi161 (mon.1) 134 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:18.400011+0000 mgr.smithi161.ipspmc (mgr.24501) 464 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:19 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:18.400011+0000 mgr.smithi161.ipspmc (mgr.24501) 464 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:21.032 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:20.400454+0000 mgr.smithi161.ipspmc (mgr.24501) 465 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:22.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:20.400454+0000 mgr.smithi161.ipspmc (mgr.24501) 465 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:22.401000+0000 mgr.smithi161.ipspmc (mgr.24501) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:24.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:22.401000+0000 mgr.smithi161.ipspmc (mgr.24501) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:26.076 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:24.401753+0000 mgr.smithi161.ipspmc (mgr.24501) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:26.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:24.401753+0000 mgr.smithi161.ipspmc (mgr.24501) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:26.402180+0000 mgr.smithi161.ipspmc (mgr.24501) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:28.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:26.402180+0000 mgr.smithi161.ipspmc (mgr.24501) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:28.402848+0000 mgr.smithi161.ipspmc (mgr.24501) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:28.402848+0000 mgr.smithi161.ipspmc (mgr.24501) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:31.114 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:30.403289+0000 mgr.smithi161.ipspmc (mgr.24501) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:31 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:30.403289+0000 mgr.smithi161.ipspmc (mgr.24501) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:32.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:32.402661+0000 mon.smithi161 (mon.1) 135 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:32.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:32.402661+0000 mon.smithi161 (mon.1) 135 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:32.403605+0000 mgr.smithi161.ipspmc (mgr.24501) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:32.403605+0000 mgr.smithi161.ipspmc (mgr.24501) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:34.404576+0000 mgr.smithi161.ipspmc (mgr.24501) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:34.404576+0000 mgr.smithi161.ipspmc (mgr.24501) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:36.175 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:36.404976+0000 mgr.smithi161.ipspmc (mgr.24501) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:36.404976+0000 mgr.smithi161.ipspmc (mgr.24501) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:38.405701+0000 mgr.smithi161.ipspmc (mgr.24501) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:38.405701+0000 mgr.smithi161.ipspmc (mgr.24501) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:41.220 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:42.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:40.406181+0000 mgr.smithi161.ipspmc (mgr.24501) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:40.406181+0000 mgr.smithi161.ipspmc (mgr.24501) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:42.406608+0000 mgr.smithi161.ipspmc (mgr.24501) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:42.406608+0000 mgr.smithi161.ipspmc (mgr.24501) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:44.407275+0000 mgr.smithi161.ipspmc (mgr.24501) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:45 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:44.407275+0000 mgr.smithi161.ipspmc (mgr.24501) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:46.257 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:46.787 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:20:47.404 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:20:47.404 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 starting - - - - 2024-02-12T13:20:47.404 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (21m) 10m ago 21m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (20m) 10m ago 20m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 starting - - - - 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (15m) 10m ago 15m 38.6M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (15m) 10m ago 15m 12.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:9283 running (23m) 10m ago 23m 367M - 16.2.5 6933c2a0b7dd 328239b36986 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (11m) 10m ago 20m 497M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:20:47.405 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (23m) 10m ago 23m 53.0M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:20:47.406 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (20m) 10m ago 20m 42.2M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:20:47.406 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (10m) 10m ago 10m 45.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:20:47.406 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (10m) 10m ago 10m 44.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:20:47.406 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:20:47.406 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (20m) 10m ago 20m 17.1M - 0.18.1 e5a616e4b9cf 21533de36611 2024-02-12T13:20:47.406 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (20m) 10m ago 20m 365M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:20:47.407 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (19m) 10m ago 19m 546M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:20:47.407 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (19m) 10m ago 19m 405M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:20:47.407 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (18m) 10m ago 18m 559M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:20:47.407 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (18m) 10m ago 18m 590M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:20:47.407 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (18m) 10m ago 18m 416M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:20:47.407 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (17m) 10m ago 17m 337M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:20:47.408 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (17m) 10m ago 17m 508M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:20:47.408 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 starting - - - - 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:47.774 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:20:47.775 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:20:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:46.407776+0000 mgr.smithi161.ipspmc (mgr.24501) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:46.773123+0000 mgr.smithi161.ipspmc (mgr.24501) 479 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:47.403558+0000 mon.smithi161 (mon.1) 136 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:48.091 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:20:48.091 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:20:48.091 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:20:48.092 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:20:48.092 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:20:48.092 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:20:48.092 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:20:48.092 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:20:48.092 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:20:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:46.407776+0000 mgr.smithi161.ipspmc (mgr.24501) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:46.773123+0000 mgr.smithi161.ipspmc (mgr.24501) 479 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:47.403558+0000 mon.smithi161 (mon.1) 136 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:20:48.462 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:20:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:47.088054+0000 mgr.smithi161.ipspmc (mgr.24501) 480 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:47.392662+0000 mgr.smithi161.ipspmc (mgr.24501) 481 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:47.772184+0000 mon.smithi112 (mon.0) 953 : audit [DBG] from='client.? 172.21.15.112:0/3794000207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:20:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:48.460207+0000 mon.smithi112 (mon.0) 954 : audit [DBG] from='client.? 172.21.15.112:0/1621829190' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:20:49.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:47.088054+0000 mgr.smithi161.ipspmc (mgr.24501) 480 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:49.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:47.392662+0000 mgr.smithi161.ipspmc (mgr.24501) 481 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:49.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:47.772184+0000 mon.smithi112 (mon.0) 953 : audit [DBG] from='client.? 172.21.15.112:0/3794000207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:20:49.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:48.460207+0000 mon.smithi112 (mon.0) 954 : audit [DBG] from='client.? 172.21.15.112:0/1621829190' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:20:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:48.089709+0000 mgr.smithi161.ipspmc (mgr.24501) 482 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:48.408530+0000 mgr.smithi161.ipspmc (mgr.24501) 483 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:48.089709+0000 mgr.smithi161.ipspmc (mgr.24501) 482 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:20:50.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:48.408530+0000 mgr.smithi161.ipspmc (mgr.24501) 483 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:51.296 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:50.408978+0000 mgr.smithi161.ipspmc (mgr.24501) 484 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:51 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:50.408978+0000 mgr.smithi161.ipspmc (mgr.24501) 484 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:52.409499+0000 mgr.smithi161.ipspmc (mgr.24501) 485 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:53 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:52.409499+0000 mgr.smithi161.ipspmc (mgr.24501) 485 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:56.083 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:55 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:54.410329+0000 mgr.smithi161.ipspmc (mgr.24501) 486 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:55 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:54.410329+0000 mgr.smithi161.ipspmc (mgr.24501) 486 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:20:56.338 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:20:57.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.914291+0000 mon.smithi112 (mon.0) 955 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.922293+0000 mon.smithi112 (mon.0) 956 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.945408+0000 mon.smithi161 (mon.1) 137 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.945754+0000 mgr.smithi161.ipspmc (mgr.24501) 487 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.946567+0000 mon.smithi161 (mon.1) 138 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.946816+0000 mgr.smithi161.ipspmc (mgr.24501) 488 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.953138+0000 mon.smithi112 (mon.0) 957 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.960393+0000 mon.smithi161 (mon.1) 139 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.960755+0000 mgr.smithi161.ipspmc (mgr.24501) 489 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.962791+0000 mon.smithi161 (mon.1) 140 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.963075+0000 mgr.smithi161.ipspmc (mgr.24501) 490 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.970023+0000 mon.smithi112 (mon.0) 958 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.980284+0000 mon.smithi161 (mon.1) 141 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.980676+0000 mgr.smithi161.ipspmc (mgr.24501) 491 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:20:57.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.981896+0000 mon.smithi161 (mon.1) 142 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi112.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.982235+0000 mgr.smithi161.ipspmc (mgr.24501) 492 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi112.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.988436+0000 mon.smithi112 (mon.0) 959 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:55.997921+0000 mon.smithi161 (mon.1) 143 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:56.005043+0000 mon.smithi112 (mon.0) 960 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:20:56.006499+0000 mgr.smithi161.ipspmc (mgr.24501) 493 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:20:56.006871+0000 mgr.smithi161.ipspmc (mgr.24501) 494 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:20:57.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:56 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:56.410666+0000 mgr.smithi161.ipspmc (mgr.24501) 495 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.914291+0000 mon.smithi112 (mon.0) 955 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.922293+0000 mon.smithi112 (mon.0) 956 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.945408+0000 mon.smithi161 (mon.1) 137 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:20:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.945754+0000 mgr.smithi161.ipspmc (mgr.24501) 487 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:20:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.946567+0000 mon.smithi161 (mon.1) 138 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.946816+0000 mgr.smithi161.ipspmc (mgr.24501) 488 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi112.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.953138+0000 mon.smithi112 (mon.0) 957 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.960393+0000 mon.smithi161 (mon.1) 139 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.960755+0000 mgr.smithi161.ipspmc (mgr.24501) 489 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.962791+0000 mon.smithi161 (mon.1) 140 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.963075+0000 mgr.smithi161.ipspmc (mgr.24501) 490 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi112.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.970023+0000 mon.smithi112 (mon.0) 958 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.980284+0000 mon.smithi161 (mon.1) 141 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.980676+0000 mgr.smithi161.ipspmc (mgr.24501) 491 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:20:57.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.981896+0000 mon.smithi161 (mon.1) 142 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi112.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.982235+0000 mgr.smithi161.ipspmc (mgr.24501) 492 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi112.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.988436+0000 mon.smithi112 (mon.0) 959 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:55.997921+0000 mon.smithi161 (mon.1) 143 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:56.005043+0000 mon.smithi112 (mon.0) 960 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:20:56.006499+0000 mgr.smithi161.ipspmc (mgr.24501) 493 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:20:56.006871+0000 mgr.smithi161.ipspmc (mgr.24501) 494 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:20:57.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:56 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:56.410666+0000 mgr.smithi161.ipspmc (mgr.24501) 495 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:20:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:20:57.674649+0000 mgr.smithi161.ipspmc (mgr.24501) 496 : cephadm [INF] Upgrade: Updating mgr.smithi112.yacrbz 2024-02-12T13:20:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:57.679632+0000 mon.smithi112 (mon.0) 961 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:57.681805+0000 mon.smithi161 (mon.1) 144 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:20:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:57.682253+0000 mon.smithi112 (mon.0) 962 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:20:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:57.683465+0000 mon.smithi161 (mon.1) 145 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:20:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:20:57.684413+0000 mon.smithi161 (mon.1) 146 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:20:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:20:57.685360+0000 mgr.smithi161.ipspmc (mgr.24501) 497 : cephadm [INF] Deploying daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:20:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:20:57.674649+0000 mgr.smithi161.ipspmc (mgr.24501) 496 : cephadm [INF] Upgrade: Updating mgr.smithi112.yacrbz 2024-02-12T13:20:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:57.679632+0000 mon.smithi112 (mon.0) 961 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:20:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:57.681805+0000 mon.smithi161 (mon.1) 144 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:20:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:57.682253+0000 mon.smithi112 (mon.0) 962 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:20:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:57.683465+0000 mon.smithi161 (mon.1) 145 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:20:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:20:57.684413+0000 mon.smithi161 (mon.1) 146 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:20:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:20:57.685360+0000 mgr.smithi161.ipspmc (mgr.24501) 497 : cephadm [INF] Deploying daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:21:00.086 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:20:59 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:20:58.411353+0000 mgr.smithi161.ipspmc (mgr.24501) 498 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:20:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:20:58.411353+0000 mgr.smithi161.ipspmc (mgr.24501) 498 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:01.387 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:00.411677+0000 mgr.smithi161.ipspmc (mgr.24501) 499 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.545518+0000 mon.smithi112 (mon.0) 963 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.551957+0000 mon.smithi112 (mon.0) 964 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.558115+0000 mon.smithi161 (mon.1) 147 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:02.104 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:00.411677+0000 mgr.smithi161.ipspmc (mgr.24501) 499 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:02.105 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.545518+0000 mon.smithi112 (mon.0) 963 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.105 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.551957+0000 mon.smithi112 (mon.0) 964 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.105 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:01 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.558115+0000 mon.smithi161 (mon.1) 147 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:02.907 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.829891+0000 mon.smithi112 (mon.0) 965 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.907 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.835280+0000 mon.smithi112 (mon.0) 966 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.907 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.878319+0000 mon.smithi112 (mon.0) 967 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.907 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:01.883624+0000 mon.smithi112 (mon.0) 968 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:02.907 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:02.403770+0000 mon.smithi161 (mon.1) 148 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.829891+0000 mon.smithi112 (mon.0) 965 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.835280+0000 mon.smithi112 (mon.0) 966 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.878319+0000 mon.smithi112 (mon.0) 967 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:01.883624+0000 mon.smithi112 (mon.0) 968 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:02.403770+0000 mon.smithi161 (mon.1) 148 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:02.415540+0000 mgr.smithi161.ipspmc (mgr.24501) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:02.415540+0000 mgr.smithi161.ipspmc (mgr.24501) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:06.045 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:04.416422+0000 mgr.smithi161.ipspmc (mgr.24501) 501 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:05 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:04.416422+0000 mgr.smithi161.ipspmc (mgr.24501) 501 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:06.430 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:06.313648+0000 mon.smithi112 (mon.0) 969 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:06.319681+0000 mon.smithi112 (mon.0) 970 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:06.416762+0000 mgr.smithi161.ipspmc (mgr.24501) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:06.313648+0000 mon.smithi112 (mon.0) 969 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:06.319681+0000 mon.smithi112 (mon.0) 970 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:07 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:06.416762+0000 mgr.smithi161.ipspmc (mgr.24501) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:08.610591+0000 mon.smithi112 (mon.0) 971 : cluster [DBG] Standby manager daemon smithi112.yacrbz restarted 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:08.610692+0000 mon.smithi112 (mon.0) 972 : cluster [DBG] Standby manager daemon smithi112.yacrbz started 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:08.612577+0000 mon.smithi112 (mon.0) 973 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/crt"}]: dispatch 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:08.613047+0000 mon.smithi112 (mon.0) 974 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:08.615086+0000 mon.smithi112 (mon.0) 975 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/key"}]: dispatch 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:08.615854+0000 mon.smithi112 (mon.0) 976 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:08.668710+0000 mon.smithi112 (mon.0) 977 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:08 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:08.675648+0000 mon.smithi112 (mon.0) 978 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:08.610591+0000 mon.smithi112 (mon.0) 971 : cluster [DBG] Standby manager daemon smithi112.yacrbz restarted 2024-02-12T13:21:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:08.610692+0000 mon.smithi112 (mon.0) 972 : cluster [DBG] Standby manager daemon smithi112.yacrbz started 2024-02-12T13:21:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:08.612577+0000 mon.smithi112 (mon.0) 973 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/crt"}]: dispatch 2024-02-12T13:21:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:08.613047+0000 mon.smithi112 (mon.0) 974 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:08.615086+0000 mon.smithi112 (mon.0) 975 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi112.yacrbz/key"}]: dispatch 2024-02-12T13:21:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:08.615854+0000 mon.smithi112 (mon.0) 976 : audit [DBG] from='mgr.? 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:08.668710+0000 mon.smithi112 (mon.0) 977 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:08.675648+0000 mon.smithi112 (mon.0) 978 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:09.960 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:08.417614+0000 mgr.smithi161.ipspmc (mgr.24501) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:09.961 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:08.707600+0000 mon.smithi112 (mon.0) 979 : cluster [DBG] mgrmap e30: smithi161.ipspmc(active, since 11m), standbys: smithi112.yacrbz 2024-02-12T13:21:09.961 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:09.312308+0000 mon.smithi112 (mon.0) 980 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:09.961 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:09 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:09.318730+0000 mon.smithi112 (mon.0) 981 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:08.417614+0000 mgr.smithi161.ipspmc (mgr.24501) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:08.707600+0000 mon.smithi112 (mon.0) 979 : cluster [DBG] mgrmap e30: smithi161.ipspmc(active, since 11m), standbys: smithi112.yacrbz 2024-02-12T13:21:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:09.312308+0000 mon.smithi112 (mon.0) 980 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:10.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:09.318730+0000 mon.smithi112 (mon.0) 981 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:11.469 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:10.418143+0000 mgr.smithi161.ipspmc (mgr.24501) 504 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:12.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:11 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:10.418143+0000 mgr.smithi161.ipspmc (mgr.24501) 504 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:13.965 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:12.418519+0000 mgr.smithi161.ipspmc (mgr.24501) 505 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:12.900781+0000 mon.smithi112 (mon.0) 982 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:12.909581+0000 mon.smithi112 (mon.0) 983 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:12.912129+0000 mon.smithi161 (mon.1) 149 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:12.913008+0000 mon.smithi161 (mon.1) 150 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:12.920414+0000 mon.smithi112 (mon.0) 984 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:12.930887+0000 mon.smithi112 (mon.0) 985 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.067936+0000 mon.smithi161 (mon.1) 151 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.073902+0000 mon.smithi161 (mon.1) 152 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr fail", "who": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.074184+0000 mon.smithi112 (mon.0) 986 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr fail", "who": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:13.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:13 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:13.082654+0000 mon.smithi112 (mon.0) 987 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:12.418519+0000 mgr.smithi161.ipspmc (mgr.24501) 505 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:12.900781+0000 mon.smithi112 (mon.0) 982 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:12.909581+0000 mon.smithi112 (mon.0) 983 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:12.912129+0000 mon.smithi161 (mon.1) 149 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:12.913008+0000 mon.smithi161 (mon.1) 150 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:12.920414+0000 mon.smithi112 (mon.0) 984 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:12.930887+0000 mon.smithi112 (mon.0) 985 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.067936+0000 mon.smithi161 (mon.1) 151 : audit [DBG] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:13.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.073902+0000 mon.smithi161 (mon.1) 152 : audit [INF] from='mgr.24501 172.21.15.161:0/1605961783' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr fail", "who": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:13.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.074184+0000 mon.smithi112 (mon.0) 986 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "mgr fail", "who": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:13.968 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:13 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:13.082654+0000 mon.smithi112 (mon.0) 987 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:12.914691+0000 mgr.smithi161.ipspmc (mgr.24501) 506 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:13.070622+0000 mgr.smithi161.ipspmc (mgr.24501) 507 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:13.071117+0000 mgr.smithi161.ipspmc (mgr.24501) 508 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:13.073645+0000 mgr.smithi161.ipspmc (mgr.24501) 509 : cephadm [INF] Failing over to other MGR 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:13.908199+0000 mon.smithi112 (mon.0) 988 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.936360+0000 mon.smithi112 (mon.0) 989 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "mgr fail", "who": "smithi161.ipspmc"}]': finished 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:13.936458+0000 mon.smithi112 (mon.0) 990 : cluster [DBG] mgrmap e31: smithi112.yacrbz(active, starting, since 0.861585s) 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.937800+0000 mon.smithi112 (mon.0) 991 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.937951+0000 mon.smithi112 (mon.0) 992 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.938441+0000 mon.smithi112 (mon.0) 993 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:21:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.938651+0000 mon.smithi112 (mon.0) 994 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.939078+0000 mon.smithi112 (mon.0) 995 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.939396+0000 mon.smithi112 (mon.0) 996 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.939608+0000 mon.smithi112 (mon.0) 997 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.939852+0000 mon.smithi112 (mon.0) 998 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.940161+0000 mon.smithi112 (mon.0) 999 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.940450+0000 mon.smithi112 (mon.0) 1000 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.940768+0000 mon.smithi112 (mon.0) 1001 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.941088+0000 mon.smithi112 (mon.0) 1002 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.941408+0000 mon.smithi112 (mon.0) 1003 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.941667+0000 mon.smithi112 (mon.0) 1004 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.941894+0000 mon.smithi112 (mon.0) 1005 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:21:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.942372+0000 mon.smithi112 (mon.0) 1006 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:13.975101+0000 mon.smithi112 (mon.0) 1007 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:13.997962+0000 mon.smithi112 (mon.0) 1008 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:14.000456+0000 mon.smithi112 (mon.0) 1009 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:14.025479+0000 mon.smithi112 (mon.0) 1010 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:14.027094+0000 mon.smithi112 (mon.0) 1011 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:14.029572+0000 mon.smithi112 (mon.0) 1012 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:14.052852+0000 mon.smithi112 (mon.0) 1013 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:14.317989+0000 mgr.smithi112.yacrbz (mgr.15378) 1 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Bus STARTING 2024-02-12T13:21:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:14 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:14.421933+0000 mgr.smithi112.yacrbz (mgr.15378) 2 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:21:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:12.914691+0000 mgr.smithi161.ipspmc (mgr.24501) 506 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-02-12T13:21:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:13.070622+0000 mgr.smithi161.ipspmc (mgr.24501) 507 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:21:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:13.071117+0000 mgr.smithi161.ipspmc (mgr.24501) 508 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:21:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:13.073645+0000 mgr.smithi161.ipspmc (mgr.24501) 509 : cephadm [INF] Failing over to other MGR 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:13.908199+0000 mon.smithi112 (mon.0) 988 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.936360+0000 mon.smithi112 (mon.0) 989 : audit [INF] from='mgr.24501 ' entity='mgr.smithi161.ipspmc' cmd='[{"prefix": "mgr fail", "who": "smithi161.ipspmc"}]': finished 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:13.936458+0000 mon.smithi112 (mon.0) 990 : cluster [DBG] mgrmap e31: smithi112.yacrbz(active, starting, since 0.861585s) 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.937800+0000 mon.smithi112 (mon.0) 991 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.937951+0000 mon.smithi112 (mon.0) 992 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.938441+0000 mon.smithi112 (mon.0) 993 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.938651+0000 mon.smithi112 (mon.0) 994 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.939078+0000 mon.smithi112 (mon.0) 995 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.939396+0000 mon.smithi112 (mon.0) 996 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.939608+0000 mon.smithi112 (mon.0) 997 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.939852+0000 mon.smithi112 (mon.0) 998 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.940161+0000 mon.smithi112 (mon.0) 999 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:21:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.940450+0000 mon.smithi112 (mon.0) 1000 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.940768+0000 mon.smithi112 (mon.0) 1001 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.941088+0000 mon.smithi112 (mon.0) 1002 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.941408+0000 mon.smithi112 (mon.0) 1003 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.941667+0000 mon.smithi112 (mon.0) 1004 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.941894+0000 mon.smithi112 (mon.0) 1005 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.942372+0000 mon.smithi112 (mon.0) 1006 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:13.975101+0000 mon.smithi112 (mon.0) 1007 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:13.997962+0000 mon.smithi112 (mon.0) 1008 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:14.000456+0000 mon.smithi112 (mon.0) 1009 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:14.025479+0000 mon.smithi112 (mon.0) 1010 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:14.027094+0000 mon.smithi112 (mon.0) 1011 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:14.029572+0000 mon.smithi112 (mon.0) 1012 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:21:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:14.052852+0000 mon.smithi112 (mon.0) 1013 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:21:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:14.317989+0000 mgr.smithi112.yacrbz (mgr.15378) 1 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Bus STARTING 2024-02-12T13:21:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:14 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:14.421933+0000 mgr.smithi112.yacrbz (mgr.15378) 2 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:21:16.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:14.541735+0000 mgr.smithi112.yacrbz (mgr.15378) 3 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:21:16.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:14.541851+0000 mgr.smithi112.yacrbz (mgr.15378) 4 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Bus STARTED 2024-02-12T13:21:16.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:14.939486+0000 mon.smithi112 (mon.0) 1014 : cluster [DBG] mgrmap e32: smithi112.yacrbz(active, since 1.86462s) 2024-02-12T13:21:16.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:14.955344+0000 mgr.smithi112.yacrbz (mgr.15378) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:16.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:14.541735+0000 mgr.smithi112.yacrbz (mgr.15378) 3 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:21:16.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:14.541851+0000 mgr.smithi112.yacrbz (mgr.15378) 4 : cephadm [INF] [12/Feb/2024:13:21:14] ENGINE Bus STARTED 2024-02-12T13:21:16.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:14.939486+0000 mon.smithi112 (mon.0) 1014 : cluster [DBG] mgrmap e32: smithi112.yacrbz(active, since 1.86462s) 2024-02-12T13:21:16.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:15 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:14.955344+0000 mgr.smithi112.yacrbz (mgr.15378) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:16.503 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:17.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:15.935269+0000 mon.smithi112 (mon.0) 1015 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:21:17.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:15.935296+0000 mon.smithi112 (mon.0) 1016 : cluster [INF] Cluster is now healthy 2024-02-12T13:21:17.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:15.941025+0000 mgr.smithi112.yacrbz (mgr.15378) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:17.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:15.935269+0000 mon.smithi112 (mon.0) 1015 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:21:17.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:15.935296+0000 mon.smithi112 (mon.0) 1016 : cluster [INF] Cluster is now healthy 2024-02-12T13:21:17.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:15.941025+0000 mgr.smithi112.yacrbz (mgr.15378) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:18.329 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:16.950186+0000 mon.smithi112 (mon.0) 1017 : cluster [DBG] mgrmap e33: smithi112.yacrbz(active, since 3s) 2024-02-12T13:21:18.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:16.950186+0000 mon.smithi112 (mon.0) 1017 : cluster [DBG] mgrmap e33: smithi112.yacrbz(active, since 3s) 2024-02-12T13:21:18.814 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:21:19.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:17.941455+0000 mgr.smithi112.yacrbz (mgr.15378) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:19.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:18 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:17.941455+0000 mgr.smithi112.yacrbz (mgr.15378) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:19.478 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:21:19.478 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (8m) 10s ago 22m 18.7M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:21:19.478 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (22m) 10s ago 22m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (21m) 0s ago 21m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (6m) 10s ago 22m 35.7M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (16m) 10s ago 16m 38.7M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (16m) 0s ago 16m 15.0M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (18s) 10s ago 23m 68.7M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283 running (12m) 0s ago 21m 61.4M - 18.2.1-528-g0947019c f5f86019f4d0 b8184fe127ee 2024-02-12T13:21:19.479 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (23m) 10s ago 24m 83.1M 2048M 16.2.5 6933c2a0b7dd 73a51bccb19a 2024-02-12T13:21:19.480 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (21m) 0s ago 21m 63.6M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:21:19.480 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (11m) 10s ago 11m 79.0M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:21:19.480 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (11m) 0s ago 11m 74.4M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:21:19.480 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (4m) 10s ago 21m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:21:19.480 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (24s) 0s ago 20m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (20m) 10s ago 20m 367M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (20m) 10s ago 20m 547M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (19m) 10s ago 19m 408M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (19m) 10s ago 19m 562M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (19m) 0s ago 19m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (18m) 0s ago 18m 420M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (18m) 0s ago 18m 339M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (18m) 0s ago 18m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:21:19.481 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 10s ago 21m - - 2024-02-12T13:21:19.939 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:21:19.940 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:19.941 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:21:19.941 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-02-12T13:21:19.941 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:21:19.941 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:21:19.941 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:21:20.323 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:21:20.323 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr" 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "2/23 daemons upgraded", 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:21:20.324 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:18.800406+0000 mgr.smithi112.yacrbz (mgr.15378) 8 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.061039+0000 mon.smithi112 (mon.0) 1018 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.064376+0000 mon.smithi112 (mon.0) 1019 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.133547+0000 mgr.smithi112.yacrbz (mgr.15378) 9 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.749380+0000 mon.smithi112 (mon.0) 1020 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.753541+0000 mon.smithi112 (mon.0) 1021 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.936187+0000 mon.smithi112 (mon.0) 1022 : audit [DBG] from='client.? 172.21.15.112:0/2531301123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:21:20.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:18.800406+0000 mgr.smithi112.yacrbz (mgr.15378) 8 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:20.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.061039+0000 mon.smithi112 (mon.0) 1018 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.064376+0000 mon.smithi112 (mon.0) 1019 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.133547+0000 mgr.smithi112.yacrbz (mgr.15378) 9 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:20.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.749380+0000 mon.smithi112 (mon.0) 1020 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.753541+0000 mon.smithi112 (mon.0) 1021 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:20.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:20 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.936187+0000 mon.smithi112 (mon.0) 1022 : audit [DBG] from='client.? 172.21.15.112:0/2531301123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:21:20.719 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:21:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:19.466677+0000 mgr.smithi112.yacrbz (mgr.15378) 10 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:19.941868+0000 mgr.smithi112.yacrbz (mgr.15378) 11 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:20.321521+0000 mgr.smithi112.yacrbz (mgr.15378) 12 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:20.717653+0000 mon.smithi112 (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.112:0/3698323992' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:21:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:19.466677+0000 mgr.smithi112.yacrbz (mgr.15378) 10 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:19.941868+0000 mgr.smithi112.yacrbz (mgr.15378) 11 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:21:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:20.321521+0000 mgr.smithi112.yacrbz (mgr.15378) 12 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:20.717653+0000 mon.smithi112 (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.112:0/3698323992' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:21:21.554 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:21.149798+0000 mon.smithi112 (mon.0) 1024 : cluster [DBG] Standby manager daemon smithi161.ipspmc started 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.152087+0000 mon.smithi161 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.152899+0000 mon.smithi161 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.155051+0000 mon.smithi161 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.155407+0000 mon.smithi161 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.260390+0000 mon.smithi112 (mon.0) 1025 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.264700+0000 mon.smithi112 (mon.0) 1026 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.978630+0000 mon.smithi112 (mon.0) 1027 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:21.984789+0000 mon.smithi112 (mon.0) 1028 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:21.149798+0000 mon.smithi112 (mon.0) 1024 : cluster [DBG] Standby manager daemon smithi161.ipspmc started 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.152087+0000 mon.smithi161 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.152899+0000 mon.smithi161 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.155051+0000 mon.smithi161 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.155407+0000 mon.smithi161 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.161:0/809519347' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.260390+0000 mon.smithi112 (mon.0) 1025 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.264700+0000 mon.smithi112 (mon.0) 1026 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.978630+0000 mon.smithi112 (mon.0) 1027 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:22 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:21.984789+0000 mon.smithi112 (mon.0) 1028 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:23.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:21.942509+0000 mgr.smithi112.yacrbz (mgr.15378) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:21:23.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:22.072819+0000 mon.smithi112 (mon.0) 1029 : cluster [DBG] mgrmap e34: smithi112.yacrbz(active, since 8s), standbys: smithi161.ipspmc 2024-02-12T13:21:23.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:22.073172+0000 mon.smithi112 (mon.0) 1030 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:23.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:21.942509+0000 mgr.smithi112.yacrbz (mgr.15378) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:21:23.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:22.072819+0000 mon.smithi112 (mon.0) 1029 : cluster [DBG] mgrmap e34: smithi112.yacrbz(active, since 8s), standbys: smithi161.ipspmc 2024-02-12T13:21:23.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:23 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:22.073172+0000 mon.smithi112 (mon.0) 1030 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:23.943113+0000 mgr.smithi112.yacrbz (mgr.15378) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:21:25.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:25 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:23.943113+0000 mgr.smithi112.yacrbz (mgr.15378) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:21:26.597 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:27.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:25.610565+0000 mon.smithi112 (mon.0) 1031 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:25.614651+0000 mon.smithi112 (mon.0) 1032 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:25.615791+0000 mon.smithi112 (mon.0) 1033 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:25.616504+0000 mon.smithi112 (mon.0) 1034 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:25.617459+0000 mgr.smithi112.yacrbz (mgr.15378) 15 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:25.617645+0000 mgr.smithi112.yacrbz (mgr.15378) 16 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:25.882028+0000 mgr.smithi112.yacrbz (mgr.15378) 17 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:25.882254+0000 mgr.smithi112.yacrbz (mgr.15378) 18 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:25.943763+0000 mgr.smithi112.yacrbz (mgr.15378) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:26.146536+0000 mgr.smithi112.yacrbz (mgr.15378) 20 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:26.146786+0000 mgr.smithi112.yacrbz (mgr.15378) 21 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:26.410740+0000 mgr.smithi112.yacrbz (mgr.15378) 22 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:21:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:26.411220+0000 mgr.smithi112.yacrbz (mgr.15378) 23 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:21:27.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:25.610565+0000 mon.smithi112 (mon.0) 1031 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:25.614651+0000 mon.smithi112 (mon.0) 1032 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:25.615791+0000 mon.smithi112 (mon.0) 1033 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:25.616504+0000 mon.smithi112 (mon.0) 1034 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:25.617459+0000 mgr.smithi112.yacrbz (mgr.15378) 15 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:25.617645+0000 mgr.smithi112.yacrbz (mgr.15378) 16 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:25.882028+0000 mgr.smithi112.yacrbz (mgr.15378) 17 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:25.882254+0000 mgr.smithi112.yacrbz (mgr.15378) 18 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:25.943763+0000 mgr.smithi112.yacrbz (mgr.15378) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:26.146536+0000 mgr.smithi112.yacrbz (mgr.15378) 20 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:26.146786+0000 mgr.smithi112.yacrbz (mgr.15378) 21 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:26.410740+0000 mgr.smithi112.yacrbz (mgr.15378) 22 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:21:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:26 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:26.411220+0000 mgr.smithi112.yacrbz (mgr.15378) 23 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:21:27.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:26.679306+0000 mon.smithi112 (mon.0) 1035 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.970 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:26.684335+0000 mon.smithi112 (mon.0) 1036 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:26.689712+0000 mon.smithi112 (mon.0) 1037 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:26.695544+0000 mon.smithi112 (mon.0) 1038 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:26.696477+0000 mgr.smithi112.yacrbz (mgr.15378) 24 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:26.701986+0000 mon.smithi112 (mon.0) 1039 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:26.710406+0000 mon.smithi112 (mon.0) 1040 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:26.816949+0000 mgr.smithi112.yacrbz (mgr.15378) 25 : cephadm [INF] Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:21:27.971 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:27.040414+0000 mgr.smithi112.yacrbz (mgr.15378) 26 : cephadm [INF] Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:21:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:26.679306+0000 mon.smithi112 (mon.0) 1035 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:26.684335+0000 mon.smithi112 (mon.0) 1036 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:26.689712+0000 mon.smithi112 (mon.0) 1037 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:26.695544+0000 mon.smithi112 (mon.0) 1038 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:26.696477+0000 mgr.smithi112.yacrbz (mgr.15378) 24 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:26.701986+0000 mon.smithi112 (mon.0) 1039 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:26.710406+0000 mon.smithi112 (mon.0) 1040 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:26.816949+0000 mgr.smithi112.yacrbz (mgr.15378) 25 : cephadm [INF] Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:21:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:27.040414+0000 mgr.smithi112.yacrbz (mgr.15378) 26 : cephadm [INF] Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:21:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:27.694233+0000 mon.smithi112 (mon.0) 1041 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:21:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:27.694233+0000 mon.smithi112 (mon.0) 1041 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:21:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:28.696844+0000 mgr.smithi112.yacrbz (mgr.15378) 27 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-02-12T13:21:29.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:29.022268+0000 mon.smithi112 (mon.0) 1042 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:28.696844+0000 mgr.smithi112.yacrbz (mgr.15378) 27 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-02-12T13:21:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:29.022268+0000 mon.smithi112 (mon.0) 1042 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:31.635 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:30.697458+0000 mgr.smithi112.yacrbz (mgr.15378) 28 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 285 B/s wr, 11 op/s 2024-02-12T13:21:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:31.204827+0000 mon.smithi112 (mon.0) 1043 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:31.210857+0000 mon.smithi112 (mon.0) 1044 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:31.220266+0000 mon.smithi112 (mon.0) 1045 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:21:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:31.220721+0000 mgr.smithi112.yacrbz (mgr.15378) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:21:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:31.226513+0000 mon.smithi112 (mon.0) 1046 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:30.697458+0000 mgr.smithi112.yacrbz (mgr.15378) 28 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 285 B/s wr, 11 op/s 2024-02-12T13:21:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:31.204827+0000 mon.smithi112 (mon.0) 1043 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:31.210857+0000 mon.smithi112 (mon.0) 1044 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:31.220266+0000 mon.smithi112 (mon.0) 1045 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:21:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:31.220721+0000 mgr.smithi112.yacrbz (mgr.15378) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:21:32.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:32 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:31.226513+0000 mon.smithi112 (mon.0) 1046 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:32.698011+0000 mgr.smithi112.yacrbz (mgr.15378) 30 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:21:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:32.745455+0000 mgr.smithi112.yacrbz (mgr.15378) 31 : cephadm [INF] Upgrade: Updating mgr.smithi161.ipspmc 2024-02-12T13:21:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:32.745852+0000 mon.smithi112 (mon.0) 1047 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:21:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:32.746759+0000 mon.smithi112 (mon.0) 1048 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:21:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:32.747621+0000 mon.smithi112 (mon.0) 1049 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:32.748539+0000 mgr.smithi112.yacrbz (mgr.15378) 32 : cephadm [INF] Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:21:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:32.698011+0000 mgr.smithi112.yacrbz (mgr.15378) 30 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:21:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:32.745455+0000 mgr.smithi112.yacrbz (mgr.15378) 31 : cephadm [INF] Upgrade: Updating mgr.smithi161.ipspmc 2024-02-12T13:21:34.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:32.745852+0000 mon.smithi112 (mon.0) 1047 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:21:34.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:32.746759+0000 mon.smithi112 (mon.0) 1048 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:21:34.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:32.747621+0000 mon.smithi112 (mon.0) 1049 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:34.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:33 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:32.748539+0000 mgr.smithi112.yacrbz (mgr.15378) 32 : cephadm [INF] Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:21:36.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:34.698467+0000 mgr.smithi112.yacrbz (mgr.15378) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:21:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:35 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:34.698467+0000 mgr.smithi112.yacrbz (mgr.15378) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:21:36.672 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:36.469248+0000 mon.smithi112 (mon.0) 1050 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:36.473525+0000 mon.smithi112 (mon.0) 1051 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:36.521150+0000 mon.smithi112 (mon.0) 1052 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:36.699085+0000 mgr.smithi112.yacrbz (mgr.15378) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:21:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:36.469248+0000 mon.smithi112 (mon.0) 1050 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:36.473525+0000 mon.smithi112 (mon.0) 1051 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:36.521150+0000 mon.smithi112 (mon.0) 1052 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:37 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:36.699085+0000 mgr.smithi112.yacrbz (mgr.15378) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:21:40.020 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:38.699403+0000 mgr.smithi112.yacrbz (mgr.15378) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:38.699403+0000 mgr.smithi112.yacrbz (mgr.15378) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:41.708 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:40.700009+0000 mgr.smithi112.yacrbz (mgr.15378) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:40.950327+0000 mon.smithi112 (mon.0) 1053 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:40.954629+0000 mon.smithi112 (mon.0) 1054 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:41.587878+0000 mon.smithi112 (mon.0) 1055 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:41.592452+0000 mon.smithi112 (mon.0) 1056 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:40.700009+0000 mgr.smithi112.yacrbz (mgr.15378) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:21:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:40.950327+0000 mon.smithi112 (mon.0) 1053 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:40.954629+0000 mon.smithi112 (mon.0) 1054 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:41.587878+0000 mon.smithi112 (mon.0) 1055 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:41 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:41.592452+0000 mon.smithi112 (mon.0) 1056 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:42.700694+0000 mgr.smithi112.yacrbz (mgr.15378) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:43.614049+0000 mon.smithi112 (mon.0) 1057 : cluster [DBG] Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:43.614178+0000 mon.smithi112 (mon.0) 1058 : cluster [DBG] Standby manager daemon smithi161.ipspmc started 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:43.616770+0000 mon.smithi161 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:43.617576+0000 mon.smithi161 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:43.620282+0000 mon.smithi161 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:21:44.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:43.620623+0000 mon.smithi161 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:42.700694+0000 mgr.smithi112.yacrbz (mgr.15378) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:43.614049+0000 mon.smithi112 (mon.0) 1057 : cluster [DBG] Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:21:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:43.614178+0000 mon.smithi112 (mon.0) 1058 : cluster [DBG] Standby manager daemon smithi161.ipspmc started 2024-02-12T13:21:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:43.616770+0000 mon.smithi161 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:21:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:43.617576+0000 mon.smithi161 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:43.620282+0000 mon.smithi161 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:21:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:43 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:43.620623+0000 mon.smithi161 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.161:0/1103834808' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:45.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:43.963625+0000 mon.smithi112 (mon.0) 1059 : cluster [DBG] mgrmap e35: smithi112.yacrbz(active, since 30s), standbys: smithi161.ipspmc 2024-02-12T13:21:45.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:44.022579+0000 mon.smithi112 (mon.0) 1060 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:45.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:44.338289+0000 mon.smithi112 (mon.0) 1061 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:45.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:44.343763+0000 mon.smithi112 (mon.0) 1062 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:45.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:43.963625+0000 mon.smithi112 (mon.0) 1059 : cluster [DBG] mgrmap e35: smithi112.yacrbz(active, since 30s), standbys: smithi161.ipspmc 2024-02-12T13:21:45.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:44.022579+0000 mon.smithi112 (mon.0) 1060 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:21:45.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:44.338289+0000 mon.smithi112 (mon.0) 1061 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:44 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:44.343763+0000 mon.smithi112 (mon.0) 1062 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:44.701243+0000 mgr.smithi112.yacrbz (mgr.15378) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.139825+0000 mon.smithi112 (mon.0) 1063 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.144152+0000 mon.smithi112 (mon.0) 1064 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.144956+0000 mon.smithi112 (mon.0) 1065 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.145771+0000 mon.smithi112 (mon.0) 1066 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:45.147476+0000 mgr.smithi112.yacrbz (mgr.15378) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 392 B/s rd, 294 B/s wr, 0 op/s 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:45.147672+0000 mgr.smithi112.yacrbz (mgr.15378) 40 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:21:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.151183+0000 mon.smithi112 (mon.0) 1067 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.158090+0000 mon.smithi112 (mon.0) 1068 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.294548+0000 mon.smithi112 (mon.0) 1069 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.297144+0000 mon.smithi112 (mon.0) 1070 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:45.297748+0000 mgr.smithi112.yacrbz (mgr.15378) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.301879+0000 mon.smithi112 (mon.0) 1071 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.302563+0000 mon.smithi112 (mon.0) 1072 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi112.yacrbz"}]: dispatch 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.306515+0000 mon.smithi112 (mon.0) 1073 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi112.yacrbz"}]': finished 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.307084+0000 mon.smithi112 (mon.0) 1074 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.312388+0000 mon.smithi112 (mon.0) 1075 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi161.ipspmc"}]': finished 2024-02-12T13:21:46.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:45.313470+0000 mon.smithi112 (mon.0) 1076 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:21:46.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:44.701243+0000 mgr.smithi112.yacrbz (mgr.15378) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.139825+0000 mon.smithi112 (mon.0) 1063 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.144152+0000 mon.smithi112 (mon.0) 1064 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.144956+0000 mon.smithi112 (mon.0) 1065 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.145771+0000 mon.smithi112 (mon.0) 1066 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:45.147476+0000 mgr.smithi112.yacrbz (mgr.15378) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 392 B/s rd, 294 B/s wr, 0 op/s 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:45.147672+0000 mgr.smithi112.yacrbz (mgr.15378) 40 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.151183+0000 mon.smithi112 (mon.0) 1067 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.158090+0000 mon.smithi112 (mon.0) 1068 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.294548+0000 mon.smithi112 (mon.0) 1069 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.297144+0000 mon.smithi112 (mon.0) 1070 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:45.297748+0000 mgr.smithi112.yacrbz (mgr.15378) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-12T13:21:46.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.301879+0000 mon.smithi112 (mon.0) 1071 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:46.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.302563+0000 mon.smithi112 (mon.0) 1072 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi112.yacrbz"}]: dispatch 2024-02-12T13:21:46.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.306515+0000 mon.smithi112 (mon.0) 1073 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi112.yacrbz"}]': finished 2024-02-12T13:21:46.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.307084+0000 mon.smithi112 (mon.0) 1074 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:46.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.312388+0000 mon.smithi112 (mon.0) 1075 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi161.ipspmc"}]': finished 2024-02-12T13:21:46.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:45.313470+0000 mon.smithi112 (mon.0) 1076 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:21:46.760 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:48.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:46.880917+0000 mgr.smithi112.yacrbz (mgr.15378) 42 : cephadm [INF] Upgrade: Updating mon.smithi112 2024-02-12T13:21:48.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:46.885171+0000 mon.smithi112 (mon.0) 1077 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:48.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:46.885714+0000 mon.smithi112 (mon.0) 1078 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:21:48.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:46.886170+0000 mon.smithi112 (mon.0) 1079 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:21:48.307 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: audit 2024-02-12T13:21:46.886600+0000 mon.smithi112 (mon.0) 1080 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:48.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cephadm 2024-02-12T13:21:46.887169+0000 mgr.smithi112.yacrbz (mgr.15378) 43 : cephadm [INF] Deploying daemon mon.smithi112 on smithi112 2024-02-12T13:21:48.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:47 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: cluster 2024-02-12T13:21:47.148260+0000 mgr.smithi112.yacrbz (mgr.15378) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:21:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:46.880917+0000 mgr.smithi112.yacrbz (mgr.15378) 42 : cephadm [INF] Upgrade: Updating mon.smithi112 2024-02-12T13:21:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:46.885171+0000 mon.smithi112 (mon.0) 1077 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' 2024-02-12T13:21:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:46.885714+0000 mon.smithi112 (mon.0) 1078 : audit [INF] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:21:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:46.886170+0000 mon.smithi112 (mon.0) 1079 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:21:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:46.886600+0000 mon.smithi112 (mon.0) 1080 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:21:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:46.887169+0000 mgr.smithi112.yacrbz (mgr.15378) 43 : cephadm [INF] Deploying daemon mon.smithi112 on smithi112 2024-02-12T13:21:48.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:47.148260+0000 mgr.smithi112.yacrbz (mgr.15378) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:21:48.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:48 smithi112 systemd[1]: Stopping Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:21:49.007 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T13:21:48.676+0000 7f071a0a9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi112 -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:21:49.007 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:48 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112[35264]: debug 2024-02-12T13:21:48.676+0000 7f071a0a9700 -1 mon.smithi112@0(leader) e2 *** Got Signal Terminated *** 2024-02-12T13:21:49.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:49 smithi112 bash[92885]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi112 2024-02-12T13:21:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:49 smithi112 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service: Succeeded. 2024-02-12T13:21:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:49 smithi112 systemd[1]: Stopped Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:21:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:49 smithi112 systemd[1]: Starting Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: set uid:gid to 167:167 (ceph:ceph) 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable), process ceph-mon, pid 7 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: pidfile_write: ignore empty --pid-file 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: load: jerasure load: lrc 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: RocksDB version: 7.9.2 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Git sha 0 2024-02-12T13:21:50.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Compile date 2024-02-12 09:04:24 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: DB SUMMARY 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: DB Session ID: QJ0VITELKQI91X5I9NMJ 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: CURRENT file: CURRENT 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: IDENTITY file: IDENTITY 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1915 Bytes 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi112/store.db dir, Total Num: 1, files: 000038.sst 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi112/store.db: 000036.log size: 2592548 ; 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.error_if_exists: 0 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.create_if_missing: 0 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.paranoid_checks: 1 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-12T13:21:50.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.env: 0x55cc6f2aa720 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.fs: PosixFileSystem 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.info_log: 0x55cc7190d2e0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_file_opening_threads: 16 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.statistics: (nil) 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.use_fsync: 0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_log_file_size: 0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.keep_log_file_num: 1000 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.recycle_log_file_num: 0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.allow_fallocate: 1 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.allow_mmap_reads: 0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.allow_mmap_writes: 0 2024-02-12T13:21:50.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.use_direct_reads: 0 2024-02-12T13:21:50.612 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T13:21:50.612 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.create_missing_column_families: 0 2024-02-12T13:21:50.612 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.db_log_dir: 2024-02-12T13:21:50.612 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.wal_dir: 2024-02-12T13:21:50.612 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T13:21:50.614 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T13:21:50.614 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T13:21:50.614 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T13:21:50.614 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T13:21:50.614 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.advise_random_on_open: 1 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.db_write_buffer_size: 0 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.write_buffer_manager: 0x55cc70b7e140 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.rate_limiter: (nil) 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.wal_recovery_mode: 2 2024-02-12T13:21:50.615 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.enable_thread_tracking: 0 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.enable_pipelined_write: 0 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.unordered_write: 0 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.row_cache: None 2024-02-12T13:21:50.616 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.wal_filter: None 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.allow_ingest_behind: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.two_write_queues: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.manual_wal_flush: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.wal_compression: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.atomic_flush: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.log_readahead_size: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.best_efforts_recovery: 0 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-12T13:21:50.617 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.allow_data_in_errors: 0 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.db_host_id: __hostname__ 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_background_jobs: 2 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_background_compactions: -1 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_subcompactions: 1 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_total_wal_size: 0 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T13:21:50.618 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_open_files: -1 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bytes_per_sync: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_readahead_size: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_background_flushes: -1 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Compression algorithms supported: 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kZSTD supported: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kXpressCompression supported: 0 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kLZ4HCCompression supported: 1 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kZlibCompression supported: 1 2024-02-12T13:21:50.619 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kSnappyCompression supported: 1 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kLZ4Compression supported: 1 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: kBZip2Compression supported: 0 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi112/store.db/MANIFEST-000008 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.merge_operator: 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_filter: None 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_filter_factory: None 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.sst_partitioner_factory: None 2024-02-12T13:21:50.620 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cc7190d3e0) 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: cache_index_and_filter_blocks: 1 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: pin_top_level_index_and_filter: 1 2024-02-12T13:21:50.621 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: index_type: 0 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: data_block_index_type: 0 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: index_shortening: 1 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: checksum: 4 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: no_block_cache: 0 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_cache: 0x55cc70c1f350 2024-02-12T13:21:50.622 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_cache_name: BinnedLRUCache 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_cache_options: 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: capacity : 536870912 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: num_shard_bits : 4 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: strict_capacity_limit : 0 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: high_pri_pool_ratio: 0.000 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_cache_compressed: (nil) 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: persistent_cache: (nil) 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_size: 4096 2024-02-12T13:21:50.623 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_size_deviation: 10 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_restart_interval: 16 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: index_block_restart_interval: 1 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: metadata_block_size: 4096 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: partition_filters: 0 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: use_delta_encoding: 1 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: filter_policy: bloomfilter 2024-02-12T13:21:50.624 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: whole_key_filtering: 1 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: verify_compression: 0 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: read_amp_bytes_per_bit: 0 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: format_version: 5 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: enable_index_compression: 1 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: block_align: 0 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: max_auto_readahead_size: 262144 2024-02-12T13:21:50.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: prepopulate_block_cache: 0 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: initial_auto_readahead_size: 8192 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: num_file_reads_for_auto_readahead: 2 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.write_buffer_size: 33554432 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_write_buffer_number: 2 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression: NoCompression 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression: Disabled 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.prefix_extractor: nullptr 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.num_levels: 7 2024-02-12T13:21:50.626 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-12T13:21:50.627 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.level: 32767 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.strategy: 0 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.enabled: false 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.target_file_size_base: 67108864 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T13:21:50.628 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T13:21:50.629 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-12T13:21:50.630 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.arena_block_size: 1048576 2024-02-12T13:21:50.630 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.disable_auto_compactions: 0 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T13:21:50.631 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.table_properties_collectors: 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.inplace_update_support: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.bloom_locality: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.max_successive_merges: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.paranoid_file_checks: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.force_consistency_checks: 1 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.report_bg_io_stats: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.ttl: 2592000 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T13:21:50.632 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.enable_blob_files: false 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.min_blob_size: 0 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.blob_file_size: 268435456 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.blob_file_starting_level: 0 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 38.sst 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi112/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 40, last_sequence is 20852, log_number is 36,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T13:21:50.633 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 36 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 89309cb1-515c-4e1e-9bfe-ae3ce4823d4a 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707744110376613, "job": 1, "event": "recovery_started", "wal_files": [36]} 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #36 mode 2 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707744110383467, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 41, "file_size": 2442108, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 20853, "largest_seqno": 21420, "table_properties": {"data_size": 2438004, "index_size": 2574, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 4293, "raw_average_key_size": 21, "raw_value_size": 2432210, "raw_average_value_size": 12283, "num_data_blocks": 117, "num_entries": 198, "num_filter_entries": 198, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707744110, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "89309cb1-515c-4e1e-9bfe-ae3ce4823d4a", "db_session_id": "QJ0VITELKQI91X5I9NMJ", "orig_file_number": 41, "seqno_to_time_mapping": "N/A"}} 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707744110383569, "job": 1, "event": "recovery_finished"} 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/version_set.cc:5047] Creating manifest 43 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi112/store.db/000036.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cc70cbc000 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: DB pointer 0x55cc70ca8000 2024-02-12T13:21:50.634 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: ** DB Stats ** 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.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:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.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:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: ** Compaction Stats [default] ** 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-12T13:21:50.635 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: L0 1/0 2.33 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: L6 1/0 33.63 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Sum 2/0 35.96 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.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 651.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: ** Compaction Stats [default] ** 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.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 651.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-02-12T13:21:50.636 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Flush(GB): cumulative 0.002, interval 0.002 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Cumulative compaction: 0.00 GB write, 249.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:21:50.637 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Interval compaction: 0.00 GB write, 249.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.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:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Block cache BinnedLRUCache@0x55cc70c1f350#7 capacity: 512.00 MB usage: 3.42 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.59 KB,0.000113249%) IndexBlock(1,2.83 KB,0.000539422%) Misc(1,0.00 KB,0%) 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: starting mon.smithi112 rank 0 at public addrs [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] at bind addrs [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi112 fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???) e2 preinit fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).mds e8 new map 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).mds e8 print_map 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: e8 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.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:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: legacy client fscid: 1 2024-02-12T13:21:50.638 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Filesystem 'foofs' (1) 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: fs_name foofs 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: epoch 5 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: created 2024-02-12T13:04:50.502305+0000 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: modified 2024-02-12T13:04:56.498446+0000 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: tableserver 0 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: root 0 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: session_timeout 60 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: session_autoclose 300 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: max_file_size 1099511627776 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: max_xattr_size 65536 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: required_client_features {} 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: last_failure 0 2024-02-12T13:21:50.639 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: last_failure_osd_epoch 0 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.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:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: max_mds 1 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: in 0 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: up {0=14516} 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: failed 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: damaged 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: stopped 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: data_pools [3] 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: metadata_pool 2 2024-02-12T13:21:50.640 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: inline_data disabled 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: balancer 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: bal_rank_mask -1 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: standby_count_wanted 1 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: [mds.foofs.smithi112.leplsh{0:14516} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: Standby daemons: 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout: [mds.foofs.smithi161.sogcfq{-1:24255} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:21:50.641 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: mon.smithi112@-1(???).paxosservice(auth 1..47) refresh upgraded, format 0 -> 3 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expand map: {default=false} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta from 'false' to 'false' 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expanded map: {default=false} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expand map: {default=info} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta from 'info' to 'info' 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expanded map: {default=info} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expand map: {default=daemon} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta from 'daemon' to 'daemon' 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expanded map: {default=daemon} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expand map: {default=debug} 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta from 'debug' to 'debug' 2024-02-12T13:21:50.642 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 ceph-mon[93103]: expand_channel_meta expanded map: {default=debug} 2024-02-12T13:21:50.643 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 bash[93065]: e5d4a9d2aec3b747ec253abb8120f68b223c0c605e0ed60bb60ca90146c79e96 2024-02-12T13:21:50.643 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:21:50 smithi112 systemd[1]: Started Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:21:51.061 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:21:51.681 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:21:51.681 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (9m) 7s ago 23m 18.7M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:21:51.681 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (23m) 7s ago 22m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:21:51.681 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (21m) 10s ago 21m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:21:51.681 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (7m) 7s ago 22m 35.7M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:21:51.681 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (16m) 7s ago 16m 39.0M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (16m) 10s ago 16m 15.3M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (50s) 7s ago 24m 492M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (15s) 10s ago 21m 53.8M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 starting - - - 2048M 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (21m) 10s ago 21m 60.7M 2048M 16.2.5 6933c2a0b7dd df5df743bbd5 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (11m) 7s ago 11m 79.3M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (11m) 10s ago 11m 74.4M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (5m) 7s ago 22m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (56s) 10s ago 21m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (21m) 7s ago 21m 367M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (20m) 7s ago 20m 547M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (20m) 7s ago 20m 407M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (19m) 7s ago 19m 562M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (19m) 10s ago 19m 592M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:21:51.682 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (19m) 10s ago 19m 420M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:21:51.683 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (18m) 10s ago 18m 339M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:21:51.683 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (18m) 10s ago 18m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:21:51.683 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 unknown 7s ago 22m - - 2024-02-12T13:21:51.798 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:52.075 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:21:52.076 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:21:52.077 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:21:52.077 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-02-12T13:21:52.077 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 3 2024-02-12T13:21:52.077 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:21:52.077 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:21:52.166 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:48.687297+0000 mon.smithi161 (mon.1) 161 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:21:52.166 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:48.687515+0000 mon.smithi161 (mon.1) 162 : audit [DBG] from='mgr.15378 172.21.15.112:0/3795005023' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:49.148809+0000 mgr.smithi112.yacrbz (mgr.15378) 45 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 121 B/s wr, 0 op/s 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:51.045327+0000 mgr.smithi112.yacrbz (mgr.15378) 46 : audit [DBG] from='client.24935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.149412+0000 mgr.smithi112.yacrbz (mgr.15378) 47 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:51.363416+0000 mgr.smithi112.yacrbz (mgr.15378) 48 : audit [DBG] from='client.24939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.796986+0000 mon.smithi112 (mon.0) 1 : cluster [INF] mon.smithi112 calling monitor election 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.810210+0000 mon.smithi112 (mon.0) 2 : cluster [INF] mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.814588+0000 mon.smithi112 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.815080+0000 mon.smithi112 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.815114+0000 mon.smithi112 (mon.0) 5 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.815990+0000 mon.smithi112 (mon.0) 6 : cluster [DBG] mgrmap e35: smithi112.yacrbz(active, since 38s), standbys: smithi161.ipspmc 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.824521+0000 mon.smithi112 (mon.0) 7 : cluster [DBG] mgrmap e36: smithi112.yacrbz(active, since 38s), standbys: smithi161.ipspmc 2024-02-12T13:21:52.167 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.824548+0000 mon.smithi112 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:21:52.168 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.824557+0000 mon.smithi112 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:21:52.168 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:51.824564+0000 mon.smithi112 (mon.0) 10 : cluster [WRN] daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:21:52.168 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:51.824629+0000 mon.smithi112 (mon.0) 11 : audit [INF] from='mgr.15378 ' entity='' 2024-02-12T13:21:53.229 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:52.073159+0000 mon.smithi161 (mon.1) 163 : audit [DBG] from='client.? 172.21.15.112:0/1339514660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:21:53.229 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:52.828775+0000 mon.smithi112 (mon.0) 12 : cluster [DBG] mgrmap e37: smithi112.yacrbz(active, since 39s), standbys: smithi161.ipspmc 2024-02-12T13:21:56.838 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:21:58.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: debug 2024-02-12T13:21:58.697+0000 7fddddd15700 -1 mon.smithi161@1(peon).osd e71 update_from_paxos full map CRC mismatch, resetting to canonical 2024-02-12T13:21:58.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.664962+0000 mon.smithi112 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:21:58.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.665064+0000 mon.smithi112 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi161.ipspmc started 2024-02-12T13:21:58.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.667244+0000 mon.smithi161 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.161:0/3181962311' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/crt"}]: dispatch 2024-02-12T13:21:58.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.667596+0000 mon.smithi161 (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.161:0/3181962311' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:21:58.826 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.670180+0000 mon.smithi161 (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.161:0/3181962311' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi161.ipspmc/key"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.670498+0000 mon.smithi161 (mon.1) 167 : audit [DBG] from='mgr.? 172.21.15.161:0/3181962311' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.695875+0000 mon.smithi112 (mon.0) 15 : cluster [INF] Active manager daemon smithi112.yacrbz restarted 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.696185+0000 mon.smithi112 (mon.0) 16 : cluster [INF] Activating manager daemon smithi112.yacrbz 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.701043+0000 mon.smithi112 (mon.0) 17 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.701311+0000 mon.smithi112 (mon.0) 18 : cluster [DBG] mgrmap e38: smithi112.yacrbz(active, starting, since 0.00521176s), standbys: smithi161.ipspmc 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.702358+0000 mon.smithi112 (mon.0) 19 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.702539+0000 mon.smithi112 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.703323+0000 mon.smithi112 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.703510+0000 mon.smithi112 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.703741+0000 mon.smithi112 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.703876+0000 mon.smithi112 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.704061+0000 mon.smithi112 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:21:58.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.704222+0000 mon.smithi112 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.704399+0000 mon.smithi112 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.704629+0000 mon.smithi112 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.704852+0000 mon.smithi112 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.705071+0000 mon.smithi112 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.705315+0000 mon.smithi112 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.705571+0000 mon.smithi112 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.705891+0000 mon.smithi112 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.706217+0000 mon.smithi112 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:21:58.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.706861+0000 mon.smithi112 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:21:59.738 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:21:59.738 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:21:59.738 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:21:59.738 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:21:59.738 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:21:59.739 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr" 2024-02-12T13:21:59.739 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:21:59.739 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "2/23 daemons upgraded", 2024-02-12T13:21:59.739 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:21:59.739 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:21:59.739 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:22:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.702741+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e71 with expected crc 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.709436+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e71 with expected crc 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.709671+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e71 with expected crc 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:58.725911+0000 mon.smithi112 (mon.0) 36 : cluster [INF] Manager daemon smithi112.yacrbz is now available 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.746888+0000 mon.smithi112 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.749095+0000 mon.smithi112 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.770879+0000 mon.smithi112 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.778551+0000 mon.smithi112 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:22:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:21:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:58.794159+0000 mon.smithi112 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:22:00.137 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:00.137 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:00.137 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:59.454474+0000 mgr.smithi112.yacrbz (mgr.34104) 1 : cephadm [INF] [12/Feb/2024:13:21:59] ENGINE Bus STARTING 2024-02-12T13:22:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:59.567896+0000 mgr.smithi112.yacrbz (mgr.34104) 2 : cephadm [INF] [12/Feb/2024:13:21:59] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:22:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:59.669084+0000 mgr.smithi112.yacrbz (mgr.34104) 3 : cephadm [INF] [12/Feb/2024:13:21:59] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:22:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:21:59.669359+0000 mgr.smithi112.yacrbz (mgr.34104) 4 : cephadm [INF] [12/Feb/2024:13:21:59] ENGINE Bus STARTED 2024-02-12T13:22:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:21:59.733124+0000 mgr.smithi112.yacrbz (mgr.34104) 5 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:01.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:59.733648+0000 mon.smithi112 (mon.0) 42 : cluster [DBG] mgrmap e39: smithi112.yacrbz(active, since 1.03754s), standbys: smithi161.ipspmc 2024-02-12T13:22:01.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:21:59.740387+0000 mgr.smithi112.yacrbz (mgr.34104) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:01.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:00 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:00.134449+0000 mon.smithi112 (mon.0) 43 : audit [DBG] from='client.? 172.21.15.112:0/3427228578' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:22:01.875 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:00.705573+0000 mgr.smithi112.yacrbz (mgr.34104) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:02.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:00.728173+0000 mon.smithi112 (mon.0) 44 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:22:02.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:00.728225+0000 mon.smithi112 (mon.0) 45 : cluster [INF] Cluster is now healthy 2024-02-12T13:22:02.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:01 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:01.399749+0000 mon.smithi112 (mon.0) 46 : cluster [DBG] mgrmap e40: smithi112.yacrbz(active, since 2s), standbys: smithi161.ipspmc 2024-02-12T13:22:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:02.706003+0000 mgr.smithi112.yacrbz (mgr.34104) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:02.744601+0000 mon.smithi112 (mon.0) 47 : cluster [DBG] mgrmap e41: smithi112.yacrbz(active, since 4s), standbys: smithi161.ipspmc 2024-02-12T13:22:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:03.264642+0000 mon.smithi112 (mon.0) 48 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:03 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:03.271026+0000 mon.smithi112 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:05.303 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:03.908210+0000 mon.smithi112 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:05.303 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:03.913534+0000 mon.smithi112 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:05.303 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:04 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:04.706339+0000 mgr.smithi112.yacrbz (mgr.34104) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:06.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:05.566871+0000 mon.smithi112 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:06.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:06 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:05.573492+0000 mon.smithi112 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:06.924 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:06.707145+0000 mgr.smithi112.yacrbz (mgr.34104) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-02-12T13:22:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:07.008834+0000 mon.smithi112 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:07.013062+0000 mon.smithi112 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:07.239285+0000 mon.smithi112 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:07.245740+0000 mon.smithi112 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:07.246869+0000 mon.smithi112 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:07 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:07.247471+0000 mon.smithi112 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:07.248313+0000 mgr.smithi112.yacrbz (mgr.34104) 11 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:07.248463+0000 mgr.smithi112.yacrbz (mgr.34104) 12 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:07.513106+0000 mgr.smithi112.yacrbz (mgr.34104) 13 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:07.513300+0000 mgr.smithi112.yacrbz (mgr.34104) 14 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:07.777352+0000 mgr.smithi112.yacrbz (mgr.34104) 15 : cephadm [INF] Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:07.777488+0000 mgr.smithi112.yacrbz (mgr.34104) 16 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.310562+0000 mon.smithi112 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.312815+0000 mon.smithi112 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.316293+0000 mon.smithi112 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.319345+0000 mon.smithi112 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:08.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.322903+0000 mon.smithi112 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:08.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.331179+0000 mon.smithi112 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:08.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.434677+0000 mon.smithi112 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:08.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.436798+0000 mon.smithi112 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:08.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:08 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:08.437789+0000 mon.smithi112 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:22:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:08.041551+0000 mgr.smithi112.yacrbz (mgr.34104) 17 : cephadm [INF] Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:08.041688+0000 mgr.smithi112.yacrbz (mgr.34104) 18 : cephadm [INF] Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:08.320394+0000 mgr.smithi112.yacrbz (mgr.34104) 19 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 119 B/s wr, 13 op/s 2024-02-12T13:22:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:09 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:09.318024+0000 mon.smithi112 (mon.0) 69 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:22:11.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:10.005457+0000 mgr.smithi112.yacrbz (mgr.34104) 20 : cephadm [INF] Upgrade: Updating mon.smithi161 2024-02-12T13:22:11.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:10.010332+0000 mon.smithi112 (mon.0) 70 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:11.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:10.011195+0000 mon.smithi112 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:11.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:10.011881+0000 mon.smithi112 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:11.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: audit 2024-02-12T13:22:10.012760+0000 mon.smithi112 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:11.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cephadm 2024-02-12T13:22:10.013644+0000 mgr.smithi112.yacrbz (mgr.34104) 21 : cephadm [INF] Deploying daemon mon.smithi161 on smithi161 2024-02-12T13:22:11.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: cluster 2024-02-12T13:22:10.321186+0000 mgr.smithi112.yacrbz (mgr.34104) 22 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 193 B/s wr, 11 op/s 2024-02-12T13:22:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 systemd[1]: Stopping Ceph mon.smithi161 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:22:11.961 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:12.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: debug 2024-02-12T13:22:11.900+0000 7fdde4522700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi161 -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:22:12.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:11 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161[39515]: debug 2024-02-12T13:22:11.900+0000 7fdde4522700 -1 mon.smithi161@1(peon) e2 *** Got Signal Terminated *** 2024-02-12T13:22:12.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:12 smithi161 bash[68368]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon.smithi161 2024-02-12T13:22:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:12 smithi161 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi161.service: Succeeded. 2024-02-12T13:22:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:12 smithi161 systemd[1]: Stopped Ceph mon.smithi161 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:22:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 systemd[1]: Starting Ceph mon.smithi161 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: set uid:gid to 167:167 (ceph:ceph) 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable), process ceph-mon, pid 7 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: pidfile_write: ignore empty --pid-file 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: load: jerasure load: lrc 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: RocksDB version: 7.9.2 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Git sha 0 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Compile date 2024-02-12 09:04:24 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: DB SUMMARY 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: DB Session ID: JOEL4DYA9YMDL1G4DY77 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: CURRENT file: CURRENT 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: IDENTITY file: IDENTITY 2024-02-12T13:22:14.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: MANIFEST file: MANIFEST-000005 size: 2034 Bytes 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi161/store.db dir, Total Num: 1, files: 000038.sst 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi161/store.db: 000036.log size: 1031525 ; 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.error_if_exists: 0 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.create_if_missing: 0 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.paranoid_checks: 1 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.env: 0x55f5076ba720 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.fs: PosixFileSystem 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.info_log: 0x55f5099532e0 2024-02-12T13:22:14.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_file_opening_threads: 16 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.statistics: (nil) 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.use_fsync: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_log_file_size: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.keep_log_file_num: 1000 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.recycle_log_file_num: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.allow_fallocate: 1 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.allow_mmap_reads: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.allow_mmap_writes: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.use_direct_reads: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T13:22:14.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.create_missing_column_families: 0 2024-02-12T13:22:14.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.db_log_dir: 2024-02-12T13:22:14.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.wal_dir: 2024-02-12T13:22:14.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.advise_random_on_open: 1 2024-02-12T13:22:14.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.db_write_buffer_size: 0 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.write_buffer_manager: 0x55f508bc4140 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.rate_limiter: (nil) 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.wal_recovery_mode: 2 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.enable_thread_tracking: 0 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.enable_pipelined_write: 0 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.unordered_write: 0 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T13:22:14.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.row_cache: None 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.wal_filter: None 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.allow_ingest_behind: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.two_write_queues: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.manual_wal_flush: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.wal_compression: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.atomic_flush: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.log_readahead_size: 0 2024-02-12T13:22:14.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.best_efforts_recovery: 0 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.allow_data_in_errors: 0 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.db_host_id: __hostname__ 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_background_jobs: 2 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_background_compactions: -1 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_subcompactions: 1 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T13:22:14.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_total_wal_size: 0 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_open_files: -1 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bytes_per_sync: 0 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_readahead_size: 0 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_background_flushes: -1 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Compression algorithms supported: 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T13:22:14.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kZSTD supported: 0 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kXpressCompression supported: 0 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kLZ4HCCompression supported: 1 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kZlibCompression supported: 1 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kSnappyCompression supported: 1 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kLZ4Compression supported: 1 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: kBZip2Compression supported: 0 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi161/store.db/MANIFEST-000005 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.merge_operator: 2024-02-12T13:22:14.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_filter: None 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_filter_factory: None 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.sst_partitioner_factory: None 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f5099533e0) 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: cache_index_and_filter_blocks: 1 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: pin_top_level_index_and_filter: 1 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: index_type: 0 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: data_block_index_type: 0 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: index_shortening: 1 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-12T13:22:14.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: checksum: 4 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: no_block_cache: 0 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache: 0x55f508c651f0 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache_name: BinnedLRUCache 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache_options: 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: capacity : 536870912 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: num_shard_bits : 4 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: strict_capacity_limit : 0 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: high_pri_pool_ratio: 0.000 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache_compressed: (nil) 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: persistent_cache: (nil) 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_size: 4096 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_size_deviation: 10 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_restart_interval: 16 2024-02-12T13:22:14.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: index_block_restart_interval: 1 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: metadata_block_size: 4096 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: partition_filters: 0 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: use_delta_encoding: 1 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: filter_policy: bloomfilter 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: whole_key_filtering: 1 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: verify_compression: 0 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: read_amp_bytes_per_bit: 0 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: format_version: 5 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: enable_index_compression: 1 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_align: 0 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: max_auto_readahead_size: 262144 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: prepopulate_block_cache: 0 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: initial_auto_readahead_size: 8192 2024-02-12T13:22:14.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: num_file_reads_for_auto_readahead: 2 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.write_buffer_size: 33554432 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_write_buffer_number: 2 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression: NoCompression 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression: Disabled 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.prefix_extractor: nullptr 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.num_levels: 7 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T13:22:14.100 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.level: 32767 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.strategy: 0 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.enabled: false 2024-02-12T13:22:14.101 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.target_file_size_base: 67108864 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T13:22:14.102 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.arena_block_size: 1048576 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.disable_auto_compactions: 0 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T13:22:14.103 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.table_properties_collectors: 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.inplace_update_support: 0 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T13:22:14.104 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.bloom_locality: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.max_successive_merges: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.paranoid_file_checks: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.force_consistency_checks: 1 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.report_bg_io_stats: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.ttl: 2592000 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.enable_blob_files: false 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.min_blob_size: 0 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.blob_file_size: 268435456 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-12T13:22:14.105 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.blob_file_starting_level: 0 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 38.sst 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi161/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 40, last_sequence is 23124, log_number is 36,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 36 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a7d2415e-89d0-4df6-9e72-5ac62e1921b5 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707744133653744, "job": 1, "event": "recovery_started", "wal_files": [36]} 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #36 mode 2 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707744133656667, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 41, "file_size": 643278, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 23129, "largest_seqno": 23311, "table_properties": {"data_size": 641251, "index_size": 823, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1684, "raw_average_key_size": 23, "raw_value_size": 639135, "raw_average_value_size": 8876, "num_data_blocks": 36, "num_entries": 72, "num_filter_entries": 72, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707744133, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a7d2415e-89d0-4df6-9e72-5ac62e1921b5", "db_session_id": "JOEL4DYA9YMDL1G4DY77", "orig_file_number": 41, "seqno_to_time_mapping": "N/A"}} 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707744133656752, "job": 1, "event": "recovery_finished"} 2024-02-12T13:22:14.106 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/version_set.cc:5047] Creating manifest 43 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi161/store.db/000036.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f508d02000 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: DB pointer 0x55f508cee000 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** DB Stats ** 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.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:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.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:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:22:14.107 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** Compaction Stats [default] ** 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: L0 1/0 628.20 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 377.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: L6 1/0 36.82 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Sum 2/0 37.44 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 377.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.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 377.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** Compaction Stats [default] ** 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.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 377.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-02-12T13:22:14.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Flush(GB): cumulative 0.001, interval 0.001 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative compaction: 0.00 GB write, 117.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval compaction: 0.00 GB write, 117.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.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:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Block cache BinnedLRUCache@0x55f508c651f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-02-12T13:22:14.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.95 KB,0.000181794%) Misc(1,0.00 KB,0%) 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: starting mon.smithi161 rank 1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi161 fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???) e2 preinit fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).mds e8 new map 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).mds e8 print_map 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: e8 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.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:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: legacy client fscid: 1 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Filesystem 'foofs' (1) 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: fs_name foofs 2024-02-12T13:22:14.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: epoch 5 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: created 2024-02-12T13:04:50.502305+0000 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: modified 2024-02-12T13:04:56.498446+0000 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: tableserver 0 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: root 0 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: session_timeout 60 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: session_autoclose 300 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: max_file_size 1099511627776 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: max_xattr_size 65536 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: required_client_features {} 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: last_failure 0 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: last_failure_osd_epoch 0 2024-02-12T13:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.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:22:14.111 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: max_mds 1 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: in 0 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: up {0=14516} 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: failed 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: damaged 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: stopped 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: data_pools [3] 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: metadata_pool 2 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: inline_data disabled 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: balancer 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: bal_rank_mask -1 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: standby_count_wanted 1 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: [mds.foofs.smithi112.leplsh{0:14516} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.112:6834/3392510121,v1:172.21.15.112:6835/3392510121] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:22:14.112 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Standby daemons: 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: [mds.foofs.smithi161.sogcfq{-1:24255} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: mon.smithi161@-1(???).paxosservice(auth 1..48) refresh upgraded, format 0 -> 3 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expand map: {default=false} 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta from 'false' to 'false' 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expanded map: {default=false} 2024-02-12T13:22:14.113 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expand map: {default=info} 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta from 'info' to 'info' 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expanded map: {default=info} 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expand map: {default=daemon} 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta from 'daemon' to 'daemon' 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expanded map: {default=daemon} 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expand map: {default=debug} 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta from 'debug' to 'debug' 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 ceph-mon[68575]: expand_channel_meta expanded map: {default=debug} 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 bash[68537]: be23d920f83bfec9ee3ea43cffa07297615e842b690b95e07ba3d958805e3d34 2024-02-12T13:22:14.114 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:13 smithi161 systemd[1]: Started Ceph mon.smithi161 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:22:14.817 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mkfs 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:22:14.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mkfs 1d31194c-c9a6-11ee-95b9-87774f69a715 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring grafana.smithi112 (dependencies changed)... 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring daemon grafana.smithi112 on smithi112 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring node-exporter.smithi112 (dependencies changed)... 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring daemon node-exporter.smithi112 on smithi112 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring node-exporter.smithi161 (dependencies changed)... 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring daemon node-exporter.smithi161 on smithi161 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Updating mgr.smithi112.yacrbz 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Deploying daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Failing over to other MGR 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:14] ENGINE Bus STARTING 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:14] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:14] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:14] ENGINE Bus STARTED 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:22:15.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 285 B/s wr, 11 op/s 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Updating mgr.smithi161.ipspmc 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v15: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v16: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:15.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Standby manager daemon smithi161.ipspmc started 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e35: smithi112.yacrbz(active, since 30s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 392 B/s rd, 294 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all mgr 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Updating mon.smithi112 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Deploying daemon mon.smithi112 on smithi112 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 121 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mon.smithi112 calling monitor election 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:22:15.090 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e35: smithi112.yacrbz(active, since 38s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e36: smithi112.yacrbz(active, since 38s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e37: smithi112.yacrbz(active, since 39s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Standby manager daemon smithi161.ipspmc started 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.? 172.21.15.161:0/3181962311' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Active manager daemon smithi112.yacrbz restarted 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Activating manager daemon smithi112.yacrbz 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:22:15.091 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e38: smithi112.yacrbz(active, starting, since 0.00521176s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:22:15.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:22:15.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: failed to encode map e71 with expected crc 2024-02-12T13:22:15.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:22:15.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:22:15.092 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: failed to encode map e71 with expected crc 2024-02-12T13:22:15.093 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: failed to encode map e71 with expected crc 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Manager daemon smithi112.yacrbz is now available 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:59] ENGINE Bus STARTING 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:59] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:59] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [12/Feb/2024:13:21:59] ENGINE Bus STARTED 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e39: smithi112.yacrbz(active, since 1.03754s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3427228578' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.094 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Cluster is now healthy 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e40: smithi112.yacrbz(active, since 2s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e41: smithi112.yacrbz(active, since 4s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.096 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 119 B/s wr, 13 op/s 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Upgrade: Updating mon.smithi161 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Deploying daemon mon.smithi161 on smithi161 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 193 B/s wr, 11 op/s 2024-02-12T13:22:15.097 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mon.smithi112 calling monitor election 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mon.smithi161 calling monitor election 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: monmap e3: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: mgrmap e41: smithi112.yacrbz(active, since 15s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:15.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.099 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring daemon alertmanager.smithi112 on smithi112 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring grafana.smithi112 (dependencies changed)... 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring daemon grafana.smithi112 on smithi112 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring node-exporter.smithi112 (dependencies changed)... 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring daemon node-exporter.smithi112 on smithi112 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring node-exporter.smithi161 (dependencies changed)... 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring daemon node-exporter.smithi161 on smithi161 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Updating mgr.smithi112.yacrbz 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Deploying daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Need to upgrade myself (mgr.smithi161.ipspmc) 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Failing over to other MGR 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:14] ENGINE Bus STARTING 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:14] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:14] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:14] ENGINE Bus STARTED 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring prometheus.smithi112 (dependencies changed)... 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Reconfiguring daemon prometheus.smithi112 on smithi112 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 19 KiB/s rd, 285 B/s wr, 11 op/s 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Updating mgr.smithi161.ipspmc 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Deploying daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:22:15.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v15: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-02-12T13:22:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v16: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:15.112 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Standby manager daemon smithi161.ipspmc started 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e35: smithi112.yacrbz(active, since 30s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 392 B/s rd, 294 B/s wr, 0 op/s 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all mgr 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Updating mon.smithi112 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Deploying daemon mon.smithi112 on smithi112 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 121 B/s wr, 0 op/s 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mon.smithi112 calling monitor election 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:22:15.113 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: monmap e2: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e35: smithi112.yacrbz(active, since 38s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e36: smithi112.yacrbz(active, since 38s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e37: smithi112.yacrbz(active, since 39s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Standby manager daemon smithi161.ipspmc restarted 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Standby manager daemon smithi161.ipspmc started 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.? 172.21.15.161:0/3181962311' entity='mgr.smithi161.ipspmc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Active manager daemon smithi112.yacrbz restarted 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Activating manager daemon smithi112.yacrbz 2024-02-12T13:22:15.114 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e38: smithi112.yacrbz(active, starting, since 0.00521176s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: failed to encode map e71 with expected crc 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi112.yacrbz", "id": "smithi112.yacrbz"}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr metadata", "who": "smithi161.ipspmc", "id": "smithi161.ipspmc"}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:22:15.115 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: failed to encode map e71 with expected crc 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: failed to encode map e71 with expected crc 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Manager daemon smithi112.yacrbz is now available 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi112.yacrbz/trash_purge_schedule"}]: dispatch 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:59] ENGINE Bus STARTING 2024-02-12T13:22:15.116 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:59] ENGINE Serving on https://172.21.15.112:7150 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:59] ENGINE Serving on http://172.21.15.112:8765 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [12/Feb/2024:13:21:59] ENGINE Bus STARTED 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e39: smithi112.yacrbz(active, since 1.03754s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v3: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3427228578' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v4: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Cluster is now healthy 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e40: smithi112.yacrbz(active, since 2s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v5: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e41: smithi112.yacrbz(active, since 4s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.117 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v6: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:22:15.118 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/etc/ceph/ceph.conf 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/etc/ceph/ceph.conf 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Updating smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 24 KiB/s rd, 119 B/s wr, 13 op/s 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.119 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Upgrade: Updating mon.smithi161 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Deploying daemon mon.smithi161 on smithi161 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: pgmap v9: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 20 KiB/s rd, 193 B/s wr, 11 op/s 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:15.120 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi112"}]: dispatch 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mon.smithi112 calling monitor election 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mon.smithi161 calling monitor election 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mon.smithi112 is new leader, mons smithi112,smithi161 in quorum (ranks 0,1) 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: monmap e3: 2 mons at {smithi112=[v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0],smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: mgrmap e41: smithi112.yacrbz(active, since 15s), standbys: smithi161.ipspmc 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.121 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:15.122 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:15 smithi112 ceph-mon[93103]: pgmap v11: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 176 B/s wr, 10 op/s 2024-02-12T13:22:16.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:15 smithi161 ceph-mon[68575]: pgmap v11: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 176 B/s wr, 10 op/s 2024-02-12T13:22:17.005 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:17 smithi161 ceph-mon[68575]: pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 264 B/s wr, 10 op/s 2024-02-12T13:22:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:17 smithi112 ceph-mon[93103]: pgmap v12: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 18 KiB/s rd, 264 B/s wr, 10 op/s 2024-02-12T13:22:19.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:19 smithi161 ceph-mon[68575]: pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-02-12T13:22:19.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:19 smithi112 ceph-mon[93103]: pgmap v13: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-02-12T13:22:19.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:19.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:21.662 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:21 smithi161 ceph-mon[68575]: pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:21 smithi112 ceph-mon[93103]: pgmap v14: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:22.049 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: pgmap v15: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: pgmap v16: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: Reconfiguring mon.smithi112 (monmap changed)... 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:23.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:23 smithi161 ceph-mon[68575]: Reconfiguring daemon mon.smithi112 on smithi112 2024-02-12T13:22:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: pgmap v15: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: pgmap v16: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: Reconfiguring mon.smithi112 (monmap changed)... 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:23.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:23 smithi112 ceph-mon[93103]: Reconfiguring daemon mon.smithi112 on smithi112 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: Reconfiguring mgr.smithi112.yacrbz (monmap changed)... 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:25.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: Reconfiguring daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:22:25.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:25 smithi112 ceph-mon[93103]: pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: Reconfiguring mgr.smithi112.yacrbz (monmap changed)... 2024-02-12T13:22:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi112.yacrbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:22:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:22:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:25.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: Reconfiguring daemon mgr.smithi112.yacrbz on smithi112 2024-02-12T13:22:25.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:25 smithi161 ceph-mon[68575]: pgmap v17: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:26 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:26.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:26 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:26.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:26 smithi112 ceph-mon[93103]: Reconfiguring crash.smithi112 (monmap changed)... 2024-02-12T13:22:26.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:26 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:26.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:26 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:26.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:26 smithi112 ceph-mon[93103]: Reconfiguring daemon crash.smithi112 on smithi112 2024-02-12T13:22:27.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:26 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:26 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:26 smithi161 ceph-mon[68575]: Reconfiguring crash.smithi112 (monmap changed)... 2024-02-12T13:22:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:26 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:26 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:26 smithi161 ceph-mon[68575]: Reconfiguring daemon crash.smithi112 on smithi112 2024-02-12T13:22:27.089 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:27 smithi161 ceph-mon[68575]: pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:22:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:28.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:27 smithi112 ceph-mon[93103]: pgmap v18: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:22:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:28 smithi161 ceph-mon[68575]: Reconfiguring osd.0 (monmap changed)... 2024-02-12T13:22:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:28 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.0 on smithi112 2024-02-12T13:22:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:28 smithi112 ceph-mon[93103]: Reconfiguring osd.0 (monmap changed)... 2024-02-12T13:22:29.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:28 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.0 on smithi112 2024-02-12T13:22:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:29 smithi112 ceph-mon[93103]: pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:22:29.831 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:29 smithi161 ceph-mon[68575]: pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:22:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:30.479 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:22:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:30 smithi161 ceph-mon[68575]: Reconfiguring osd.1 (monmap changed)... 2024-02-12T13:22:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:30 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.1 on smithi112 2024-02-12T13:22:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:30 smithi112 ceph-mon[93103]: Reconfiguring osd.1 (monmap changed)... 2024-02-12T13:22:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:30 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.1 on smithi112 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (10m) 25s ago 23m 18.7M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (23m) 25s ago 23m 6391k - 16.2.5 6933c2a0b7dd c9a83041198d 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (22m) 12s ago 22m 6395k - 16.2.5 6933c2a0b7dd 2a6b967e1aab 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (7m) 25s ago 23m 35.7M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (17m) 25s ago 17m 39.4M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:22:31.126 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (17m) 12s ago 17m 15.9M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (90s) 25s ago 25m 469M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (55s) 12s ago 22m 446M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (41s) 25s ago 25m 29.4M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (17s) 12s ago 22m 21.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (12m) 25s ago 12m 79.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (12m) 12s ago 12m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (5m) 25s ago 23m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (95s) 12s ago 22m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (21m) 25s ago 21m 367M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (21m) 25s ago 21m 547M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (20m) 25s ago 20m 408M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (20m) 25s ago 20m 563M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:22:31.127 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (20m) 12s ago 20m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:22:31.128 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (19m) 12s ago 19m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:22:31.128 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (19m) 12s ago 19m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:22:31.128 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (19m) 12s ago 19m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:22:31.128 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 unknown 25s ago 22m - - 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:22:31.531 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 4 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:22:31.532 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:22:31.881 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:22:31.881 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:22:31.881 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:22:31.881 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:22:31.881 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:22:31.881 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:22:31.882 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr" 2024-02-12T13:22:31.882 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:22:31.882 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "4/23 daemons upgraded", 2024-02-12T13:22:31.882 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading mon daemons", 2024-02-12T13:22:31.882 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:22:31.882 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:22:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:22:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:31 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/461751960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:31 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/461751960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:32.138 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:32.273 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:22:32.273 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:22:32.273 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:22:32.963 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:32 smithi112 ceph-mon[93103]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:32.963 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:32 smithi112 ceph-mon[93103]: Reconfiguring osd.2 (monmap changed)... 2024-02-12T13:22:32.964 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:32 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.2 on smithi112 2024-02-12T13:22:32.964 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:32 smithi112 ceph-mon[93103]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:32.964 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:32 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3655571533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:22:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:32 smithi161 ceph-mon[68575]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:32 smithi161 ceph-mon[68575]: Reconfiguring osd.2 (monmap changed)... 2024-02-12T13:22:33.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:32 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.2 on smithi112 2024-02-12T13:22:33.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:32 smithi161 ceph-mon[68575]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:22:33.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:32 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3655571533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:22:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:33 smithi112 ceph-mon[93103]: pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:22:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:22:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:33 smithi161 ceph-mon[68575]: pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:22:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:22:34.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:34 smithi112 ceph-mon[93103]: Reconfiguring osd.3 (monmap changed)... 2024-02-12T13:22:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:34 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.3 on smithi112 2024-02-12T13:22:34.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:34.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:34.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:22:34.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:35.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:34 smithi161 ceph-mon[68575]: Reconfiguring osd.3 (monmap changed)... 2024-02-12T13:22:35.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:34 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.3 on smithi112 2024-02-12T13:22:35.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:22:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:36.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:35 smithi161 ceph-mon[68575]: pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:36.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:35 smithi161 ceph-mon[68575]: Reconfiguring mds.foofs.smithi112.leplsh (monmap changed)... 2024-02-12T13:22:36.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:35 smithi161 ceph-mon[68575]: Reconfiguring daemon mds.foofs.smithi112.leplsh on smithi112 2024-02-12T13:22:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:35 smithi112 ceph-mon[93103]: pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:36.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:35 smithi112 ceph-mon[93103]: Reconfiguring mds.foofs.smithi112.leplsh (monmap changed)... 2024-02-12T13:22:36.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:35 smithi112 ceph-mon[93103]: Reconfiguring daemon mds.foofs.smithi112.leplsh on smithi112 2024-02-12T13:22:37.186 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:37.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: Reconfiguring crash.smithi161 (monmap changed)... 2024-02-12T13:22:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:37.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:37 smithi161 ceph-mon[68575]: Reconfiguring daemon crash.smithi161 on smithi161 2024-02-12T13:22:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:37.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: Reconfiguring crash.smithi161 (monmap changed)... 2024-02-12T13:22:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:37 smithi112 ceph-mon[93103]: Reconfiguring daemon crash.smithi161 on smithi161 2024-02-12T13:22:39.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: Reconfiguring mgr.smithi161.ipspmc (monmap changed)... 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: Reconfiguring daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:22:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:39 smithi161 ceph-mon[68575]: pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:39.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: Reconfiguring mgr.smithi161.ipspmc (monmap changed)... 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.ipspmc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: Reconfiguring daemon mgr.smithi161.ipspmc on smithi161 2024-02-12T13:22:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:39 smithi112 ceph-mon[93103]: pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: Reconfiguring mon.smithi161 (monmap changed)... 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:41.055 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:40 smithi161 ceph-mon[68575]: Reconfiguring daemon mon.smithi161 on smithi161 2024-02-12T13:22:41.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:41.071 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:41.071 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: Reconfiguring mon.smithi161 (monmap changed)... 2024-02-12T13:22:41.071 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:22:41.071 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:22:41.071 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:41.071 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:40 smithi112 ceph-mon[93103]: Reconfiguring daemon mon.smithi161 on smithi161 2024-02-12T13:22:41.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:41 smithi161 ceph-mon[68575]: pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:41.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:41.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:41.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:22:41.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:42.073 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:41 smithi112 ceph-mon[93103]: pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:42.073 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:42.073 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:42.073 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:22:42.074 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:42.224 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:42 smithi161 ceph-mon[68575]: Reconfiguring osd.4 (monmap changed)... 2024-02-12T13:22:43.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:42 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.4 on smithi161 2024-02-12T13:22:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:42 smithi112 ceph-mon[93103]: Reconfiguring osd.4 (monmap changed)... 2024-02-12T13:22:43.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:42 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.4 on smithi161 2024-02-12T13:22:44.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:44.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:44.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:44.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: Reconfiguring osd.5 (monmap changed)... 2024-02-12T13:22:44.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:22:44.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:44.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:43 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.5 on smithi161 2024-02-12T13:22:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: Reconfiguring osd.5 (monmap changed)... 2024-02-12T13:22:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:22:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:43 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.5 on smithi161 2024-02-12T13:22:44.997 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:44.997 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:44.997 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:44.997 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:22:44.997 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:22:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:45.815 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:45 smithi161 ceph-mon[68575]: Reconfiguring osd.6 (monmap changed)... 2024-02-12T13:22:45.816 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:45 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.6 on smithi161 2024-02-12T13:22:45.816 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:45 smithi161 ceph-mon[68575]: pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:45 smithi112 ceph-mon[93103]: Reconfiguring osd.6 (monmap changed)... 2024-02-12T13:22:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:45 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.6 on smithi161 2024-02-12T13:22:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:45 smithi112 ceph-mon[93103]: pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:47.267 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:47.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:47.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:47.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: Reconfiguring osd.7 (monmap changed)... 2024-02-12T13:22:47.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:22:47.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:47.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: Reconfiguring daemon osd.7 on smithi161 2024-02-12T13:22:47.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:46 smithi161 ceph-mon[68575]: pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: Reconfiguring osd.7 (monmap changed)... 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: Reconfiguring daemon osd.7 on smithi161 2024-02-12T13:22:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:46 smithi112 ceph-mon[93103]: pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:48.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:48 smithi161 ceph-mon[68575]: Reconfiguring mds.foofs.smithi161.sogcfq (monmap changed)... 2024-02-12T13:22:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:22:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:48 smithi161 ceph-mon[68575]: Reconfiguring daemon mds.foofs.smithi161.sogcfq on smithi161 2024-02-12T13:22:48.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:48.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:48.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:48 smithi112 ceph-mon[93103]: Reconfiguring mds.foofs.smithi161.sogcfq (monmap changed)... 2024-02-12T13:22:48.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:22:48.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:48.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:48 smithi112 ceph-mon[93103]: Reconfiguring daemon mds.foofs.smithi161.sogcfq on smithi161 2024-02-12T13:22:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi112"}]: dispatch 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi112"}]': finished 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi161"}]: dispatch 2024-02-12T13:22:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi161"}]': finished 2024-02-12T13:22:49.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:49.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi112"}]: dispatch 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi112"}]': finished 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi161"}]: dispatch 2024-02-12T13:22:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi161"}]': finished 2024-02-12T13:22:50.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:50 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all mon 2024-02-12T13:22:50.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:50 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all mon 2024-02-12T13:22:51.976 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:51 smithi112 ceph-mon[93103]: pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:51.976 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:51 smithi112 ceph-mon[93103]: Upgrade: Updating crash.smithi112 (1/2) 2024-02-12T13:22:51.976 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:51 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:51.976 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:51 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:51.977 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:51 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:51.977 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:51 smithi112 ceph-mon[93103]: Deploying daemon crash.smithi112 on smithi112 2024-02-12T13:22:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:51 smithi161 ceph-mon[68575]: pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:51 smithi161 ceph-mon[68575]: Upgrade: Updating crash.smithi112 (1/2) 2024-02-12T13:22:52.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:51 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:52.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:51 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi112", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:52.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:51 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:52.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:51 smithi161 ceph-mon[68575]: Deploying daemon crash.smithi112 on smithi112 2024-02-12T13:22:52.312 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:53.901 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:53 smithi112 ceph-mon[93103]: pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:53 smithi161 ceph-mon[68575]: pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:55.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:55 smithi161 ceph-mon[68575]: pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:55.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:55.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:55.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:55 smithi112 ceph-mon[93103]: pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:55.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:55.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:57 smithi112 ceph-mon[93103]: Upgrade: Updating crash.smithi161 (2/2) 2024-02-12T13:22:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:57 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:57 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:57 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:57 smithi112 ceph-mon[93103]: Deploying daemon crash.smithi161 on smithi161 2024-02-12T13:22:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:57 smithi112 ceph-mon[93103]: pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:57.366 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:22:57.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:57 smithi161 ceph-mon[68575]: Upgrade: Updating crash.smithi161 (2/2) 2024-02-12T13:22:57.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:57 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:22:57.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:57 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:22:57.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:57 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:22:57.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:57 smithi161 ceph-mon[68575]: Deploying daemon crash.smithi161 on smithi161 2024-02-12T13:22:57.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:57 smithi161 ceph-mon[68575]: pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:22:59.627 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:59 smithi161 ceph-mon[68575]: pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:59.627 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:22:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:22:59.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:59 smithi112 ceph-mon[93103]: pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:22:59.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:22:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:01.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:01.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:01 smithi161 ceph-mon[68575]: pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:01 smithi112 ceph-mon[93103]: pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:02.401 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:02.630 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:23:03.293 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:23:03.293 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (10m) 57s ago 24m 18.7M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:23:03.293 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 starting - - - - 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 starting - - - - 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (8m) 57s ago 23m 35.7M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (18m) 57s ago 18m 39.4M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (18m) 45s ago 18m 15.9M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (2m) 57s ago 25m 469M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (87s) 45s ago 23m 446M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (73s) 57s ago 25m 29.4M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (50s) 45s ago 22m 21.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (13m) 57s ago 13m 79.4M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (13m) 45s ago 13m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (6m) 57s ago 23m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (2m) 45s ago 22m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:23:03.294 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (22m) 57s ago 22m 367M 1944M 16.2.5 6933c2a0b7dd d1f08dab4e22 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (21m) 57s ago 21m 547M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (21m) 57s ago 21m 408M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (21m) 57s ago 21m 563M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (20m) 45s ago 20m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (20m) 45s ago 20m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (20m) 45s ago 20m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (19m) 45s ago 19m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:23:03.295 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 unknown 57s ago 23m - - 2024-02-12T13:23:03.689 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:23:03.689 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:23:03.689 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:23:03.689 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:23:03.690 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-02-12T13:23:03.691 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 4 2024-02-12T13:23:03.691 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:23:03.691 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr" 2024-02-12T13:23:04.052 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:23:04.053 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "4/23 daemons upgraded", 2024-02-12T13:23:04.053 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading crash daemons", 2024-02-12T13:23:04.053 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:23:04.053 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:23:04.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:03 smithi161 ceph-mon[68575]: pgmap v36: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:04.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:03 smithi161 ceph-mon[68575]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:04.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:03 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2582443849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:04.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:03 smithi112 ceph-mon[93103]: pgmap v36: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:04.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:03 smithi112 ceph-mon[93103]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:04.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:03 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2582443849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:04.462 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:23:04.462 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:23:04.462 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in unknown state 2024-02-12T13:23:05.299 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:05.299 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:05.299 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.299 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.300 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/682369766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:23:05.300 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.300 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:05.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/682369766' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:23:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:05 smithi112 ceph-mon[93103]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:05 smithi112 ceph-mon[93103]: pgmap v37: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:06.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:05 smithi161 ceph-mon[68575]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:06.201 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:05 smithi161 ceph-mon[68575]: pgmap v37: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:07.433 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:07.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:07 smithi161 ceph-mon[68575]: pgmap v38: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:07.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:07 smithi112 ceph-mon[93103]: pgmap v38: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:07.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:07.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:09.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:09.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:09.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:09 smithi112 ceph-mon[93103]: pgmap v39: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:09.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:09.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:09.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:09 smithi161 ceph-mon[68575]: pgmap v39: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: pgmap v40: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: pgmap v41: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 198 B/s rd, 198 B/s wr, 0 op/s 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: pgmap v42: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all crash 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi112"}]: dispatch 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi112"}]': finished 2024-02-12T13:23:11.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi161"}]: dispatch 2024-02-12T13:23:11.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi161"}]': finished 2024-02-12T13:23:11.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:23:11.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:23:11.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:11 smithi112 ceph-mon[93103]: Upgrade: osd.0 is safe to restart 2024-02-12T13:23:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: pgmap v40: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: pgmap v41: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 198 B/s rd, 198 B/s wr, 0 op/s 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: pgmap v42: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all crash 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi112"}]: dispatch 2024-02-12T13:23:12.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi112"}]': finished 2024-02-12T13:23:12.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi161"}]: dispatch 2024-02-12T13:23:12.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi161"}]': finished 2024-02-12T13:23:12.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:23:12.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:23:12.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:11 smithi161 ceph-mon[68575]: Upgrade: osd.0 is safe to restart 2024-02-12T13:23:12.467 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:13.764 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:13 smithi112 ceph-mon[93103]: Upgrade: Updating osd.0 2024-02-12T13:23:13.764 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:13.764 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:23:13.764 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:13.765 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:13 smithi112 ceph-mon[93103]: Deploying daemon osd.0 on smithi112 2024-02-12T13:23:13.765 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:13 smithi112 ceph-mon[93103]: pgmap v43: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-02-12T13:23:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:13 smithi161 ceph-mon[68575]: Upgrade: Updating osd.0 2024-02-12T13:23:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:23:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:13 smithi161 ceph-mon[68575]: Deploying daemon osd.0 on smithi112 2024-02-12T13:23:13.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:13 smithi161 ceph-mon[68575]: pgmap v43: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-02-12T13:23:14.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:14.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:15.744 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:15 smithi112 ceph-mon[93103]: pgmap v44: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 123 B/s wr, 0 op/s 2024-02-12T13:23:15.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:15 smithi161 ceph-mon[68575]: pgmap v44: 129 pgs: 129 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 123 B/s wr, 0 op/s 2024-02-12T13:23:16.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:16 smithi112 systemd[1]: Stopping Ceph osd.0 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:23:16.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0[46014]: debug 2024-02-12T13:23:16.195+0000 7f6a6f9a0700 -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:23:16.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0[46014]: debug 2024-02-12T13:23:16.195+0000 7f6a6f9a0700 -1 osd.0 71 *** Got signal Terminated *** 2024-02-12T13:23:16.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0[46014]: debug 2024-02-12T13:23:16.195+0000 7f6a6f9a0700 -1 osd.0 71 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:23:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.1 2024-02-12T13:23:16.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 failed (root=default,host=smithi112) (connection refused reported by osd.1) 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.2 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.3 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.1 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.2 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.3 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.5 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.4 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.7 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.6 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.5 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.4 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.7 2024-02-12T13:23:16.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:16 smithi161 ceph-mon[68575]: osd.0 reported immediately failed by osd.6 2024-02-12T13:23:16.843 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:16 smithi112 bash[100700]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.0 2024-02-12T13:23:16.843 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.1 2024-02-12T13:23:16.843 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 failed (root=default,host=smithi112) (connection refused reported by osd.1) 2024-02-12T13:23:16.843 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.2 2024-02-12T13:23:16.843 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.3 2024-02-12T13:23:16.843 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.1 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.2 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.3 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.5 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.4 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.7 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.6 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.5 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.4 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.7 2024-02-12T13:23:16.844 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:16 smithi112 ceph-mon[93103]: osd.0 reported immediately failed by osd.6 2024-02-12T13:23:17.503 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:17.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:17 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:23:17.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:17 smithi112 ceph-mon[93103]: failed to encode map e72 with expected crc 2024-02-12T13:23:17.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:17 smithi112 ceph-mon[93103]: osdmap e72: 8 total, 7 up, 8 in 2024-02-12T13:23:17.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:17 smithi112 ceph-mon[93103]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 323 B/s rd, 161 B/s wr, 0 op/s 2024-02-12T13:23:17.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:17 smithi112 ceph-mon[93103]: osdmap e73: 8 total, 7 up, 8 in 2024-02-12T13:23:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:17 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:23:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:17 smithi161 ceph-mon[68575]: failed to encode map e72 with expected crc 2024-02-12T13:23:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:17 smithi161 ceph-mon[68575]: osdmap e72: 8 total, 7 up, 8 in 2024-02-12T13:23:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:17 smithi161 ceph-mon[68575]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 323 B/s rd, 161 B/s wr, 0 op/s 2024-02-12T13:23:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:17 smithi161 ceph-mon[68575]: osdmap e73: 8 total, 7 up, 8 in 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:18 smithi112 ceph-mon[93103]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:18.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:18 smithi161 ceph-mon[68575]: failed to encode map e73 with expected crc 2024-02-12T13:23:19.092 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:18 smithi112 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.0.service: Succeeded. 2024-02-12T13:23:19.092 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:18 smithi112 systemd[1]: Stopped Ceph osd.0 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:23:19.092 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:18 smithi112 systemd[1]: Starting Ceph osd.0 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:23:19.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:19 smithi112 ceph-mon[93103]: pgmap v48: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-12T13:23:19.859 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-12T13:23:19.859 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: 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:23:19.859 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-02-12T13:23:19.859 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-12T13:23:19.859 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-12T13:23:19.859 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-12T13:23:19.860 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:19 smithi112 bash[101009]: --> ceph-volume raw activate successful for osd ID: 0 2024-02-12T13:23:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:19 smithi161 ceph-mon[68575]: pgmap v48: 129 pgs: 16 stale+active+clean, 113 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-12T13:23:21.358 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:21 smithi112 ceph-osd[101309]: -- 172.21.15.112:0/330995399 <== mon.0 v2:172.21.15.112:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5580efad04e0 con 0x5580efaa1000 2024-02-12T13:23:21.358 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:21 smithi112 bash[101271]: 23772c4446cd7c8fb672e3e1f95ad89974541d4acb24ccc613f2d05aa57eabda 2024-02-12T13:23:21.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:21 smithi112 systemd[1]: Started Ceph osd.0 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:23:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:21 smithi161 ceph-mon[68575]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:21.858 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:21 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:23:21.596+0000 7f4698f2d640 -1 Falling back to public interface 2024-02-12T13:23:21.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:21 smithi112 ceph-mon[93103]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:21.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:21.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:21.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:22.543 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:22.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:22 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 201/1515 objects degraded (13.267%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:23:22.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:22 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 201/1515 objects degraded (13.267%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:23:23.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:23 smithi161 ceph-mon[68575]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:23.837 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:23 smithi112 ceph-mon[93103]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:25 smithi161 ceph-mon[68575]: pgmap v51: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 126 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:25 smithi112 ceph-mon[93103]: pgmap v51: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 126 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:27.358 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:23:27.093+0000 7f4698f2d640 -1 osd.0 0 read_superblock omap replica is missing. 2024-02-12T13:23:27.582 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:27.998 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:27 smithi112 ceph-mon[93103]: pgmap v52: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:27 smithi161 ceph-mon[68575]: pgmap v52: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:28.358 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:27 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:23:27.995+0000 7f4698f2d640 -1 osd.0 71 log_to_monitors true 2024-02-12T13:23:29.185 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:23:28.901+0000 7f468a386700 -1 osd.0 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:23:29.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:23:29.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.186 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.186 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.186 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:23:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:30.269 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:29 smithi112 ceph-mon[93103]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 184 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:30.269 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:29 smithi112 ceph-mon[93103]: failed to encode map e74 with expected crc 2024-02-12T13:23:30.269 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:29 smithi112 ceph-mon[93103]: from='osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:23:30.269 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:29 smithi112 ceph-mon[93103]: osdmap e74: 8 total, 7 up, 8 in 2024-02-12T13:23:30.269 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:29 smithi112 ceph-mon[93103]: from='osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:23:30.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:29 smithi161 ceph-mon[68575]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 184 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:30.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:29 smithi161 ceph-mon[68575]: failed to encode map e74 with expected crc 2024-02-12T13:23:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:29 smithi161 ceph-mon[68575]: from='osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:23:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:29 smithi161 ceph-mon[68575]: osdmap e74: 8 total, 7 up, 8 in 2024-02-12T13:23:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:29 smithi161 ceph-mon[68575]: from='osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:23:31.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:23:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: failed to encode map e74 with expected crc 2024-02-12T13:23:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795] boot 2024-02-12T13:23:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: osdmap e75: 8 total, 8 up, 8 in 2024-02-12T13:23:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: mgrmap e42: smithi112.yacrbz(active, since 91s), standbys: smithi161.ipspmc 2024-02-12T13:23:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:23:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:30 smithi161 ceph-mon[68575]: failed to encode map e74 with expected crc 2024-02-12T13:23:31.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:23:31.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: failed to encode map e74 with expected crc 2024-02-12T13:23:31.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: osd.0 [v2:172.21.15.112:6802/3999961795,v1:172.21.15.112:6803/3999961795] boot 2024-02-12T13:23:31.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: osdmap e75: 8 total, 8 up, 8 in 2024-02-12T13:23:31.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: mgrmap e42: smithi112.yacrbz(active, since 91s), standbys: smithi161.ipspmc 2024-02-12T13:23:31.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:23:31.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:30 smithi112 ceph-mon[93103]: failed to encode map e74 with expected crc 2024-02-12T13:23:32.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: pgmap v56: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:32.308 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: osdmap e76: 8 total, 8 up, 8 in 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.309 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:31 smithi112 ceph-mon[93103]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: pgmap v56: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: osdmap e76: 8 total, 8 up, 8 in 2024-02-12T13:23:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:31 smithi161 ceph-mon[68575]: failed to encode map e76 with expected crc 2024-02-12T13:23:32.621 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: pgmap v58: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 714 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: pgmap v59: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:33.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:33 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: pgmap v58: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 714 B/s wr, 0 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: pgmap v59: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s; 201/1515 objects degraded (13.267%) 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:33.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:33.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:33.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:33.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:33.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:33 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-12T13:23:34.814 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:23:34.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:34 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 117/1515 objects degraded (7.723%), 21 pgs degraded (PG_DEGRADED) 2024-02-12T13:23:34.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:34 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 117/1515 objects degraded (7.723%), 21 pgs degraded (PG_DEGRADED) 2024-02-12T13:23:35.447 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (11m) 7s ago 24m 18.7M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (41s) 7s ago 24m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (36s) 31s ago 23m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (8m) 7s ago 24m 35.9M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (18m) 7s ago 18m 39.3M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (18m) 31s ago 18m 16.0M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (2m) 7s ago 26m 494M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (119s) 31s ago 23m 447M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (105s) 7s ago 26m 49.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (82s) 31s ago 23m 34.2M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (13m) 7s ago 13m 80.0M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:23:35.448 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (13m) 31s ago 13m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (6m) 7s ago 24m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (2m) 31s ago 23m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (14s) 7s ago 22m 10.7M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (22m) 7s ago 22m 548M 1944M 16.2.5 6933c2a0b7dd 469d9c692816 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (21m) 7s ago 21m 407M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (21m) 7s ago 21m 560M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (21m) 31s ago 21m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (20m) 31s ago 20m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (20m) 31s ago 20m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (20m) 31s ago 20m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:23:35.449 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 7s ago 23m - - 2024-02-12T13:23:35.835 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:23:35.836 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:23:35.837 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:23:35.837 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-02-12T13:23:35.837 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 5 2024-02-12T13:23:35.837 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:23:35.837 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:23:35.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:35 smithi161 ceph-mon[68575]: pgmap v60: 129 pgs: 21 active+undersized+degraded, 12 active+undersized, 96 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 746 B/s wr, 0 op/s; 117/1515 objects degraded (7.723%) 2024-02-12T13:23:35.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:35 smithi161 ceph-mon[68575]: from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:35 smithi112 ceph-mon[93103]: pgmap v60: 129 pgs: 21 active+undersized+degraded, 12 active+undersized, 96 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 746 B/s wr, 0 op/s; 117/1515 objects degraded (7.723%) 2024-02-12T13:23:35.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:35 smithi112 ceph-mon[93103]: from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:23:36.168 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:23:36.169 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:23:36.169 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:23:36.169 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "7/23 daemons upgraded", 2024-02-12T13:23:36.169 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:23:36.169 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:23:36.169 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:23:36.553 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:23:36.553 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:23:36.553 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:23:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:36 smithi161 ceph-mon[68575]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:36 smithi161 ceph-mon[68575]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:36 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2363241033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:36.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:36 smithi112 ceph-mon[93103]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:36.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:36 smithi112 ceph-mon[93103]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:36 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2363241033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:23:37.656 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:37 smithi161 ceph-mon[68575]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:37 smithi161 ceph-mon[68575]: pgmap v61: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 316 B/s rd, 158 B/s wr, 0 op/s; 43 B/s, 0 objects/s recovering 2024-02-12T13:23:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:37 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 117/1515 objects degraded (7.723%), 21 pgs degraded) 2024-02-12T13:23:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:37 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3881309806' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:23:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:37 smithi112 ceph-mon[93103]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:23:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:37 smithi112 ceph-mon[93103]: pgmap v61: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 316 B/s rd, 158 B/s wr, 0 op/s; 43 B/s, 0 objects/s recovering 2024-02-12T13:23:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:37 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 117/1515 objects degraded (7.723%), 21 pgs degraded) 2024-02-12T13:23:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:37 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3881309806' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:23:39.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:39 smithi161 ceph-mon[68575]: pgmap v62: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 264 B/s rd, 132 B/s wr, 0 op/s; 36 B/s, 0 objects/s recovering 2024-02-12T13:23:39.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:39 smithi112 ceph-mon[93103]: pgmap v62: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 264 B/s rd, 132 B/s wr, 0 op/s; 36 B/s, 0 objects/s recovering 2024-02-12T13:23:41.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:41 smithi161 ceph-mon[68575]: pgmap v63: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s; 29 B/s, 0 objects/s recovering 2024-02-12T13:23:41.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:41 smithi112 ceph-mon[93103]: pgmap v63: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s; 29 B/s, 0 objects/s recovering 2024-02-12T13:23:42.702 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:43 smithi161 ceph-mon[68575]: pgmap v64: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 28 B/s, 0 objects/s recovering 2024-02-12T13:23:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:43 smithi112 ceph-mon[93103]: pgmap v64: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 28 B/s, 0 objects/s recovering 2024-02-12T13:23:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:45 smithi161 ceph-mon[68575]: pgmap v65: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2024-02-12T13:23:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:45 smithi112 ceph-mon[93103]: pgmap v65: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2024-02-12T13:23:47.740 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:47 smithi161 ceph-mon[68575]: pgmap v66: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2024-02-12T13:23:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:47 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:47 smithi112 ceph-mon[93103]: pgmap v66: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s; 23 B/s, 0 objects/s recovering 2024-02-12T13:23:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:47 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:48.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:48 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:48.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:48 smithi112 ceph-mon[93103]: Upgrade: osd.1 is safe to restart 2024-02-12T13:23:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:48 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:23:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:48 smithi161 ceph-mon[68575]: Upgrade: osd.1 is safe to restart 2024-02-12T13:23:50.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:49 smithi112 ceph-mon[93103]: pgmap v67: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:50.027 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:50.028 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:23:50.028 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:49 smithi161 ceph-mon[68575]: pgmap v67: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:23:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:23:51.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:50 smithi161 ceph-mon[68575]: Upgrade: Updating osd.1 2024-02-12T13:23:51.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:50 smithi161 ceph-mon[68575]: Deploying daemon osd.1 on smithi112 2024-02-12T13:23:51.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:50 smithi112 ceph-mon[93103]: Upgrade: Updating osd.1 2024-02-12T13:23:51.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:50 smithi112 ceph-mon[93103]: Deploying daemon osd.1 on smithi112 2024-02-12T13:23:51.967 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:51 smithi112 ceph-mon[93103]: pgmap v68: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:51 smithi161 ceph-mon[68575]: pgmap v68: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:23:52.781 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:53.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:52 smithi112 systemd[1]: Stopping Ceph osd.1 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:23:53.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1[49343]: debug 2024-02-12T13:23:52.930+0000 7fa47f6dc700 -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:23:53.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1[49343]: debug 2024-02-12T13:23:52.930+0000 7fa47f6dc700 -1 osd.1 76 *** Got signal Terminated *** 2024-02-12T13:23:53.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:52 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1[49343]: debug 2024-02-12T13:23:52.930+0000 7fa47f6dc700 -1 osd.1 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:23:53.837 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:53 smithi112 bash[103958]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.1 2024-02-12T13:23:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: pgmap v69: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 failed (root=default,host=smithi112) (connection refused reported by osd.3) 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:53 smithi112 ceph-mon[93103]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: pgmap v69: 129 pgs: 129 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 failed (root=default,host=smithi112) (connection refused reported by osd.3) 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.2 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.0 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.3 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.6 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.5 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.4 2024-02-12T13:23:54.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:53 smithi161 ceph-mon[68575]: osd.1 reported immediately failed by osd.7 2024-02-12T13:23:55.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:54 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:23:55.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:54 smithi112 ceph-mon[93103]: failed to encode map e77 with expected crc 2024-02-12T13:23:55.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:54 smithi112 ceph-mon[93103]: osdmap e77: 8 total, 7 up, 8 in 2024-02-12T13:23:55.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:54 smithi112 ceph-mon[93103]: failed to encode map e77 with expected crc 2024-02-12T13:23:55.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:54 smithi112 ceph-mon[93103]: osdmap e78: 8 total, 7 up, 8 in 2024-02-12T13:23:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:54 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:23:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:54 smithi161 ceph-mon[68575]: failed to encode map e77 with expected crc 2024-02-12T13:23:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:54 smithi161 ceph-mon[68575]: osdmap e77: 8 total, 7 up, 8 in 2024-02-12T13:23:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:54 smithi161 ceph-mon[68575]: failed to encode map e77 with expected crc 2024-02-12T13:23:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:54 smithi161 ceph-mon[68575]: osdmap e78: 8 total, 7 up, 8 in 2024-02-12T13:23:56.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:55 smithi112 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.1.service: Succeeded. 2024-02-12T13:23:56.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:55 smithi112 systemd[1]: Stopped Ceph osd.1 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:23:56.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:55 smithi112 systemd[1]: Starting Ceph osd.1 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:23:56.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: pgmap v71: 129 pgs: 5 peering, 16 stale+active+clean, 108 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:23:56.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:55 smithi112 ceph-mon[93103]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:23:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: pgmap v71: 129 pgs: 5 peering, 16 stale+active+clean, 108 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:23:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: failed to encode map e78 with expected crc 2024-02-12T13:23:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:55 smithi161 ceph-mon[68575]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-12T13:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: 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:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-02-12T13:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-12T13:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-12T13:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-12T13:23:57.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:56 smithi112 bash[104241]: --> ceph-volume raw activate successful for osd ID: 1 2024-02-12T13:23:57.823 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:23:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:57 smithi112 ceph-mon[93103]: pgmap v73: 129 pgs: 53 peering, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-12T13:23:58.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:57 smithi112 ceph-osd[104585]: -- 172.21.15.112:0/2390464623 <== mon.0 v2:172.21.15.112:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55feabf784e0 con 0x55feabf48c00 2024-02-12T13:23:58.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:58 smithi112 bash[104519]: ad1d72ed8e5bd70fb43769058263183ef1e9c210fc8ac552444b8ad51d3c3739 2024-02-12T13:23:58.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:58 smithi112 systemd[1]: Started Ceph osd.1 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:23:58.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:57 smithi161 ceph-mon[68575]: pgmap v73: 129 pgs: 53 peering, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-12T13:23:58.812 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:23:58 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:23:58.507+0000 7ff98c079640 -1 Falling back to public interface 2024-02-12T13:23:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:59.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:59 smithi161 ceph-mon[68575]: pgmap v74: 129 pgs: 53 peering, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:23:59.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:59.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:23:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:23:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:23:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:59 smithi112 ceph-mon[93103]: pgmap v74: 129 pgs: 53 peering, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:23:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:23:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:23:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:00.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:00 smithi161 ceph-mon[68575]: Health check update: Reduced data availability: 5 pgs inactive, 15 pgs peering (PG_AVAILABILITY) 2024-02-12T13:24:00.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:00 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 164/1515 objects degraded (10.825%), 27 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:00.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:00 smithi161 ceph-mon[68575]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 15 pgs peering) 2024-02-12T13:24:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:00 smithi112 ceph-mon[93103]: Health check update: Reduced data availability: 5 pgs inactive, 15 pgs peering (PG_AVAILABILITY) 2024-02-12T13:24:00.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:00 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 164/1515 objects degraded (10.825%), 27 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:00.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:00 smithi112 ceph-mon[93103]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 15 pgs peering) 2024-02-12T13:24:01.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:01 smithi161 ceph-mon[68575]: pgmap v75: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:01.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:01 smithi112 ceph-mon[93103]: pgmap v75: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:02.858 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:03.779 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:03 smithi112 ceph-mon[93103]: pgmap v76: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 239 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:03.780 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:24:03 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:24:03.713+0000 7ff98c079640 -1 osd.1 0 read_superblock omap replica is missing. 2024-02-12T13:24:03.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:03 smithi161 ceph-mon[68575]: pgmap v76: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 239 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:04.858 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:24:04 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:24:04.421+0000 7ff98c079640 -1 osd.1 76 log_to_monitors true 2024-02-12T13:24:05.575 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:24:05.342+0000 7ff97d4d2700 -1 osd.1 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:24:05.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-mon[93103]: pgmap v77: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:05.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-mon[93103]: from='osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:24:05.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.575 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:05 smithi161 ceph-mon[68575]: pgmap v77: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:05.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:05 smithi161 ceph-mon[68575]: from='osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:24:05.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:05.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:06.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:06 smithi161 ceph-mon[68575]: failed to encode map e79 with expected crc 2024-02-12T13:24:06.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:06 smithi161 ceph-mon[68575]: from='osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:24:06.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:06 smithi161 ceph-mon[68575]: osdmap e79: 8 total, 7 up, 8 in 2024-02-12T13:24:06.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:06 smithi161 ceph-mon[68575]: from='osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:24:06.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:06 smithi161 ceph-mon[68575]: failed to encode map e79 with expected crc 2024-02-12T13:24:06.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:06 smithi161 ceph-mon[68575]: failed to encode map e79 with expected crc 2024-02-12T13:24:06.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:06 smithi112 ceph-mon[93103]: failed to encode map e79 with expected crc 2024-02-12T13:24:06.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:06 smithi112 ceph-mon[93103]: from='osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:24:06.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:06 smithi112 ceph-mon[93103]: osdmap e79: 8 total, 7 up, 8 in 2024-02-12T13:24:06.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:06 smithi112 ceph-mon[93103]: from='osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:24:06.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:06 smithi112 ceph-mon[93103]: failed to encode map e79 with expected crc 2024-02-12T13:24:06.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:06 smithi112 ceph-mon[93103]: failed to encode map e79 with expected crc 2024-02-12T13:24:06.900 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152] boot 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: osdmap e80: 8 total, 8 up, 8 in 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: pgmap v80: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:07 smithi112 ceph-mon[93103]: osdmap e81: 8 total, 8 up, 8 in 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (11m) 3s ago 25m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (73s) 3s ago 25m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (68s) 63s ago 24m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (9m) 3s ago 24m 36.1M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (19m) 3s ago 19m 39.4M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:24:07.614 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (19m) 63s ago 19m 16.0M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (3m) 3s ago 26m 496M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (2m) 63s ago 24m 447M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (2m) 3s ago 26m 52.5M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (114s) 63s ago 23m 34.2M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (14m) 3s ago 14m 80.1M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (14m) 63s ago 14m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (7m) 3s ago 24m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (3m) 63s ago 23m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (46s) 3s ago 23m 170M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (10s) 3s ago 22m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (22m) 3s ago 22m 412M 1944M 16.2.5 6933c2a0b7dd 5dd2d8cd7afc 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (22m) 3s ago 22m 562M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (21m) 63s ago 21m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:24:07.615 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (21m) 63s ago 21m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:24:07.616 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (21m) 63s ago 21m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:24:07.616 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (20m) 63s ago 20m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:24:07.616 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 3s ago 24m - - 2024-02-12T13:24:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:24:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: osd.1 [v2:172.21.15.112:6810/170229152,v1:172.21.15.112:6811/170229152] boot 2024-02-12T13:24:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: osdmap e80: 8 total, 8 up, 8 in 2024-02-12T13:24:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:24:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: pgmap v80: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:07 smithi161 ceph-mon[68575]: osdmap e81: 8 total, 8 up, 8 in 2024-02-12T13:24:07.893 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:08.047 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:24:08.048 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:08.049 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:24:08.049 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-02-12T13:24:08.049 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 6 2024-02-12T13:24:08.049 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:24:08.049 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:24:08.378 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:24:08.378 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:24:08.378 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:24:08.378 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:24:08.378 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:24:08.378 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "8/23 daemons upgraded", 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:24:08.379 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 164/1515 objects degraded (10.825%), 27 pgs degraded 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 164/1515 objects degraded (10.825%), 27 pgs degraded 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.0 is active+undersized+degraded, acting [7,0] 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.2 is active+undersized+degraded, acting [5,6] 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.4 is active+undersized+degraded, acting [0,2] 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.6 is active+undersized+degraded, acting [6,4] 2024-02-12T13:24:08.765 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.8 is active+undersized+degraded, acting [7,0] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.d is active+undersized+degraded, acting [4,3] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.10 is active+undersized+degraded, acting [2,0] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.11 is active+undersized+degraded, acting [6,4] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.15 is active+undersized+degraded, acting [5,0] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2024-02-12T13:24:08.766 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 4.a is active+undersized+degraded, acting [6,7] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.0 is active+undersized+degraded, acting [3,4] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.5 is active+undersized+degraded, acting [0,4] 2024-02-12T13:24:08.767 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.19 is active+undersized+degraded, acting [5,7] 2024-02-12T13:24:08.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:08.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:08.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:08 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3962596977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: failed to encode map e81 with expected crc 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:08 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3962596977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: pgmap v82: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3001126694' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: pgmap v83: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 459 B/s rd, 229 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: pgmap v84: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:09.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: pgmap v82: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3001126694' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: pgmap v83: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 459 B/s rd, 229 B/s wr, 0 op/s; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: pgmap v84: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 164/1515 objects degraded (10.825%) 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:24:09.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:09.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:10 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:10 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-12T13:24:10.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:10 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:10.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:10 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-12T13:24:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:11 smithi161 ceph-mon[68575]: pgmap v85: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 226 B/s wr, 0 op/s 2024-02-12T13:24:11.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:11 smithi112 ceph-mon[93103]: pgmap v85: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 226 B/s wr, 0 op/s 2024-02-12T13:24:12.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:12 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 164/1515 objects degraded (10.825%), 27 pgs degraded) 2024-02-12T13:24:12.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:12 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 164/1515 objects degraded (10.825%), 27 pgs degraded) 2024-02-12T13:24:12.936 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:13 smithi161 ceph-mon[68575]: pgmap v86: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 158 B/s wr, 0 op/s 2024-02-12T13:24:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:13 smithi112 ceph-mon[93103]: pgmap v86: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 158 B/s wr, 0 op/s 2024-02-12T13:24:15.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:15.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:15.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:15 smithi161 ceph-mon[68575]: pgmap v87: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 272 B/s rd, 272 B/s wr, 0 op/s 2024-02-12T13:24:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:15 smithi112 ceph-mon[93103]: pgmap v87: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 272 B/s rd, 272 B/s wr, 0 op/s 2024-02-12T13:24:17.973 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:18.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:17 smithi161 ceph-mon[68575]: pgmap v88: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:24:18.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:17 smithi112 ceph-mon[93103]: pgmap v88: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 242 B/s rd, 242 B/s wr, 0 op/s 2024-02-12T13:24:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:19 smithi161 ceph-mon[68575]: pgmap v89: 129 pgs: 129 active+clean; 320 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:24:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:19 smithi112 ceph-mon[93103]: pgmap v89: 129 pgs: 129 active+clean; 320 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:24:21.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:21 smithi161 ceph-mon[68575]: pgmap v90: 129 pgs: 129 active+clean; 320 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:24:21.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:21 smithi112 ceph-mon[93103]: pgmap v90: 129 pgs: 129 active+clean; 320 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:24:23.019 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:24.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:23 smithi161 ceph-mon[68575]: pgmap v91: 129 pgs: 129 active+clean; 320 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:24:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:23 smithi112 ceph-mon[93103]: pgmap v91: 129 pgs: 129 active+clean; 320 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:24:25.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:25.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:26.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:26.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: Upgrade: osd.2 is safe to restart 2024-02-12T13:24:26.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: pgmap v92: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:24:26.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: Upgrade: Updating osd.2 2024-02-12T13:24:26.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:26.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:24:26.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:24:26.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:25 smithi161 ceph-mon[68575]: Deploying daemon osd.2 on smithi112 2024-02-12T13:24:26.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:24:26.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: Upgrade: osd.2 is safe to restart 2024-02-12T13:24:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: pgmap v92: 129 pgs: 129 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:24:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: Upgrade: Updating osd.2 2024-02-12T13:24:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:24:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:24:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:25 smithi112 ceph-mon[93103]: Deploying daemon osd.2 on smithi112 2024-02-12T13:24:27.249 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:26 smithi112 ceph-mon[93103]: pgmap v93: 129 pgs: 129 active+clean; 320 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:24:27.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:26 smithi161 ceph-mon[68575]: pgmap v93: 129 pgs: 129 active+clean; 320 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:24:28.059 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:29.017 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:29.309 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:29 smithi112 systemd[1]: Stopping Ceph osd.2 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:24:29.609 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2[52979]: debug 2024-02-12T13:24:29.306+0000 7f60354e7700 -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:24:29.609 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2[52979]: debug 2024-02-12T13:24:29.306+0000 7f60354e7700 -1 osd.2 81 *** Got signal Terminated *** 2024-02-12T13:24:29.609 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2[52979]: debug 2024-02-12T13:24:29.306+0000 7f60354e7700 -1 osd.2 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:24:30.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:29 smithi112 bash[107196]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.2 2024-02-12T13:24:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: pgmap v94: 129 pgs: 129 active+clean; 320 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:24:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.6 2024-02-12T13:24:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 failed (root=default,host=smithi112) (connection refused reported by osd.6) 2024-02-12T13:24:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.4 2024-02-12T13:24:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.3 2024-02-12T13:24:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.7 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.6 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.0 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.1 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.5 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.4 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.3 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.7 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.0 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.1 2024-02-12T13:24:30.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:29 smithi112 ceph-mon[93103]: osd.2 reported immediately failed by osd.5 2024-02-12T13:24:30.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: pgmap v94: 129 pgs: 129 active+clean; 320 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:24:30.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.6 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 failed (root=default,host=smithi112) (connection refused reported by osd.6) 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.4 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.3 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.7 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.6 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.0 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.1 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.5 2024-02-12T13:24:30.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.4 2024-02-12T13:24:30.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.3 2024-02-12T13:24:30.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.7 2024-02-12T13:24:30.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.0 2024-02-12T13:24:30.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.1 2024-02-12T13:24:30.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:29 smithi161 ceph-mon[68575]: osd.2 reported immediately failed by osd.5 2024-02-12T13:24:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:30 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:24:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:30 smithi112 ceph-mon[93103]: failed to encode map e82 with expected crc 2024-02-12T13:24:31.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:30 smithi112 ceph-mon[93103]: osdmap e82: 8 total, 7 up, 8 in 2024-02-12T13:24:31.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:30 smithi112 ceph-mon[93103]: failed to encode map e82 with expected crc 2024-02-12T13:24:31.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:30 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:24:31.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:30 smithi161 ceph-mon[68575]: failed to encode map e82 with expected crc 2024-02-12T13:24:31.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:30 smithi161 ceph-mon[68575]: osdmap e82: 8 total, 7 up, 8 in 2024-02-12T13:24:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:30 smithi161 ceph-mon[68575]: failed to encode map e82 with expected crc 2024-02-12T13:24:31.933 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: osdmap e83: 8 total, 7 up, 8 in 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: failed to encode map e83 with expected crc 2024-02-12T13:24:31.934 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:31 smithi112 ceph-mon[93103]: pgmap v97: 129 pgs: 6 peering, 10 stale+active+clean, 113 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-12T13:24:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: osdmap e83: 8 total, 7 up, 8 in 2024-02-12T13:24:32.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: failed to encode map e83 with expected crc 2024-02-12T13:24:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:31 smithi161 ceph-mon[68575]: pgmap v97: 129 pgs: 6 peering, 10 stale+active+clean, 113 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-12T13:24:32.360 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:31 smithi112 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.2.service: Succeeded. 2024-02-12T13:24:32.360 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:31 smithi112 systemd[1]: Stopped Ceph osd.2 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:24:32.360 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 systemd[1]: Starting Ceph osd.2 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:24:33.100 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:33.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:32 smithi112 ceph-mon[93103]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-12T13:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: 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:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-02-12T13:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-12T13:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-12T13:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-12T13:24:33.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:32 smithi112 bash[107487]: --> ceph-volume raw activate successful for osd ID: 2 2024-02-12T13:24:33.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:32 smithi161 ceph-mon[68575]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:24:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:33 smithi112 ceph-mon[93103]: pgmap v98: 129 pgs: 6 peering, 10 stale+active+clean, 113 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:24:34.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:33 smithi161 ceph-mon[68575]: pgmap v98: 129 pgs: 6 peering, 10 stale+active+clean, 113 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:24:34.611 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:34 smithi112 ceph-osd[107793]: -- 172.21.15.112:0/1324961643 <== mon.0 v2:172.21.15.112:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559c443a84e0 con 0x559c44379000 2024-02-12T13:24:34.611 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:34 smithi112 bash[107756]: d558753d8a7860129fe8ea72ecd2e2a7851a7ebd5e51cbe15d32ed6890c5234b 2024-02-12T13:24:34.612 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:34 smithi112 systemd[1]: Started Ceph osd.2 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:24:35.075 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:34 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:24:34.738+0000 7f15d0557640 -1 Falling back to public interface 2024-02-12T13:24:35.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:35 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:35 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:35 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:24:35.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:35 smithi112 ceph-mon[93103]: pgmap v99: 129 pgs: 17 active+undersized+degraded, 6 peering, 12 active+undersized, 94 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 105/1515 objects degraded (6.931%) 2024-02-12T13:24:35.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:35 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:35.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:35 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:35.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:35 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:24:35.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:35 smithi161 ceph-mon[68575]: pgmap v99: 129 pgs: 17 active+undersized+degraded, 6 peering, 12 active+undersized, 94 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 105/1515 objects degraded (6.931%) 2024-02-12T13:24:36.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:36 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 105/1515 objects degraded (6.931%), 17 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:36.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:36 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 105/1515 objects degraded (6.931%), 17 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:37.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:37 smithi112 ceph-mon[93103]: pgmap v100: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:37.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:37 smithi161 ceph-mon[68575]: pgmap v100: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:38.139 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:38.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:38 smithi112 ceph-mon[93103]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:24:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:38 smithi161 ceph-mon[68575]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:24:39.136 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:24:39.539 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:39 smithi112 ceph-mon[93103]: pgmap v101: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 227 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:39.539 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:39 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:24:39.535+0000 7f15d0557640 -1 osd.2 0 read_superblock omap replica is missing. 2024-02-12T13:24:39.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:39 smithi161 ceph-mon[68575]: pgmap v101: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 227 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:39.890 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:24:39.890 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (12m) 35s ago 25m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:24:39.890 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (105s) 35s ago 25m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:24:39.890 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (100s) 95s ago 24m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (10m) 35s ago 25m 36.1M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (19m) 35s ago 19m 39.4M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (19m) 95s ago 19m 16.0M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (3m) 35s ago 27m 496M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (3m) 95s ago 24m 447M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (2m) 35s ago 27m 52.5M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (2m) 95s ago 24m 34.2M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (14m) 35s ago 14m 80.1M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (14m) 95s ago 14m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (8m) 35s ago 25m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (3m) 95s ago 24m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:24:39.891 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (79s) 35s ago 23m 170M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (42s) 35s ago 23m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 starting - - - 1944M 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (22m) 35s ago 22m 562M 1944M 16.2.5 6933c2a0b7dd 4ec212b01ce2 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (22m) 95s ago 22m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (22m) 95s ago 22m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (21m) 95s ago 21m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (21m) 95s ago 21m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:24:39.892 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 35s ago 24m - - 2024-02-12T13:24:40.320 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-02-12T13:24:40.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 6 2024-02-12T13:24:40.323 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:24:40.323 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:24:40.356 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-mon[93103]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:40.356 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-mon[93103]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:40.356 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-mon[93103]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:40.356 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-mon[93103]: from='osd.2 [v2:172.21.15.112:6818/3530173102,v1:172.21.15.112:6819/3530173102]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:24:40.356 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-mon[93103]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:24:40.356 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3407297968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:40.357 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:24:40.116+0000 7f15d0557640 -1 osd.2 81 log_to_monitors true 2024-02-12T13:24:40.608 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:24:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:24:40.373+0000 7f15c01ad700 -1 osd.2 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "9/23 daemons upgraded", 2024-02-12T13:24:40.661 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:24:40.662 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:24:40.662 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:24:40.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:40 smithi161 ceph-mon[68575]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:40.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:40 smithi161 ceph-mon[68575]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:40.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:40 smithi161 ceph-mon[68575]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:40.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:40 smithi161 ceph-mon[68575]: from='osd.2 [v2:172.21.15.112:6818/3530173102,v1:172.21.15.112:6819/3530173102]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:24:40.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:40 smithi161 ceph-mon[68575]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:24:40.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:40 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3407297968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:41.071 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 141/1515 objects degraded (9.307%), 21 pgs degraded 2024-02-12T13:24:41.072 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:24:41.072 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:24:41.072 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] OSD_DOWN: 1 osds down 2024-02-12T13:24:41.072 INFO:teuthology.orchestra.run.smithi112.stdout: osd.2 (root=default,host=smithi112) is down 2024-02-12T13:24:41.072 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 141/1515 objects degraded (9.307%), 21 pgs degraded 2024-02-12T13:24:41.072 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.1 is active+undersized+degraded, acting [3,0] 2024-02-12T13:24:41.073 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.3 is active+undersized+degraded, acting [5,7] 2024-02-12T13:24:41.073 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2024-02-12T13:24:41.073 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.7 is active+undersized+degraded, acting [6,7] 2024-02-12T13:24:41.073 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.c is active+undersized+degraded, acting [5,0] 2024-02-12T13:24:41.073 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.e is active+undersized+degraded, acting [3,7] 2024-02-12T13:24:41.073 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.10 is active+undersized+degraded, acting [1,0] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.16 is active+undersized+degraded, acting [5,6] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.17 is active+undersized+degraded, acting [6,5] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.1c is active+undersized+degraded, acting [7,5] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.0 is active+undersized+degraded, acting [1,6] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.4 is active+undersized+degraded, acting [1,5] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.5 is active+undersized+degraded, acting [5,3] 2024-02-12T13:24:41.074 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.9 is active+undersized+degraded, acting [4,7] 2024-02-12T13:24:41.075 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.13 is active+undersized+degraded, acting [7,4] 2024-02-12T13:24:41.075 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1a is active+undersized+degraded, acting [4,1] 2024-02-12T13:24:41.075 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1e is active+undersized+degraded, acting [3,6] 2024-02-12T13:24:41.075 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1f is active+undersized+degraded, acting [0,5] 2024-02-12T13:24:41.075 INFO:teuthology.orchestra.run.smithi112.stdout: pg 4.19 is active+undersized+degraded, acting [3,0] 2024-02-12T13:24:41.075 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.a is active+undersized+degraded, acting [4,3] 2024-02-12T13:24:41.076 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.14 is active+undersized+degraded, acting [3,7] 2024-02-12T13:24:41.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: failed to encode map e84 with expected crc 2024-02-12T13:24:41.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:24:41.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: osdmap e84: 8 total, 7 up, 8 in 2024-02-12T13:24:41.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='osd.2 [v2:172.21.15.112:6818/3530173102,v1:172.21.15.112:6819/3530173102]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:24:41.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:24:41.734 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 141/1515 objects degraded (9.307%), 21 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: pgmap v103: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/342577189' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: failed to encode map e84 with expected crc 2024-02-12T13:24:41.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:24:41.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: osdmap e84: 8 total, 7 up, 8 in 2024-02-12T13:24:41.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='osd.2 [v2:172.21.15.112:6818/3530173102,v1:172.21.15.112:6819/3530173102]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 141/1515 objects degraded (9.307%), 21 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: pgmap v103: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/342577189' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:42.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:24:42.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: failed to encode map e85 with expected crc 2024-02-12T13:24:42.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: osd.2 [v2:172.21.15.112:6818/3530173102,v1:172.21.15.112:6819/3530173102] boot 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: osdmap e85: 8 total, 8 up, 8 in 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: failed to encode map e85 with expected crc 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:42 smithi161 ceph-mon[68575]: osdmap e86: 8 total, 8 up, 8 in 2024-02-12T13:24:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:24:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: failed to encode map e85 with expected crc 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: osd.2 [v2:172.21.15.112:6818/3530173102,v1:172.21.15.112:6819/3530173102] boot 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: osdmap e85: 8 total, 8 up, 8 in 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: failed to encode map e85 with expected crc 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: failed to encode map e84 with expected crc 2024-02-12T13:24:42.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:42 smithi112 ceph-mon[93103]: osdmap e86: 8 total, 8 up, 8 in 2024-02-12T13:24:43.172 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:43 smithi112 ceph-mon[93103]: pgmap v106: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: failed to encode map e86 with expected crc 2024-02-12T13:24:43.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:43 smithi161 ceph-mon[68575]: pgmap v106: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 141/1515 objects degraded (9.307%) 2024-02-12T13:24:45.028 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:45.028 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:45.028 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: pgmap v107: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 51/1515 objects degraded (3.366%) 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:46.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: pgmap v107: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 51/1515 objects degraded (3.366%) 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:46.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:46.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:24:46.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:24:47.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:46 smithi161 ceph-mon[68575]: pgmap v108: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 433 B/s rd, 0 op/s; 51/1515 objects degraded (3.366%) 2024-02-12T13:24:47.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:46 smithi161 ceph-mon[68575]: pgmap v109: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 485 B/s rd, 0 op/s; 51/1515 objects degraded (3.366%) 2024-02-12T13:24:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:46 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:24:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:46 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-02-12T13:24:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:46 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 51/1515 objects degraded (3.366%), 8 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:47.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:46 smithi112 ceph-mon[93103]: pgmap v108: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 433 B/s rd, 0 op/s; 51/1515 objects degraded (3.366%) 2024-02-12T13:24:47.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:46 smithi112 ceph-mon[93103]: pgmap v109: 129 pgs: 8 active+undersized+degraded, 8 active+undersized, 113 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 485 B/s rd, 0 op/s; 51/1515 objects degraded (3.366%) 2024-02-12T13:24:47.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:46 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:24:47.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:46 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-02-12T13:24:47.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:46 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 51/1515 objects degraded (3.366%), 8 pgs degraded (PG_DEGRADED) 2024-02-12T13:24:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:47 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/1515 objects degraded (3.366%), 8 pgs degraded) 2024-02-12T13:24:48.212 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:47 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/1515 objects degraded (3.366%), 8 pgs degraded) 2024-02-12T13:24:49.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:48 smithi112 ceph-mon[93103]: pgmap v110: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 358 B/s rd, 179 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:49.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:48 smithi161 ceph-mon[68575]: pgmap v110: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 358 B/s rd, 179 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:51.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:50 smithi112 ceph-mon[93103]: pgmap v111: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 304 B/s rd, 152 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:51.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:50 smithi161 ceph-mon[68575]: pgmap v111: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 304 B/s rd, 152 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:53.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:52 smithi112 ceph-mon[93103]: pgmap v112: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 249 B/s rd, 249 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:53.253 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:52 smithi161 ceph-mon[68575]: pgmap v112: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 249 B/s rd, 249 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:55.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:54 smithi112 ceph-mon[93103]: pgmap v113: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 249 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:55.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:54 smithi161 ceph-mon[68575]: pgmap v113: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 249 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:57.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:56 smithi112 ceph-mon[93103]: pgmap v114: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:56 smithi161 ceph-mon[68575]: pgmap v114: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:58.293 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:24:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:58 smithi112 ceph-mon[93103]: pgmap v115: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:24:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:24:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:58 smithi161 ceph-mon[68575]: pgmap v115: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:24:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:24:59.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:24:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:01.075 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:00 smithi112 ceph-mon[93103]: pgmap v116: 129 pgs: 129 active+clean; 320 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:25:01.075 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:25:01.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:00 smithi161 ceph-mon[68575]: pgmap v116: 129 pgs: 129 active+clean; 320 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:25:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:25:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:01 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:25:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:01 smithi112 ceph-mon[93103]: Upgrade: osd.3 is safe to restart 2024-02-12T13:25:02.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:01 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:02.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:01 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:25:02.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:01 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:01 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:25:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:01 smithi161 ceph-mon[68575]: Upgrade: osd.3 is safe to restart 2024-02-12T13:25:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:01 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:02.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:01 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:25:02.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:01 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:02 smithi112 ceph-mon[93103]: pgmap v117: 129 pgs: 129 active+clean; 320 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:25:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:02 smithi112 ceph-mon[93103]: Upgrade: Updating osd.3 2024-02-12T13:25:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:02 smithi112 ceph-mon[93103]: Deploying daemon osd.3 on smithi112 2024-02-12T13:25:03.335 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:02 smithi161 ceph-mon[68575]: pgmap v117: 129 pgs: 129 active+clean; 320 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:25:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:02 smithi161 ceph-mon[68575]: Upgrade: Updating osd.3 2024-02-12T13:25:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:02 smithi161 ceph-mon[68575]: Deploying daemon osd.3 on smithi112 2024-02-12T13:25:05.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:04 smithi112 ceph-mon[93103]: pgmap v118: 129 pgs: 129 active+clean; 320 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:25:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:04 smithi161 ceph-mon[68575]: pgmap v118: 129 pgs: 129 active+clean; 320 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:25:05.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:05 smithi112 systemd[1]: Stopping Ceph osd.3 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:25:05.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3[56386]: debug 2024-02-12T13:25:05.246+0000 7f2bbb2da700 -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:25:05.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3[56386]: debug 2024-02-12T13:25:05.246+0000 7f2bbb2da700 -1 osd.3 86 *** Got signal Terminated *** 2024-02-12T13:25:05.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3[56386]: debug 2024-02-12T13:25:05.246+0000 7f2bbb2da700 -1 osd.3 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:25:06.108 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:05 smithi112 bash[110359]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.3 2024-02-12T13:25:06.751 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: pgmap v119: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:25:06.751 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.751 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 failed (root=default,host=smithi112) (connection refused reported by osd.0) 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.753 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.754 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.754 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.754 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.754 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:06 smithi112 ceph-mon[93103]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: pgmap v119: 129 pgs: 129 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 failed (root=default,host=smithi112) (connection refused reported by osd.0) 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.0 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.7 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.6 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.2 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.1 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.5 2024-02-12T13:25:06.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:06 smithi161 ceph-mon[68575]: osd.3 reported immediately failed by osd.4 2024-02-12T13:25:07.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:07 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:25:07.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:07 smithi112 ceph-mon[93103]: failed to encode map e87 with expected crc 2024-02-12T13:25:07.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:07 smithi112 ceph-mon[93103]: osdmap e87: 8 total, 7 up, 8 in 2024-02-12T13:25:07.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:07 smithi112 ceph-mon[93103]: failed to encode map e87 with expected crc 2024-02-12T13:25:07.572 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:07 smithi112 ceph-mon[93103]: failed to encode map e87 with expected crc 2024-02-12T13:25:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:07 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:25:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:07 smithi161 ceph-mon[68575]: failed to encode map e87 with expected crc 2024-02-12T13:25:07.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:07 smithi161 ceph-mon[68575]: osdmap e87: 8 total, 7 up, 8 in 2024-02-12T13:25:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:07 smithi161 ceph-mon[68575]: failed to encode map e87 with expected crc 2024-02-12T13:25:07.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:07 smithi161 ceph-mon[68575]: failed to encode map e87 with expected crc 2024-02-12T13:25:08.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:07 smithi112 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.3.service: Succeeded. 2024-02-12T13:25:08.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:07 smithi112 systemd[1]: Stopped Ceph osd.3 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:25:08.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:08 smithi112 systemd[1]: Starting Ceph osd.3 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:25:08.370 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:08.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: pgmap v121: 129 pgs: 20 stale+active+clean, 109 active+clean; 320 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:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: osdmap e88: 8 total, 7 up, 8 in 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:08 smithi161 ceph-mon[68575]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: pgmap v121: 129 pgs: 20 stale+active+clean, 109 active+clean; 320 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:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: osdmap e88: 8 total, 7 up, 8 in 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:08 smithi112 ceph-mon[93103]: failed to encode map e88 with expected crc 2024-02-12T13:25:09.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-12T13:25:09.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: 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:25:09.360 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-02-12T13:25:09.360 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-12T13:25:09.360 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-12T13:25:09.360 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-12T13:25:09.360 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:09 smithi112 bash[110644]: --> ceph-volume raw activate successful for osd ID: 3 2024-02-12T13:25:09.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:09 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 65/1515 objects degraded (4.290%), 7 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:09.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:09 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 65/1515 objects degraded (4.290%), 7 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:10.608 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:10 smithi112 ceph-osd[110999]: -- 172.21.15.112:0/3950973046 <== mon.0 v2:172.21.15.112:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5654ab14a4e0 con 0x5654ab11ac00 2024-02-12T13:25:10.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:10 smithi112 bash[110961]: 9e2693b3e308a5bed0b6ec1b420362430d6303453ff3ffd11fa77c29ac0f8039 2024-02-12T13:25:10.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:10 smithi112 systemd[1]: Started Ceph osd.3 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:25:10.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:10 smithi112 ceph-mon[93103]: pgmap v123: 129 pgs: 7 active+undersized+degraded, 16 stale+active+clean, 3 active+undersized, 103 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 65/1515 objects degraded (4.290%) 2024-02-12T13:25:10.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:10 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:10.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:10 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:10.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:10 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:10 smithi161 ceph-mon[68575]: pgmap v123: 129 pgs: 7 active+undersized+degraded, 16 stale+active+clean, 3 active+undersized, 103 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 65/1515 objects degraded (4.290%) 2024-02-12T13:25:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:10 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:10 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:10.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:10 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:11.109 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:10 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:25:10.795+0000 7fb475589640 -1 Falling back to public interface 2024-02-12T13:25:11.432 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:25:12.105 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:25:12.105 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (12m) 31s ago 26m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:25:12.105 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (2m) 31s ago 26m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:25:12.105 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (2m) 2m ago 25m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:25:12.105 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (10m) 31s ago 25m 36.1M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:25:12.105 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (20m) 31s ago 20m 39.2M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (20m) 2m ago 20m 16.0M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (4m) 31s ago 27m 497M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (3m) 2m ago 25m 447M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (3m) 31s ago 27m 61.9M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (2m) 2m ago 25m 34.2M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (15m) 31s ago 15m 80.2M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (15m) 2m ago 15m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (8m) 31s ago 25m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (4m) 2m ago 24m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (111s) 31s ago 24m 171M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (74s) 31s ago 24m 155M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (38s) 31s ago 23m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 starting - - - 1944M 2024-02-12T13:25:12.106 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (22m) 2m ago 22m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:25:12.107 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (22m) 2m ago 22m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:25:12.107 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (22m) 2m ago 22m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:25:12.107 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (21m) 2m ago 21m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:25:12.107 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 31s ago 25m - - 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-02-12T13:25:12.488 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 3 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 7 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:25:12.489 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:25:12.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:12 smithi161 ceph-mon[68575]: pgmap v124: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:12.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:12 smithi161 ceph-mon[68575]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:12.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:12 smithi161 ceph-mon[68575]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:12.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:12 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3710249990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:12.837 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:25:12.837 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:25:12.837 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "9/23 daemons upgraded", 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:25:12.838 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:25:12.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:12 smithi112 ceph-mon[93103]: pgmap v124: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:12.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:12 smithi112 ceph-mon[93103]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:12.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:12 smithi112 ceph-mon[93103]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:12.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:12 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3710249990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 187/1515 objects degraded (12.343%), 30 pgs degraded 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] OSD_DOWN: 1 osds down 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout: osd.3 (root=default,host=smithi112) is down 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 187/1515 objects degraded (12.343%), 30 pgs degraded 2024-02-12T13:25:13.236 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.1 is active+undersized+degraded, acting [2,0] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.d is active+undersized+degraded, acting [1,4] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.e is active+undersized+degraded, acting [2,7] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.14 is active+undersized+degraded, acting [6,5] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.19 is active+undersized+degraded, acting [6,0] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.1b is active+undersized+degraded, acting [7,6] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 2.1e is active+undersized+degraded, acting [0,5] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-02-12T13:25:13.237 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 4.19 is active+undersized+degraded, acting [2,0] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.0 is active+undersized+degraded, acting [1,4] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.a is active+undersized+degraded, acting [2,4] 2024-02-12T13:25:13.238 INFO:teuthology.orchestra.run.smithi112.stdout: pg 5.14 is active+undersized+degraded, acting [7,2] 2024-02-12T13:25:13.414 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:13 smithi161 ceph-mon[68575]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:13 smithi161 ceph-mon[68575]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:13 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/440916916' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:25:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:13 smithi112 ceph-mon[93103]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:13 smithi112 ceph-mon[93103]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:13 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/440916916' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:25:15.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:14 smithi161 ceph-mon[68575]: pgmap v125: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:15.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:15.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:14 smithi112 ceph-mon[93103]: pgmap v125: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:15.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:15 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 187/1515 objects degraded (12.343%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:15 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 187/1515 objects degraded (12.343%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:16.608 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:25:16.366+0000 7fb475589640 -1 osd.3 0 read_superblock omap replica is missing. 2024-02-12T13:25:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:16 smithi161 ceph-mon[68575]: pgmap v126: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 118 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:16 smithi112 ceph-mon[93103]: pgmap v126: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 118 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:17.608 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:25:17.192+0000 7fb475589640 -1 osd.3 86 log_to_monitors true 2024-02-12T13:25:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:17 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:17 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:17 smithi161 ceph-mon[68575]: from='osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:25:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:17 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:17 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.109 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:25:17.860+0000 7fb4631db700 -1 osd.3 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:25:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-mon[93103]: from='osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:25:18.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:17 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:18.455 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:19.035 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:18 smithi112 ceph-mon[93103]: pgmap v127: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:19.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:18 smithi112 ceph-mon[93103]: from='osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:25:19.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:18 smithi112 ceph-mon[93103]: osdmap e89: 8 total, 7 up, 8 in 2024-02-12T13:25:19.036 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:18 smithi112 ceph-mon[93103]: from='osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:25:19.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:18 smithi161 ceph-mon[68575]: pgmap v127: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 320 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 187/1515 objects degraded (12.343%) 2024-02-12T13:25:19.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:18 smithi161 ceph-mon[68575]: from='osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:25:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:18 smithi161 ceph-mon[68575]: osdmap e89: 8 total, 7 up, 8 in 2024-02-12T13:25:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:18 smithi161 ceph-mon[68575]: from='osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: failed to encode map e90 with expected crc 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154] boot 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: osdmap e90: 8 total, 8 up, 8 in 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: failed to encode map e90 with expected crc 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:19 smithi112 ceph-mon[93103]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:25:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: failed to encode map e90 with expected crc 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: osd.3 [v2:172.21.15.112:6826/825279154,v1:172.21.15.112:6827/825279154] boot 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: osdmap e90: 8 total, 8 up, 8 in 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: failed to encode map e90 with expected crc 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:19 smithi161 ceph-mon[68575]: failed to encode map e89 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: pgmap v130: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 145/1515 objects degraded (9.571%) 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: osdmap e91: 8 total, 8 up, 8 in 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.985 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.986 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: failed to encode map e91 with expected crc 2024-02-12T13:25:20.986 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:20 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 145/1515 objects degraded (9.571%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: pgmap v130: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 145/1515 objects degraded (9.571%) 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: osdmap e91: 8 total, 8 up, 8 in 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: failed to encode map e91 with expected crc 2024-02-12T13:25:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:20 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 145/1515 objects degraded (9.571%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:22.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:25:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: pgmap v132: 129 pgs: 19 peering, 14 active+undersized+degraded, 6 active+undersized, 90 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 342 B/s wr, 0 op/s; 78/1515 objects degraded (5.149%); 0 B/s, 0 objects/s recovering 2024-02-12T13:25:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:22.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:22 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: pgmap v132: 129 pgs: 19 peering, 14 active+undersized+degraded, 6 active+undersized, 90 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 342 B/s wr, 0 op/s; 78/1515 objects degraded (5.149%); 0 B/s, 0 objects/s recovering 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:22.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:22.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:22.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:22.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:22 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-02-12T13:25:23.490 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:23.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:23 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/1515 objects degraded (5.149%), 14 pgs degraded) 2024-02-12T13:25:23.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:23 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/1515 objects degraded (5.149%), 14 pgs degraded) 2024-02-12T13:25:24.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:24 smithi161 ceph-mon[68575]: pgmap v133: 129 pgs: 19 peering, 110 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 171 B/s wr, 29 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:24.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:24 smithi112 ceph-mon[93103]: pgmap v133: 129 pgs: 19 peering, 110 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 171 B/s wr, 29 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:26 smithi161 ceph-mon[68575]: pgmap v134: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 141 B/s wr, 24 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:26 smithi112 ceph-mon[93103]: pgmap v134: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 141 B/s wr, 24 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:28.526 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:28.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:28 smithi161 ceph-mon[68575]: pgmap v135: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 22 KiB/s rd, 249 B/s wr, 22 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:28.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:28 smithi112 ceph-mon[93103]: pgmap v135: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 22 KiB/s rd, 249 B/s wr, 22 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:30 smithi161 ceph-mon[68575]: pgmap v136: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 205 B/s wr, 18 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:30 smithi112 ceph-mon[93103]: pgmap v136: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 205 B/s wr, 18 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:32 smithi161 ceph-mon[68575]: pgmap v137: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 274 B/s wr, 16 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:33.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:32 smithi112 ceph-mon[93103]: pgmap v137: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 274 B/s wr, 16 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:25:33.565 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:35.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:34 smithi112 ceph-mon[93103]: pgmap v138: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 15 op/s 2024-02-12T13:25:35.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:35.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:34 smithi161 ceph-mon[68575]: pgmap v138: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 15 op/s 2024-02-12T13:25:35.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:37.068 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:36 smithi161 ceph-mon[68575]: pgmap v139: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:25:37.069 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:37.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:36 smithi112 ceph-mon[93103]: pgmap v139: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:25:37.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:37 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:37 smithi161 ceph-mon[68575]: Upgrade: osd.4 is safe to restart 2024-02-12T13:25:38.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:38.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:25:38.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:38.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:37 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:25:38.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:37 smithi112 ceph-mon[93103]: Upgrade: osd.4 is safe to restart 2024-02-12T13:25:38.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:38.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:25:38.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:38.615 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:39.182 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:38 smithi161 ceph-mon[68575]: pgmap v140: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:25:39.182 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:38 smithi161 ceph-mon[68575]: Upgrade: Updating osd.4 2024-02-12T13:25:39.182 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:38 smithi161 ceph-mon[68575]: Deploying daemon osd.4 on smithi161 2024-02-12T13:25:39.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:38 smithi112 ceph-mon[93103]: pgmap v140: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:25:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:38 smithi112 ceph-mon[93103]: Upgrade: Updating osd.4 2024-02-12T13:25:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:38 smithi112 ceph-mon[93103]: Deploying daemon osd.4 on smithi161 2024-02-12T13:25:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:40 smithi161 ceph-mon[68575]: pgmap v141: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:25:41.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:40 smithi161 systemd[1]: Stopping Ceph osd.4 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:25:41.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4[43289]: debug 2024-02-12T13:25:40.979+0000 7f0c47277700 -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:25:41.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4[43289]: debug 2024-02-12T13:25:40.979+0000 7f0c47277700 -1 osd.4 91 *** Got signal Terminated *** 2024-02-12T13:25:41.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4[43289]: debug 2024-02-12T13:25:40.979+0000 7f0c47277700 -1 osd.4 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:25:41.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:40 smithi112 ceph-mon[93103]: pgmap v141: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:25:41.813 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:41 smithi161 bash[73943]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.4 2024-02-12T13:25:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 failed (root=default,host=smithi161) (connection refused reported by osd.7) 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:41 smithi161 ceph-mon[68575]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 failed (root=default,host=smithi161) (connection refused reported by osd.7) 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.5 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.6 2024-02-12T13:25:42.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.0 2024-02-12T13:25:42.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.1 2024-02-12T13:25:42.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.3 2024-02-12T13:25:42.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.2 2024-02-12T13:25:42.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:41 smithi112 ceph-mon[93103]: osd.4 reported immediately failed by osd.7 2024-02-12T13:25:43.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:42 smithi161 ceph-mon[68575]: pgmap v142: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:25:43.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:42 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:25:43.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:42 smithi161 ceph-mon[68575]: osdmap e92: 8 total, 7 up, 8 in 2024-02-12T13:25:43.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:42 smithi161 ceph-mon[68575]: failed to encode map e92 with expected crc 2024-02-12T13:25:43.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:42 smithi161 ceph-mon[68575]: failed to encode map e92 with expected crc 2024-02-12T13:25:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:42 smithi112 ceph-mon[93103]: pgmap v142: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:25:43.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:42 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:25:43.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:42 smithi112 ceph-mon[93103]: osdmap e92: 8 total, 7 up, 8 in 2024-02-12T13:25:43.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:42 smithi112 ceph-mon[93103]: failed to encode map e92 with expected crc 2024-02-12T13:25:43.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:42 smithi112 ceph-mon[93103]: failed to encode map e92 with expected crc 2024-02-12T13:25:43.584 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:25:43.649 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:43.836 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:43 smithi161 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.4.service: Succeeded. 2024-02-12T13:25:43.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:43 smithi161 systemd[1]: Stopped Ceph osd.4 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:25:43.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:43 smithi161 systemd[1]: Starting Ceph osd.4 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:25:44.240 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:25:44.240 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (13m) 27s ago 26m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:25:44.240 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (2m) 27s ago 26m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:25:44.240 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (2m) 2m ago 25m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (11m) 27s ago 26m 36.0M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (20m) 27s ago 20m 39.2M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (20m) 2m ago 20m 16.0M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (4m) 27s ago 28m 499M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (4m) 2m ago 25m 447M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (3m) 27s ago 28m 66.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (3m) 2m ago 25m 34.2M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (15m) 27s ago 15m 80.2M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (15m) 2m ago 15m 76.7M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (9m) 27s ago 26m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (4m) 2m ago 25m 2537k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (2m) 27s ago 25m 172M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (106s) 27s ago 24m 156M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:25:44.241 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (70s) 27s ago 24m 124M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:25:44.242 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (34s) 27s ago 23m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:25:44.242 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (23m) 2m ago 23m 593M 2712M 16.2.5 6933c2a0b7dd faaf0f084199 2024-02-12T13:25:44.242 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (23m) 2m ago 23m 421M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:25:44.242 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (22m) 2m ago 22m 340M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:25:44.242 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (22m) 2m ago 22m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:25:44.242 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 27s ago 25m - - 2024-02-12T13:25:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: osdmap e93: 8 total, 7 up, 8 in 2024-02-12T13:25:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:44.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: osdmap e93: 8 total, 7 up, 8 in 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: failed to encode map e93 with expected crc 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:25:44.622 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:25:44.622 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:25:44.622 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:25:44.622 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:44.622 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:25:44.622 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 4 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:25:44.623 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:25:44.836 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-12T13:25:44.836 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: 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:25:44.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-02-12T13:25:44.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-12T13:25:44.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-12T13:25:44.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-12T13:25:44.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:44 smithi161 bash[74228]: --> ceph-volume raw activate successful for osd ID: 4 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "10/23 daemons upgraded", 2024-02-12T13:25:44.946 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:25:44.947 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:25:44.947 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:25:45.328 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-02-12T13:25:45.329 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:25:45.329 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:25:45.329 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] OSD_DOWN: 1 osds down 2024-02-12T13:25:45.329 INFO:teuthology.orchestra.run.smithi112.stdout: osd.4 (root=default,host=smithi161) is down 2024-02-12T13:25:45.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:44 smithi161 ceph-mon[68575]: pgmap v145: 129 pgs: 8 peering, 13 stale+active+clean, 108 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:25:45.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:44 smithi161 ceph-mon[68575]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:45.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:44 smithi161 ceph-mon[68575]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:45.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:44 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/1719315135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:45.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:44 smithi112 ceph-mon[93103]: pgmap v145: 129 pgs: 8 peering, 13 stale+active+clean, 108 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:25:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:44 smithi112 ceph-mon[93103]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:44 smithi112 ceph-mon[93103]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:44 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/1719315135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:46.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:45 smithi161 ceph-mon[68575]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:46.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:45 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2339301967' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:25:46.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:45 smithi161 ceph-osd[74522]: -- 172.21.15.161:0/3419302008 <== mon.1 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55799a7184e0 con 0x55799a6e9000 2024-02-12T13:25:46.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:45 smithi161 bash[74485]: 96f05c8b5e4b6d416dfda0f21173930549aa0838c64f50165be1908978ede7ef 2024-02-12T13:25:46.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:45 smithi161 systemd[1]: Started Ceph osd.4 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:25:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:45 smithi112 ceph-mon[93103]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:45 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2339301967' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:25:46.721 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:25:46.382+0000 7f663578b640 -1 Falling back to public interface 2024-02-12T13:25:47.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-mon[68575]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:47.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-mon[68575]: pgmap v146: 129 pgs: 24 active+undersized+degraded, 8 peering, 4 stale+active+clean, 12 active+undersized, 81 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 179/1515 objects degraded (11.815%) 2024-02-12T13:25:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 179/1515 objects degraded (11.815%), 24 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:46 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:47.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:46 smithi112 ceph-mon[93103]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:25:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:46 smithi112 ceph-mon[93103]: pgmap v146: 129 pgs: 24 active+undersized+degraded, 8 peering, 4 stale+active+clean, 12 active+undersized, 81 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 179/1515 objects degraded (11.815%) 2024-02-12T13:25:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:46 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 179/1515 objects degraded (11.815%), 24 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:46 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:48.694 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:49.339 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:48 smithi161 ceph-mon[68575]: pgmap v147: 129 pgs: 30 active+undersized+degraded, 8 peering, 18 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 218/1515 objects degraded (14.389%) 2024-02-12T13:25:49.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:48 smithi112 ceph-mon[93103]: pgmap v147: 129 pgs: 30 active+undersized+degraded, 8 peering, 18 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 218/1515 objects degraded (14.389%) 2024-02-12T13:25:51.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:50 smithi161 ceph-mon[68575]: pgmap v148: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:51.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:50 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.329 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:50 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.329 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:50 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.329 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:50 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:50 smithi112 ceph-mon[93103]: pgmap v148: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:51.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:50 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:50 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:50 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:51.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:50 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:52.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:51 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:25:51.930+0000 7f663578b640 -1 osd.4 0 read_superblock omap replica is missing. 2024-02-12T13:25:53.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:52 smithi161 ceph-mon[68575]: pgmap v149: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:53.087 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:52 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:25:52.939+0000 7f663578b640 -1 osd.4 91 log_to_monitors true 2024-02-12T13:25:53.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:52 smithi112 ceph-mon[93103]: pgmap v149: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:53.728 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:25:54.086 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:25:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:25:53.935+0000 7f6622bdc700 -1 osd.4 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:25:54.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:53 smithi161 ceph-mon[68575]: from='osd.4 [v2:172.21.15.161:6800/793925169,v1:172.21.15.161:6801/793925169]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:25:54.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:53 smithi161 ceph-mon[68575]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:25:54.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:53 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:54.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:53 smithi112 ceph-mon[93103]: from='osd.4 [v2:172.21.15.161:6800/793925169,v1:172.21.15.161:6801/793925169]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:25:54.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:53 smithi112 ceph-mon[93103]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:25:54.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:53 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:55.188 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:54 smithi112 ceph-mon[93103]: pgmap v150: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:55.188 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:54 smithi112 ceph-mon[93103]: failed to encode map e94 with expected crc 2024-02-12T13:25:55.188 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:54 smithi112 ceph-mon[93103]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:25:55.188 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:54 smithi112 ceph-mon[93103]: osdmap e94: 8 total, 7 up, 8 in 2024-02-12T13:25:55.189 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:54 smithi112 ceph-mon[93103]: from='osd.4 [v2:172.21.15.161:6800/793925169,v1:172.21.15.161:6801/793925169]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:25:55.189 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:54 smithi112 ceph-mon[93103]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:25:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:54 smithi161 ceph-mon[68575]: pgmap v150: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:54 smithi161 ceph-mon[68575]: failed to encode map e94 with expected crc 2024-02-12T13:25:55.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:54 smithi161 ceph-mon[68575]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:25:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:54 smithi161 ceph-mon[68575]: osdmap e94: 8 total, 7 up, 8 in 2024-02-12T13:25:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:54 smithi161 ceph-mon[68575]: from='osd.4 [v2:172.21.15.161:6800/793925169,v1:172.21.15.161:6801/793925169]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:25:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:54 smithi161 ceph-mon[68575]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:25:56.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: failed to encode map e94 with expected crc 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: failed to encode map e94 with expected crc 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: failed to encode map e95 with expected crc 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: osd.4 [v2:172.21.15.161:6800/793925169,v1:172.21.15.161:6801/793925169] boot 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: osdmap e95: 8 total, 8 up, 8 in 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: failed to encode map e95 with expected crc 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:56.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:25:56.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:55 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 233/1515 objects degraded (15.380%), 32 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: failed to encode map e94 with expected crc 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: failed to encode map e94 with expected crc 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: failed to encode map e95 with expected crc 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: osd.4 [v2:172.21.15.161:6800/793925169,v1:172.21.15.161:6801/793925169] boot 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: osdmap e95: 8 total, 8 up, 8 in 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: failed to encode map e95 with expected crc 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:25:56.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:55 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 233/1515 objects degraded (15.380%), 32 pgs degraded (PG_DEGRADED) 2024-02-12T13:25:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: pgmap v153: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 257 B/s rd, 128 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: pgmap v154: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 171 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: osdmap e96: 8 total, 8 up, 8 in 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:56 smithi161 ceph-mon[68575]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: pgmap v153: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 257 B/s rd, 128 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: pgmap v154: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 171 B/s wr, 0 op/s; 233/1515 objects degraded (15.380%) 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: osdmap e96: 8 total, 8 up, 8 in 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: failed to encode map e96 with expected crc 2024-02-12T13:25:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:56 smithi112 ceph-mon[93103]: failed to encode map e96 with expected crc 2024-02-12T13:25:58.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:57 smithi161 ceph-mon[68575]: pgmap v156: 129 pgs: 8 peering, 28 active+undersized+degraded, 20 active+undersized, 73 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 258 B/s wr, 0 op/s; 213/1515 objects degraded (14.059%) 2024-02-12T13:25:58.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:57 smithi112 ceph-mon[93103]: pgmap v156: 129 pgs: 8 peering, 28 active+undersized+degraded, 20 active+undersized, 73 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 258 B/s wr, 0 op/s; 213/1515 objects degraded (14.059%) 2024-02-12T13:25:58.770 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:25:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:00.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:00.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:25:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:00 smithi161 ceph-mon[68575]: pgmap v157: 129 pgs: 8 peering, 14 active+undersized+degraded, 6 active+undersized, 101 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 199 B/s wr, 0 op/s; 115/1515 objects degraded (7.591%) 2024-02-12T13:26:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:00 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 115/1515 objects degraded (7.591%), 14 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:00 smithi112 ceph-mon[93103]: pgmap v157: 129 pgs: 8 peering, 14 active+undersized+degraded, 6 active+undersized, 101 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 199 B/s wr, 0 op/s; 115/1515 objects degraded (7.591%) 2024-02-12T13:26:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:00 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 115/1515 objects degraded (7.591%), 14 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:01.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:01 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 115/1515 objects degraded (7.591%), 14 pgs degraded) 2024-02-12T13:26:02.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:01 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 115/1515 objects degraded (7.591%), 14 pgs degraded) 2024-02-12T13:26:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:02 smithi112 ceph-mon[93103]: pgmap v158: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 334 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:03.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:02 smithi161 ceph-mon[68575]: pgmap v158: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 334 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:03.809 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:05.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:04 smithi112 ceph-mon[93103]: pgmap v159: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:04 smithi161 ceph-mon[68575]: pgmap v159: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:06 smithi112 ceph-mon[93103]: pgmap v160: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:07.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:06 smithi161 ceph-mon[68575]: pgmap v160: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:08.852 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:09.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:08 smithi112 ceph-mon[93103]: pgmap v161: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 184 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:09.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:08 smithi161 ceph-mon[68575]: pgmap v161: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 184 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:10.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:11.079 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:10 smithi161 ceph-mon[68575]: pgmap v162: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 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:26:11.079 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:10 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:26:11.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:10 smithi112 ceph-mon[93103]: pgmap v162: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 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:26:11.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:10 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:26:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:11 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:26:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:11 smithi161 ceph-mon[68575]: Upgrade: osd.5 is safe to restart 2024-02-12T13:26:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:26:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:26:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:11 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:26:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:11 smithi112 ceph-mon[93103]: Upgrade: osd.5 is safe to restart 2024-02-12T13:26:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:26:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:26:13.267 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:12 smithi161 ceph-mon[68575]: pgmap v163: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:13.267 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:12 smithi161 ceph-mon[68575]: Upgrade: Updating osd.5 2024-02-12T13:26:13.268 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:12 smithi161 ceph-mon[68575]: Deploying daemon osd.5 on smithi161 2024-02-12T13:26:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:12 smithi112 ceph-mon[93103]: pgmap v163: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:26:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:12 smithi112 ceph-mon[93103]: Upgrade: Updating osd.5 2024-02-12T13:26:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:12 smithi112 ceph-mon[93103]: Deploying daemon osd.5 on smithi161 2024-02-12T13:26:13.893 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:14.946 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:14 smithi161 ceph-mon[68575]: pgmap v164: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:14.946 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:14.946 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:15.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:14 smithi112 ceph-mon[93103]: pgmap v164: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:15.339 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:14 smithi161 systemd[1]: Stopping Ceph osd.5 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:26:15.340 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5[46159]: debug 2024-02-12T13:26:15.074+0000 7f69b6ac2700 -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:26:15.340 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5[46159]: debug 2024-02-12T13:26:15.074+0000 7f69b6ac2700 -1 osd.5 96 *** Got signal Terminated *** 2024-02-12T13:26:15.340 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5[46159]: debug 2024-02-12T13:26:15.074+0000 7f69b6ac2700 -1 osd.5 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:26:15.681 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:26:15.790 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:15 smithi161 bash[76683]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.5 2024-02-12T13:26:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.6 2024-02-12T13:26:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 failed (root=default,host=smithi161) (connection refused reported by osd.6) 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.6 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.6 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.0 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.3 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.4 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.7 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.0 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.3 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.4 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.7 2024-02-12T13:26:16.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.2 2024-02-12T13:26:16.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.2 2024-02-12T13:26:16.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:15 smithi161 ceph-mon[68575]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.6 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 failed (root=default,host=smithi161) (connection refused reported by osd.6) 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.6 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.6 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.0 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.3 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.4 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.7 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.0 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.3 2024-02-12T13:26:16.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.4 2024-02-12T13:26:16.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.7 2024-02-12T13:26:16.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.2 2024-02-12T13:26:16.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.2 2024-02-12T13:26:16.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:15 smithi112 ceph-mon[93103]: osd.5 reported immediately failed by osd.1 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (13m) 59s ago 27m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (3m) 59s ago 27m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (3m) 26s ago 26m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (11m) 59s ago 27m 36.0M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (21m) 59s ago 21m 39.2M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:26:16.321 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (21m) 26s ago 21m 16.6M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (5m) 59s ago 28m 499M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (4m) 26s ago 26m 448M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (4m) 59s ago 28m 66.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (4m) 26s ago 26m 48.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (16m) 59s ago 16m 80.2M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (16m) 26s ago 16m 77.0M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (9m) 59s ago 26m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (5m) 26s ago 25m 8824k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (2m) 59s ago 25m 172M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (2m) 59s ago 25m 156M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (102s) 59s ago 24m 124M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (66s) 59s ago 24m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (30s) 26s ago 23m 10.4M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:26:16.322 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (23m) 26s ago 23m 422M 2712M 16.2.5 6933c2a0b7dd 5577f57cf491 2024-02-12T13:26:16.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (23m) 26s ago 23m 341M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:26:16.323 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (22m) 26s ago 22m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:26:16.323 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 59s ago 26m - - 2024-02-12T13:26:16.702 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 5 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:26:16.703 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:16.704 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:26:16.704 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-02-12T13:26:16.704 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 9 2024-02-12T13:26:16.704 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:26:16.704 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:26:17.037 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "11/23 daemons upgraded", 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:26:17.038 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:26:17.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: pgmap v165: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: osdmap e97: 8 total, 7 up, 8 in 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:16 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2004299610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: pgmap v165: 129 pgs: 129 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: osdmap e97: 8 total, 7 up, 8 in 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: failed to encode map e97 with expected crc 2024-02-12T13:26:17.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:16 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2004299610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:17.420 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-02-12T13:26:17.421 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:26:17.421 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:26:17.421 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] OSD_DOWN: 1 osds down 2024-02-12T13:26:17.421 INFO:teuthology.orchestra.run.smithi112.stdout: osd.5 (root=default,host=smithi161) is down 2024-02-12T13:26:17.549 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:17 smithi161 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.5.service: Succeeded. 2024-02-12T13:26:17.549 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:17 smithi161 systemd[1]: Stopped Ceph osd.5 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:26:17.802 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:17 smithi161 systemd[1]: Starting Ceph osd.5 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:26:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: osdmap e98: 8 total, 7 up, 8 in 2024-02-12T13:26:18.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:17 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/1447721753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:26:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: osdmap e98: 8 total, 7 up, 8 in 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: failed to encode map e98 with expected crc 2024-02-12T13:26:18.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:17 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/1447721753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:26:18.802 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-12T13:26:18.802 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: 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:26:18.802 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-02-12T13:26:18.803 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-12T13:26:18.803 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-12T13:26:18.803 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-12T13:26:18.803 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:18 smithi161 bash[76969]: --> ceph-volume raw activate successful for osd ID: 5 2024-02-12T13:26:18.939 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:19.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:18 smithi161 ceph-mon[68575]: from='client.44255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:19.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:18 smithi161 ceph-mon[68575]: pgmap v168: 129 pgs: 17 stale+active+clean, 112 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:19.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:18 smithi112 ceph-mon[93103]: from='client.44255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:18 smithi112 ceph-mon[93103]: pgmap v168: 129 pgs: 17 stale+active+clean, 112 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:19.738 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:19 smithi161 ceph-osd[77262]: -- 172.21.15.161:0/4075382021 <== mon.1 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555cc9e344e0 con 0x555cc9e04c00 2024-02-12T13:26:20.086 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:19 smithi161 bash[77224]: 121663a95f54a75529950d28623ec1939bb2ddd532b84201494586b1af5d8c5d 2024-02-12T13:26:20.086 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:19 smithi161 systemd[1]: Started Ceph osd.5 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:26:20.499 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:26:20.153+0000 7f20b277f640 -1 Falling back to public interface 2024-02-12T13:26:21.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:20 smithi161 ceph-mon[68575]: pgmap v169: 129 pgs: 11 active+undersized+degraded, 8 stale+active+clean, 6 active+undersized, 104 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 90/1515 objects degraded (5.941%) 2024-02-12T13:26:21.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:20 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:21.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:20 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:21.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:20 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 90/1515 objects degraded (5.941%), 11 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:21.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:20 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:26:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:20 smithi112 ceph-mon[93103]: pgmap v169: 129 pgs: 11 active+undersized+degraded, 8 stale+active+clean, 6 active+undersized, 104 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 90/1515 objects degraded (5.941%) 2024-02-12T13:26:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:20 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:20 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:20 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 90/1515 objects degraded (5.941%), 11 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:20 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:26:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:22 smithi161 ceph-mon[68575]: pgmap v170: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:23.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:22 smithi112 ceph-mon[93103]: pgmap v170: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:23.973 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:24 smithi161 ceph-mon[68575]: pgmap v171: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:24 smithi112 ceph-mon[93103]: pgmap v171: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:25 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 178/1515 objects degraded (11.749%), 25 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:26.087 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:26:25.657+0000 7f20b277f640 -1 osd.5 0 read_superblock omap replica is missing. 2024-02-12T13:26:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:25 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 178/1515 objects degraded (11.749%), 25 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:26.751 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:26:26.494+0000 7f20b277f640 -1 osd.5 96 log_to_monitors true 2024-02-12T13:26:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:26 smithi161 ceph-mon[68575]: pgmap v172: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 110 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:26 smithi161 ceph-mon[68575]: from='osd.5 [v2:172.21.15.161:6808/1624170695,v1:172.21.15.161:6809/1624170695]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:26:27.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:26 smithi161 ceph-mon[68575]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:26:27.087 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:26:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:26:26.776+0000 7f20a13d3700 -1 osd.5 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:26:27.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:26 smithi112 ceph-mon[93103]: pgmap v172: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 110 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:27.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:26 smithi112 ceph-mon[93103]: from='osd.5 [v2:172.21.15.161:6808/1624170695,v1:172.21.15.161:6809/1624170695]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:26:27.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:26 smithi112 ceph-mon[93103]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:26:27.931 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:27 smithi161 ceph-mon[68575]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:26:27.931 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:27 smithi161 ceph-mon[68575]: osdmap e99: 8 total, 7 up, 8 in 2024-02-12T13:26:27.931 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:27 smithi161 ceph-mon[68575]: from='osd.5 [v2:172.21.15.161:6808/1624170695,v1:172.21.15.161:6809/1624170695]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:26:27.931 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:27 smithi161 ceph-mon[68575]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:26:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:27 smithi112 ceph-mon[93103]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:26:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:27 smithi112 ceph-mon[93103]: osdmap e99: 8 total, 7 up, 8 in 2024-02-12T13:26:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:27 smithi112 ceph-mon[93103]: from='osd.5 [v2:172.21.15.161:6808/1624170695,v1:172.21.15.161:6809/1624170695]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:26:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:27 smithi112 ceph-mon[93103]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: pgmap v174: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: osd.5 [v2:172.21.15.161:6808/1624170695,v1:172.21.15.161:6809/1624170695] boot 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: osdmap e100: 8 total, 8 up, 8 in 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: failed to encode map e99 with expected crc 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: failed to encode map e99 with expected crc 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:28.773 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:28.774 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:29.015 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: pgmap v174: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 178/1515 objects degraded (11.749%) 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: osd.5 [v2:172.21.15.161:6808/1624170695,v1:172.21.15.161:6809/1624170695] boot 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: osdmap e100: 8 total, 8 up, 8 in 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: failed to encode map e99 with expected crc 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: failed to encode map e99 with expected crc 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:26:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:29.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: pgmap v176: 129 pgs: 2 peering, 23 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 281 B/s rd, 140 B/s wr, 0 op/s; 161/1515 objects degraded (10.627%) 2024-02-12T13:26:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: pgmap v177: 129 pgs: 2 peering, 23 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 193 B/s wr, 0 op/s; 161/1515 objects degraded (10.627%) 2024-02-12T13:26:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-12T13:26:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: osdmap e101: 8 total, 8 up, 8 in 2024-02-12T13:26:30.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:30.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:30.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: pgmap v176: 129 pgs: 2 peering, 23 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 281 B/s rd, 140 B/s wr, 0 op/s; 161/1515 objects degraded (10.627%) 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: pgmap v177: 129 pgs: 2 peering, 23 active+undersized+degraded, 20 active+undersized, 84 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 193 B/s wr, 0 op/s; 161/1515 objects degraded (10.627%) 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: osdmap e101: 8 total, 8 up, 8 in 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: failed to encode map e101 with expected crc 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:30 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 161/1515 objects degraded (10.627%), 23 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:31.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:30 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 161/1515 objects degraded (10.627%), 23 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:31 smithi161 ceph-mon[68575]: pgmap v179: 129 pgs: 2 peering, 14 active+undersized+degraded, 14 active+undersized, 99 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 90/1515 objects degraded (5.941%) 2024-02-12T13:26:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:31 smithi112 ceph-mon[93103]: pgmap v179: 129 pgs: 2 peering, 14 active+undersized+degraded, 14 active+undersized, 99 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 90/1515 objects degraded (5.941%) 2024-02-12T13:26:33.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:32 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 90/1515 objects degraded (5.941%), 14 pgs degraded) 2024-02-12T13:26:33.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:32 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 90/1515 objects degraded (5.941%), 14 pgs degraded) 2024-02-12T13:26:34.048 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:33 smithi112 ceph-mon[93103]: pgmap v180: 129 pgs: 2 peering, 127 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 193 B/s wr, 0 op/s 2024-02-12T13:26:34.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:33 smithi161 ceph-mon[68575]: pgmap v180: 129 pgs: 2 peering, 127 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 193 B/s wr, 0 op/s 2024-02-12T13:26:36.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:35 smithi112 ceph-mon[93103]: pgmap v181: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 311 B/s rd, 155 B/s wr, 0 op/s 2024-02-12T13:26:36.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:35 smithi161 ceph-mon[68575]: pgmap v181: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 311 B/s rd, 155 B/s wr, 0 op/s 2024-02-12T13:26:38.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:37 smithi112 ceph-mon[93103]: pgmap v182: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:38.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:37 smithi161 ceph-mon[68575]: pgmap v182: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:39.087 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:40.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:39 smithi112 ceph-mon[93103]: pgmap v183: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:26:40.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:39 smithi161 ceph-mon[68575]: pgmap v183: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:26:42.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:41 smithi112 ceph-mon[93103]: pgmap v184: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 177 B/s wr, 0 op/s 2024-02-12T13:26:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:41 smithi161 ceph-mon[68575]: pgmap v184: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 177 B/s wr, 0 op/s 2024-02-12T13:26:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:43 smithi112 ceph-mon[93103]: pgmap v185: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:44.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:44.130 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:44.332 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:43 smithi161 ceph-mon[68575]: pgmap v185: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:44.332 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:44.332 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:44.333 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:45.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:44 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:45.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:44 smithi161 ceph-mon[68575]: Upgrade: osd.6 is safe to restart 2024-02-12T13:26:45.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:44 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:26:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:44 smithi112 ceph-mon[93103]: Upgrade: osd.6 is safe to restart 2024-02-12T13:26:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:46.268 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:45 smithi161 ceph-mon[68575]: pgmap v186: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:46.268 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:46.268 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:26:46.268 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:45 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:26:46.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:45 smithi112 ceph-mon[93103]: pgmap v186: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:26:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:45 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:26:47.263 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:46 smithi161 ceph-mon[68575]: Upgrade: Updating osd.6 2024-02-12T13:26:47.263 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:46 smithi161 ceph-mon[68575]: Deploying daemon osd.6 on smithi161 2024-02-12T13:26:47.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:46 smithi112 ceph-mon[93103]: Upgrade: Updating osd.6 2024-02-12T13:26:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:46 smithi112 ceph-mon[93103]: Deploying daemon osd.6 on smithi161 2024-02-12T13:26:47.768 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:26:48.255 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:47 smithi161 ceph-mon[68575]: pgmap v187: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:48.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:47 smithi112 ceph-mon[93103]: pgmap v187: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (14m) 91s ago 27m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (3m) 91s ago 27m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (3m) 24s ago 26m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (12m) 91s ago 27m 36.0M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (21m) 91s ago 21m 39.2M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (21m) 24s ago 21m 16.7M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (5m) 91s ago 29m 499M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (5m) 24s ago 26m 448M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (4m) 91s ago 29m 66.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (4m) 24s ago 26m 49.5M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:26:48.404 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (16m) 91s ago 16m 80.2M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (16m) 24s ago 16m 77.0M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (10m) 91s ago 27m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (5m) 24s ago 26m 8824k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (3m) 91s ago 26m 172M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (2m) 91s ago 25m 156M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (2m) 91s ago 25m 124M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (98s) 91s ago 24m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (63s) 24s ago 24m 182M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (29s) 24s ago 24m 11.8M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (23m) 24s ago 23m 342M 2712M 16.2.5 6933c2a0b7dd 38694f638bc6 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (23m) 24s ago 23m 510M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:26:48.405 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 91s ago 26m - - 2024-02-12T13:26:48.586 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:48 smithi161 systemd[1]: Stopping Ceph osd.6 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:26:48.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6[49040]: debug 2024-02-12T13:26:48.416+0000 7f4b88765700 -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:26:48.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6[49040]: debug 2024-02-12T13:26:48.416+0000 7f4b88765700 -1 osd.6 101 *** Got signal Terminated *** 2024-02-12T13:26:48.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6[49040]: debug 2024-02-12T13:26:48.416+0000 7f4b88765700 -1 osd.6 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:26:48.787 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:26:48.787 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:26:48.787 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:26:48.787 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:48.787 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:26:48.787 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 6 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 10 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:26:48.788 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:26:49.086 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:48 smithi161 bash[79353]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.6 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.3 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 failed (root=default,host=smithi161) (connection refused reported by osd.3) 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.3 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.4 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.7 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.0 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.1 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.4 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.7 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.0 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.1 2024-02-12T13:26:49.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.2 2024-02-12T13:26:49.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.5 2024-02-12T13:26:49.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.2 2024-02-12T13:26:49.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: osd.6 reported immediately failed by osd.5 2024-02-12T13:26:49.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:48 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/4094406297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:26:49.118 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:26:49.119 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "12/23 daemons upgraded", 2024-02-12T13:26:49.119 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:26:49.119 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:26:49.119 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:26:49.169 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.3 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 failed (root=default,host=smithi161) (connection refused reported by osd.3) 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.3 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.4 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.7 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.0 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.1 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.4 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.7 2024-02-12T13:26:49.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.0 2024-02-12T13:26:49.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.1 2024-02-12T13:26:49.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.2 2024-02-12T13:26:49.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.5 2024-02-12T13:26:49.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.2 2024-02-12T13:26:49.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: osd.6 reported immediately failed by osd.5 2024-02-12T13:26:49.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:48 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/4094406297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:26:49.514 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-02-12T13:26:49.514 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:26:49.514 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:26:49.514 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] OSD_DOWN: 1 osds down 2024-02-12T13:26:49.514 INFO:teuthology.orchestra.run.smithi112.stdout: osd.6 (root=default,host=smithi161) is down 2024-02-12T13:26:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: pgmap v188: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:26:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: failed to encode map e102 with expected crc 2024-02-12T13:26:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: osdmap e102: 8 total, 7 up, 8 in 2024-02-12T13:26:50.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:49 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/1920093891' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: pgmap v188: 129 pgs: 129 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: failed to encode map e102 with expected crc 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: osdmap e102: 8 total, 7 up, 8 in 2024-02-12T13:26:50.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:49 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/1920093891' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:26:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:50 smithi161 ceph-mon[68575]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:50 smithi161 ceph-mon[68575]: osdmap e103: 8 total, 7 up, 8 in 2024-02-12T13:26:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:50 smithi161 ceph-mon[68575]: failed to encode map e103 with expected crc 2024-02-12T13:26:51.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:50 smithi161 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.6.service: Succeeded. 2024-02-12T13:26:51.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:50 smithi161 systemd[1]: Stopped Ceph osd.6 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:26:51.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 systemd[1]: Starting Ceph osd.6 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:26:51.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:50 smithi112 ceph-mon[93103]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:26:51.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:50 smithi112 ceph-mon[93103]: osdmap e103: 8 total, 7 up, 8 in 2024-02-12T13:26:51.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:50 smithi112 ceph-mon[93103]: failed to encode map e103 with expected crc 2024-02-12T13:26:52.303 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:51 smithi161 ceph-mon[68575]: pgmap v191: 129 pgs: 24 peering, 4 stale+active+clean, 101 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:26:52.303 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:51 smithi161 ceph-mon[68575]: Health check failed: Reduced data availability: 6 pgs peering (PG_AVAILABILITY) 2024-02-12T13:26:52.303 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-12T13:26:52.303 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: 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:26:52.303 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-02-12T13:26:52.303 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-12T13:26:52.303 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-12T13:26:52.304 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-12T13:26:52.304 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:51 smithi161 bash[79667]: --> ceph-volume raw activate successful for osd ID: 6 2024-02-12T13:26:52.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:51 smithi112 ceph-mon[93103]: pgmap v191: 129 pgs: 24 peering, 4 stale+active+clean, 101 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:26:52.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:51 smithi112 ceph-mon[93103]: Health check failed: Reduced data availability: 6 pgs peering (PG_AVAILABILITY) 2024-02-12T13:26:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:52 smithi161 ceph-mon[68575]: pgmap v192: 129 pgs: 8 active+undersized+degraded, 24 peering, 1 stale+active+clean, 4 active+undersized, 92 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 55/1515 objects degraded (3.630%) 2024-02-12T13:26:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:52 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 55/1515 objects degraded (3.630%), 8 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:53.336 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:53 smithi161 ceph-osd[79977]: -- 172.21.15.161:0/3371465084 <== mon.1 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56261e6ec4e0 con 0x56261e6bcc00 2024-02-12T13:26:53.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:53 smithi161 bash[79940]: b2822bbf336f9336379c0e08f3c7e7f2e93dd301a3962a34fae12c0b22a38f99 2024-02-12T13:26:53.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:53 smithi161 systemd[1]: Started Ceph osd.6 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:26:53.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:52 smithi112 ceph-mon[93103]: pgmap v192: 129 pgs: 8 active+undersized+degraded, 24 peering, 1 stale+active+clean, 4 active+undersized, 92 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 55/1515 objects degraded (3.630%) 2024-02-12T13:26:53.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:52 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 55/1515 objects degraded (3.630%), 8 pgs degraded (PG_DEGRADED) 2024-02-12T13:26:54.003 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:53 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:26:53.675+0000 7fb9223ee640 -1 Falling back to public interface 2024-02-12T13:26:54.201 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:54.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:54.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:54.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:26:54.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:54.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:54.608 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:26:55.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:55 smithi161 ceph-mon[68575]: pgmap v193: 129 pgs: 21 active+undersized+degraded, 7 peering, 15 active+undersized, 86 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 144/1515 objects degraded (9.505%) 2024-02-12T13:26:55.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:55 smithi112 ceph-mon[93103]: pgmap v193: 129 pgs: 21 active+undersized+degraded, 7 peering, 15 active+undersized, 86 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 144/1515 objects degraded (9.505%) 2024-02-12T13:26:56.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:56 smithi161 ceph-mon[68575]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:26:56.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:56 smithi112 ceph-mon[93103]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:26:57.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:57 smithi161 ceph-mon[68575]: pgmap v194: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 180/1515 objects degraded (11.881%) 2024-02-12T13:26:57.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:57 smithi112 ceph-mon[93103]: pgmap v194: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 180/1515 objects degraded (11.881%) 2024-02-12T13:26:59.086 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:26:58.820+0000 7fb9223ee640 -1 osd.6 0 read_superblock omap replica is missing. 2024-02-12T13:26:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:59.246 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:26:59.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:26:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:26:59.836 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:26:59.591+0000 7fb9223ee640 -1 osd.6 101 log_to_monitors true 2024-02-12T13:27:00.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:59 smithi161 ceph-mon[68575]: pgmap v195: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 217 B/s wr, 0 op/s; 180/1515 objects degraded (11.881%) 2024-02-12T13:27:00.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:59 smithi161 ceph-mon[68575]: from='osd.6 [v2:172.21.15.161:6816/3376121644,v1:172.21.15.161:6817/3376121644]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:27:00.249 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:26:59 smithi161 ceph-mon[68575]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:27:00.249 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:26:59 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:26:59.916+0000 7fb911042700 -1 osd.6 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:27:00.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:59 smithi112 ceph-mon[93103]: pgmap v195: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 320 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 217 B/s wr, 0 op/s; 180/1515 objects degraded (11.881%) 2024-02-12T13:27:00.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:59 smithi112 ceph-mon[93103]: from='osd.6 [v2:172.21.15.161:6816/3376121644,v1:172.21.15.161:6817/3376121644]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:27:00.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:26:59 smithi112 ceph-mon[93103]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:27:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:00 smithi161 ceph-mon[68575]: failed to encode map e104 with expected crc 2024-02-12T13:27:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:00 smithi161 ceph-mon[68575]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:27:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:00 smithi161 ceph-mon[68575]: osdmap e104: 8 total, 7 up, 8 in 2024-02-12T13:27:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:00 smithi161 ceph-mon[68575]: from='osd.6 [v2:172.21.15.161:6816/3376121644,v1:172.21.15.161:6817/3376121644]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:00 smithi161 ceph-mon[68575]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:01.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:00 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 180/1515 objects degraded (11.881%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:01.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:00 smithi112 ceph-mon[93103]: failed to encode map e104 with expected crc 2024-02-12T13:27:01.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:00 smithi112 ceph-mon[93103]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:27:01.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:00 smithi112 ceph-mon[93103]: osdmap e104: 8 total, 7 up, 8 in 2024-02-12T13:27:01.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:00 smithi112 ceph-mon[93103]: from='osd.6 [v2:172.21.15.161:6816/3376121644,v1:172.21.15.161:6817/3376121644]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:01.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:00 smithi112 ceph-mon[93103]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:01.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:00 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 180/1515 objects degraded (11.881%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: pgmap v197: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 180/1515 objects degraded (11.881%) 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: osd.6 [v2:172.21.15.161:6816/3376121644,v1:172.21.15.161:6817/3376121644] boot 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: osdmap e105: 8 total, 8 up, 8 in 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: failed to encode map e105 with expected crc 2024-02-12T13:27:02.181 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:01 smithi161 ceph-mon[68575]: osdmap e106: 8 total, 8 up, 8 in 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: pgmap v197: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 180/1515 objects degraded (11.881%) 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: osd.6 [v2:172.21.15.161:6816/3376121644,v1:172.21.15.161:6817/3376121644] boot 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: osdmap e105: 8 total, 8 up, 8 in 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: failed to encode map e105 with expected crc 2024-02-12T13:27:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:01 smithi112 ceph-mon[93103]: osdmap e106: 8 total, 8 up, 8 in 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: pgmap v200: 129 pgs: 6 peering, 22 active+undersized+degraded, 15 active+undersized, 86 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 172 B/s wr, 0 op/s; 151/1515 objects degraded (9.967%) 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: pgmap v201: 129 pgs: 6 peering, 22 active+undersized+degraded, 15 active+undersized, 86 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 260 B/s wr, 0 op/s; 151/1515 objects degraded (9.967%) 2024-02-12T13:27:03.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:03.588 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:03 smithi161 ceph-mon[68575]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: failed to encode map e106 with expected crc 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: pgmap v200: 129 pgs: 6 peering, 22 active+undersized+degraded, 15 active+undersized, 86 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 172 B/s wr, 0 op/s; 151/1515 objects degraded (9.967%) 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: pgmap v201: 129 pgs: 6 peering, 22 active+undersized+degraded, 15 active+undersized, 86 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 260 B/s wr, 0 op/s; 151/1515 objects degraded (9.967%) 2024-02-12T13:27:03.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:03.610 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:03 smithi112 ceph-mon[93103]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-12T13:27:04.283 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:06.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:05 smithi161 ceph-mon[68575]: pgmap v202: 129 pgs: 6 peering, 15 active+undersized+degraded, 7 active+undersized, 101 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 469 B/s rd, 234 B/s wr, 0 op/s; 99/1515 objects degraded (6.535%) 2024-02-12T13:27:06.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:05 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 99/1515 objects degraded (6.535%), 15 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:06.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:05 smithi112 ceph-mon[93103]: pgmap v202: 129 pgs: 6 peering, 15 active+undersized+degraded, 7 active+undersized, 101 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 469 B/s rd, 234 B/s wr, 0 op/s; 99/1515 objects degraded (6.535%) 2024-02-12T13:27:06.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:05 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 99/1515 objects degraded (6.535%), 15 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:07.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:06 smithi161 ceph-mon[68575]: pgmap v203: 129 pgs: 6 peering, 123 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 345 B/s wr, 1 op/s 2024-02-12T13:27:07.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:06 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 99/1515 objects degraded (6.535%), 15 pgs degraded) 2024-02-12T13:27:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:06 smithi112 ceph-mon[93103]: pgmap v203: 129 pgs: 6 peering, 123 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 345 B/s wr, 1 op/s 2024-02-12T13:27:07.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:06 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 99/1515 objects degraded (6.535%), 15 pgs degraded) 2024-02-12T13:27:09.318 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:09.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:09 smithi161 ceph-mon[68575]: pgmap v204: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 139 B/s wr, 0 op/s 2024-02-12T13:27:09.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:09 smithi112 ceph-mon[93103]: pgmap v204: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 139 B/s wr, 0 op/s 2024-02-12T13:27:11.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:11 smithi161 ceph-mon[68575]: pgmap v205: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 122 B/s wr, 0 op/s 2024-02-12T13:27:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:11 smithi112 ceph-mon[93103]: pgmap v205: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 122 B/s wr, 0 op/s 2024-02-12T13:27:13.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:13 smithi161 ceph-mon[68575]: pgmap v206: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:27:13.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:13 smithi112 ceph-mon[93103]: pgmap v206: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:27:14.369 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:15.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:27:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:27:15.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:16.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:15 smithi161 ceph-mon[68575]: pgmap v207: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:27:16.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:15 smithi112 ceph-mon[93103]: pgmap v207: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:27:18.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:17 smithi161 ceph-mon[68575]: pgmap v208: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:27:18.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:17 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:18.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:17 smithi112 ceph-mon[93103]: pgmap v208: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:27:18.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:17 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:19.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:18 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:18 smithi161 ceph-mon[68575]: Upgrade: osd.7 is safe to restart 2024-02-12T13:27:19.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:18 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:27:19.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:18 smithi112 ceph-mon[93103]: Upgrade: osd.7 is safe to restart 2024-02-12T13:27:19.409 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:19.861 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:27:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:19 smithi161 ceph-mon[68575]: pgmap v209: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:27:20.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:20.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:27:20.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:19 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:20.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:19 smithi112 ceph-mon[93103]: pgmap v209: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:27:20.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:20.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:27:20.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:19 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (15m) 2m ago 28m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (4m) 2m ago 28m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (4m) 22s ago 27m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (12m) 2m ago 28m 36.0M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (22m) 2m ago 22m 39.2M - 16.2.5 6933c2a0b7dd 09b5fd0478fe 2024-02-12T13:27:20.490 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (22m) 22s ago 22m 16.8M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (6m) 2m ago 29m 499M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (5m) 22s ago 27m 449M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (5m) 2m ago 30m 66.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (5m) 22s ago 27m 51.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (17m) 2m ago 17m 80.2M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (17m) 22s ago 17m 77.0M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (10m) 2m ago 27m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (6m) 22s ago 26m 8824k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (3m) 2m ago 26m 172M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (3m) 2m ago 26m 156M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (2m) 2m ago 25m 124M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (2m) 2m ago 25m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (95s) 22s ago 25m 183M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:27:20.491 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (61s) 22s ago 24m 174M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:27:20.492 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (27s) 22s ago 24m 12.4M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:27:20.492 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (24m) 22s ago 24m 511M 2712M 16.2.5 6933c2a0b7dd d3722fc55269 2024-02-12T13:27:20.492 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 2m ago 27m - - 2024-02-12T13:27:20.867 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 7 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:27:20.868 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:27:20.869 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:20.869 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:27:20.869 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-02-12T13:27:20.869 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 11 2024-02-12T13:27:20.869 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:27:20.869 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:27:21.189 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "crash" 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "13/23 daemons upgraded", 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:27:21.190 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:27:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:20 smithi161 ceph-mon[68575]: Upgrade: Updating osd.7 2024-02-12T13:27:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:20 smithi161 ceph-mon[68575]: Deploying daemon osd.7 on smithi161 2024-02-12T13:27:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:20 smithi161 ceph-mon[68575]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:20 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3910371706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:21.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:20 smithi112 ceph-mon[93103]: Upgrade: Updating osd.7 2024-02-12T13:27:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:20 smithi112 ceph-mon[93103]: Deploying daemon osd.7 on smithi161 2024-02-12T13:27:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:20 smithi112 ceph-mon[93103]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:20 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3910371706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:21.571 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:27:21.571 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:27:21.571 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:27:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:21 smithi161 ceph-mon[68575]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:21 smithi161 ceph-mon[68575]: pgmap v210: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:27:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:21 smithi161 ceph-mon[68575]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:22.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:21 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/420799204' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:27:22.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:21 smithi112 ceph-mon[93103]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:21 smithi112 ceph-mon[93103]: pgmap v210: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:27:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:21 smithi112 ceph-mon[93103]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:22.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:21 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/420799204' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:27:22.837 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:22 smithi161 systemd[1]: Stopping Ceph osd.7 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:27:22.837 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7[51931]: debug 2024-02-12T13:27:22.625+0000 7ff073816700 -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:27:22.837 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7[51931]: debug 2024-02-12T13:27:22.625+0000 7ff073816700 -1 osd.7 106 *** Got signal Terminated *** 2024-02-12T13:27:22.837 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7[51931]: debug 2024-02-12T13:27:22.625+0000 7ff073816700 -1 osd.7 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:27:23.208 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:22 smithi161 ceph-mon[68575]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:23.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:22 smithi112 ceph-mon[93103]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:23.586 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:23 smithi161 bash[82066]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd.7 2024-02-12T13:27:24.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: pgmap v211: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 failed (root=default,host=smithi161) (connection refused reported by osd.1) 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:23 smithi161 ceph-mon[68575]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: pgmap v211: 129 pgs: 129 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 failed (root=default,host=smithi161) (connection refused reported by osd.1) 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.1 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.0 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.3 2024-02-12T13:27:24.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.2 2024-02-12T13:27:24.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.5 2024-02-12T13:27:24.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.6 2024-02-12T13:27:24.361 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:23 smithi112 ceph-mon[93103]: osd.7 reported immediately failed by osd.4 2024-02-12T13:27:24.445 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:25.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:24 smithi161 ceph-mon[68575]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:27:25.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:24 smithi161 ceph-mon[68575]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-02-12T13:27:25.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:24 smithi161 ceph-mon[68575]: osdmap e107: 8 total, 7 up, 8 in 2024-02-12T13:27:25.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:24 smithi161 ceph-mon[68575]: pgmap v213: 129 pgs: 17 stale+active+clean, 112 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:27:25.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:24 smithi112 ceph-mon[93103]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:27:25.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:24 smithi112 ceph-mon[93103]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-02-12T13:27:25.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:24 smithi112 ceph-mon[93103]: osdmap e107: 8 total, 7 up, 8 in 2024-02-12T13:27:25.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:24 smithi112 ceph-mon[93103]: pgmap v213: 129 pgs: 17 stale+active+clean, 112 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:27:25.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:25 smithi161 systemd[1]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.7.service: Succeeded. 2024-02-12T13:27:25.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:25 smithi161 systemd[1]: Stopped Ceph osd.7 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:27:25.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:25 smithi161 systemd[1]: Starting Ceph osd.7 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:27:26.205 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:25 smithi161 ceph-mon[68575]: osdmap e108: 8 total, 7 up, 8 in 2024-02-12T13:27:26.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:25 smithi112 ceph-mon[93103]: osdmap e108: 8 total, 7 up, 8 in 2024-02-12T13:27:26.572 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-12T13:27:26.573 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: 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:27:26.573 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-02-12T13:27:26.573 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-12T13:27:26.573 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-12T13:27:26.573 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-12T13:27:26.573 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:26 smithi161 bash[82349]: --> ceph-volume raw activate successful for osd ID: 7 2024-02-12T13:27:27.239 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:26 smithi161 ceph-mon[68575]: pgmap v215: 129 pgs: 5 active+undersized+degraded, 8 peering, 13 stale+active+clean, 3 active+undersized, 100 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 12/1515 objects degraded (0.792%) 2024-02-12T13:27:27.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:26 smithi112 ceph-mon[93103]: pgmap v215: 129 pgs: 5 active+undersized+degraded, 8 peering, 13 stale+active+clean, 3 active+undersized, 100 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 12/1515 objects degraded (0.792%) 2024-02-12T13:27:27.586 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:27 smithi161 ceph-osd[82665]: -- 172.21.15.161:0/2832611285 <== mon.1 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55aed453c4e0 con 0x55aed450d000 2024-02-12T13:27:28.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:27 smithi161 ceph-mon[68575]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:27:28.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:27 smithi161 ceph-mon[68575]: Health check failed: Degraded data redundancy: 12/1515 objects degraded (0.792%), 5 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:28.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:27:27.879+0000 7f0a88053640 -1 Falling back to public interface 2024-02-12T13:27:28.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:28 smithi161 bash[82627]: 1fb1f79b19607436bd6b0692a453d20498618573af67984f5d9334798d535269 2024-02-12T13:27:28.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:28 smithi161 systemd[1]: Started Ceph osd.7 for 1d31194c-c9a6-11ee-95b9-87774f69a715. 2024-02-12T13:27:28.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:27 smithi112 ceph-mon[93103]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:27:28.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:27 smithi112 ceph-mon[93103]: Health check failed: Degraded data redundancy: 12/1515 objects degraded (0.792%), 5 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:29 smithi161 ceph-mon[68575]: pgmap v216: 129 pgs: 18 active+undersized+degraded, 8 peering, 10 stale+active+clean, 9 active+undersized, 84 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 92/1515 objects degraded (6.073%) 2024-02-12T13:27:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:27:29.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:29.393 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:29.393 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:29.393 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:29 smithi112 ceph-mon[93103]: pgmap v216: 129 pgs: 18 active+undersized+degraded, 8 peering, 10 stale+active+clean, 9 active+undersized, 84 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 92/1515 objects degraded (6.073%) 2024-02-12T13:27:29.393 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:29.393 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:27:29.485 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:30.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:30 smithi161 ceph-mon[68575]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:27:30.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:30 smithi112 ceph-mon[93103]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:27:31.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:31 smithi161 ceph-mon[68575]: pgmap v217: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:31.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:31 smithi112 ceph-mon[93103]: pgmap v217: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:33.577 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.577 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.577 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:33 smithi161 ceph-mon[68575]: pgmap v218: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 245 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:33.577 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.578 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:33 smithi112 ceph-mon[93103]: pgmap v218: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 245 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:33.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:33.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:34.336 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:27:34.153+0000 7f0a88053640 -1 osd.7 0 read_superblock omap replica is missing. 2024-02-12T13:27:34.532 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:35.557 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:35 smithi161 ceph-mon[68575]: pgmap v219: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:35.557 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:35 smithi161 ceph-mon[68575]: from='osd.7 [v2:172.21.15.161:6824/2934482364,v1:172.21.15.161:6825/2934482364]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:27:35.557 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:35 smithi161 ceph-mon[68575]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:27:35.558 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:27:35.249+0000 7f0a88053640 -1 osd.7 106 log_to_monitors true 2024-02-12T13:27:35.558 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:27:35.354+0000 7f0a77ca9700 -1 osd.7 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:27:35.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:35 smithi112 ceph-mon[93103]: pgmap v219: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:35.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:35 smithi112 ceph-mon[93103]: from='osd.7 [v2:172.21.15.161:6824/2934482364,v1:172.21.15.161:6825/2934482364]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:27:35.611 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:35 smithi112 ceph-mon[93103]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:27:36.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:27:36.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: osdmap e109: 8 total, 7 up, 8 in 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='osd.7 [v2:172.21.15.161:6824/2934482364,v1:172.21.15.161:6825/2934482364]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 231/1515 objects degraded (15.248%), 37 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:36 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: osdmap e109: 8 total, 7 up, 8 in 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='osd.7 [v2:172.21.15.161:6824/2934482364,v1:172.21.15.161:6825/2934482364]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 231/1515 objects degraded (15.248%), 37 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:27:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:36.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:36 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: pgmap v221: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: pgmap v222: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 256 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: osd.7 [v2:172.21.15.161:6824/2934482364,v1:172.21.15.161:6825/2934482364] boot 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: osdmap e110: 8 total, 8 up, 8 in 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:37.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all osd 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-12T13:27:37.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: Upgrade: Setting require_osd_release to 18 reef 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-02-12T13:27:37.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: osdmap e111: 8 total, 8 up, 8 in 2024-02-12T13:27:37.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi112.leplsh"]}]: dispatch 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: pgmap v221: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: pgmap v222: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 256 B/s wr, 0 op/s; 231/1515 objects degraded (15.248%) 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: osd.7 [v2:172.21.15.161:6824/2934482364,v1:172.21.15.161:6825/2934482364] boot 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: osdmap e110: 8 total, 8 up, 8 in 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all osd 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-12T13:27:37.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: Upgrade: Setting require_osd_release to 18 reef 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-02-12T13:27:37.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-02-12T13:27:37.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: osdmap e111: 8 total, 8 up, 8 in 2024-02-12T13:27:37.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi112.leplsh"]}]: dispatch 2024-02-12T13:27:38.531 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:38 smithi112 ceph-mon[93103]: Upgrade: It appears safe to stop mds.foofs.smithi112.leplsh 2024-02-12T13:27:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:38 smithi161 ceph-mon[68575]: Upgrade: It appears safe to stop mds.foofs.smithi112.leplsh 2024-02-12T13:27:39.569 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:40.177 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: pgmap v225: 129 pgs: 7 peering, 27 active+undersized+degraded, 13 active+undersized, 82 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 257 B/s wr, 0 op/s; 181/1515 objects degraded (11.947%) 2024-02-12T13:27:40.177 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: Upgrade: Updating mds.foofs.smithi112.leplsh 2024-02-12T13:27:40.177 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:40.177 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:27:40.178 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:40.178 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: Deploying daemon mds.foofs.smithi112.leplsh on smithi112 2024-02-12T13:27:40.178 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:39 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:40.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: pgmap v225: 129 pgs: 7 peering, 27 active+undersized+degraded, 13 active+undersized, 82 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 257 B/s wr, 0 op/s; 181/1515 objects degraded (11.947%) 2024-02-12T13:27:40.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: Upgrade: Updating mds.foofs.smithi112.leplsh 2024-02-12T13:27:40.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:40.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi112.leplsh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:27:40.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:40.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: Deploying daemon mds.foofs.smithi112.leplsh on smithi112 2024-02-12T13:27:40.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:39 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:40.836 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:27:40.538+0000 7f208ebae700 -1 bdev(0x555ccabfe000 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 1 2024-02-12T13:27:40.837 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:27:40.536+0000 7f0a66486700 -1 bdev(0x55aed52fe000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 3 2024-02-12T13:27:40.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:27:40.534+0000 7fb8fb016700 -1 bdev(0x56261f4ac000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-02-12T13:27:40.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:27:40.535+0000 7fb8f8010700 -1 bdev(0x56261f4ac000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-02-12T13:27:40.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi112[93080]: 2024-02-12T13:27:40.513+0000 7fc9eeb22700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:27:41.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: Health check update: Degraded data redundancy: 181/1515 objects degraded (11.947%), 27 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: daemon mds.foofs.smithi112.leplsh compat changed unexpectedly 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: osdmap e112: 8 total, 8 up, 8 in 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: Standby daemon mds.foofs.smithi161.sogcfq assigned to filesystem foofs as rank 0 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-12T13:27:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:40 smithi161 ceph-mon[68575]: fsmap foofs:1/1 {0=foofs.smithi161.sogcfq=up:replay} 2024-02-12T13:27:41.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: Health check update: Degraded data redundancy: 181/1515 objects degraded (11.947%), 27 pgs degraded (PG_DEGRADED) 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: daemon mds.foofs.smithi112.leplsh compat changed unexpectedly 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: osdmap e112: 8 total, 8 up, 8 in 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: Standby daemon mds.foofs.smithi161.sogcfq assigned to filesystem foofs as rank 0 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-12T13:27:41.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:40 smithi112 ceph-mon[93103]: fsmap foofs:1/1 {0=foofs.smithi161.sogcfq=up:replay} 2024-02-12T13:27:42.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:41 smithi161 ceph-mon[68575]: pgmap v226: 129 pgs: 7 peering, 17 active+undersized+degraded, 6 active+undersized, 99 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 114/1515 objects degraded (7.525%) 2024-02-12T13:27:42.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:41 smithi112 ceph-mon[93103]: pgmap v226: 129 pgs: 7 peering, 17 active+undersized+degraded, 6 active+undersized, 99 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 114/1515 objects degraded (7.525%) 2024-02-12T13:27:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:42 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:reconnect 2024-02-12T13:27:43.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:42 smithi161 ceph-mon[68575]: fsmap foofs:1/1 {0=foofs.smithi161.sogcfq=up:reconnect} 2024-02-12T13:27:43.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:42 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:reconnect 2024-02-12T13:27:43.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:42 smithi112 ceph-mon[93103]: fsmap foofs:1/1 {0=foofs.smithi161.sogcfq=up:reconnect} 2024-02-12T13:27:44.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: pgmap v228: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 MiB/s rd, 170 B/s wr, 2 op/s 2024-02-12T13:27:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 114/1515 objects degraded (7.525%), 17 pgs degraded) 2024-02-12T13:27:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:rejoin 2024-02-12T13:27:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: fsmap foofs:1/1 {0=foofs.smithi161.sogcfq=up:rejoin} 2024-02-12T13:27:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: daemon mds.foofs.smithi161.sogcfq is now active in filesystem foofs as rank 0 2024-02-12T13:27:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: pgmap v228: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 MiB/s rd, 170 B/s wr, 2 op/s 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 114/1515 objects degraded (7.525%), 17 pgs degraded) 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:rejoin 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: fsmap foofs:1/1 {0=foofs.smithi161.sogcfq=up:rejoin} 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: daemon mds.foofs.smithi161.sogcfq is now active in filesystem foofs as rank 0 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:44.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:27:44.625 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:44 smithi161 ceph-mon[68575]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-12T13:27:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:44 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:active 2024-02-12T13:27:45.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:44 smithi161 ceph-mon[68575]: fsmap foofs:1 {0=foofs.smithi161.sogcfq=up:active} 2024-02-12T13:27:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:44 smithi112 ceph-mon[93103]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-12T13:27:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:44 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.161:6832/3638272724,v1:172.21.15.161:6833/3638272724] up:active 2024-02-12T13:27:45.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:44 smithi112 ceph-mon[93103]: fsmap foofs:1 {0=foofs.smithi161.sogcfq=up:active} 2024-02-12T13:27:46.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:45 smithi161 ceph-mon[68575]: pgmap v229: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 129 B/s wr, 4 op/s 2024-02-12T13:27:46.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:45 smithi112 ceph-mon[93103]: pgmap v229: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 129 B/s wr, 4 op/s 2024-02-12T13:27:48.294 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:47 smithi112 ceph-mon[93103]: pgmap v230: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 229 B/s wr, 12 op/s 2024-02-12T13:27:48.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:47 smithi161 ceph-mon[68575]: pgmap v230: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 229 B/s wr, 12 op/s 2024-02-12T13:27:49.674 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: pgmap v231: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:boot 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: fsmap foofs:1 {0=foofs.smithi161.sogcfq=up:active} 1 up:standby 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:27:49.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:49 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: pgmap v231: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:boot 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: fsmap foofs:1 {0=foofs.smithi161.sogcfq=up:active} 1 up:standby 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:27:49.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:49 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:51.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:51 smithi161 ceph-mon[68575]: pgmap v232: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 307 B/s wr, 10 op/s 2024-02-12T13:27:51.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:51 smithi112 ceph-mon[93103]: pgmap v232: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 307 B/s wr, 10 op/s 2024-02-12T13:27:51.933 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (15m) 2m ago 29m 18.3M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (4m) 2m ago 29m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (4m) 20s ago 27m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (13m) 2m ago 28m 36.0M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 starting - - - - 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (22m) 20s ago 22m 16.9M - 16.2.5 6933c2a0b7dd f3658faaab90 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (6m) 2m ago 30m 499M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:27:52.637 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (6m) 20s ago 27m 449M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (6m) 2m ago 30m 66.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (5m) 20s ago 27m 53.6M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (17m) 2m ago 17m 80.2M - 3.5 6933c2a0b7dd 87e1953419f5 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (17m) 20s ago 17m 77.1M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (11m) 2m ago 28m 17.0M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (6m) 20s ago 27m 8816k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (4m) 2m ago 27m 172M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (3m) 2m ago 26m 156M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (3m) 2m ago 26m 124M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (2m) 2m ago 25m 11.4M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (2m) 20s ago 25m 185M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (93s) 20s ago 25m 175M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:27:52.638 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (59s) 20s ago 24m 158M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:27:52.639 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (25s) 20s ago 24m 12.6M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:27:52.639 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 2m ago 28m - - 2024-02-12T13:27:52.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:52 smithi161 ceph-mon[68575]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:52.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:52 smithi112 ceph-mon[93103]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:53.078 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:27:53.078 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 1 2024-02-12T13:27:53.079 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:27:53.080 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:27:53.080 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:27:53.080 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 13 2024-02-12T13:27:53.080 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:27:53.080 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "crash", 2024-02-12T13:27:53.434 INFO:teuthology.orchestra.run.smithi112.stdout: "osd" 2024-02-12T13:27:53.435 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:27:53.435 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "14/23 daemons upgraded", 2024-02-12T13:27:53.435 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading mds daemons", 2024-02-12T13:27:53.435 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:27:53.435 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:27:53.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:53 smithi161 ceph-mon[68575]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:53.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:53 smithi161 ceph-mon[68575]: pgmap v233: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.9 KiB/s wr, 11 op/s 2024-02-12T13:27:53.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:53 smithi161 ceph-mon[68575]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:53.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:53 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2456113527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:53.845 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:27:53.845 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:27:53.845 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:27:53.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:53 smithi112 ceph-mon[93103]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:53.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:53 smithi112 ceph-mon[93103]: pgmap v233: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.9 KiB/s wr, 11 op/s 2024-02-12T13:27:53.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:53 smithi112 ceph-mon[93103]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:53.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:53 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2456113527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:54.707 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:27:55.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:54 smithi112 ceph-mon[93103]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:55.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:54 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3552647553' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:27:55.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.040 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:54 smithi161 ceph-mon[68575]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:27:55.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:54 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3552647553' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:27:55.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:55.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:55 smithi161 ceph-mon[68575]: pgmap v234: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 5.7 KiB/s wr, 10 op/s 2024-02-12T13:27:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:55 smithi112 ceph-mon[93103]: pgmap v234: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 5.7 KiB/s wr, 10 op/s 2024-02-12T13:27:57.735 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:57 smithi112 ceph-mon[93103]: pgmap v235: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 7.1 KiB/s wr, 9 op/s 2024-02-12T13:27:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:57 smithi161 ceph-mon[68575]: pgmap v235: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 7.1 KiB/s wr, 9 op/s 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: Detected new or changed devices on smithi112 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: pgmap v236: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 177 B/s rd, 7.3 KiB/s wr, 3 op/s 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: pgmap v237: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 215 B/s rd, 8.8 KiB/s wr, 4 op/s 2024-02-12T13:27:59.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi161.sogcfq"]}]: dispatch 2024-02-12T13:27:59.042 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:58 smithi161 ceph-mon[68575]: Upgrade: It appears safe to stop mds.foofs.smithi161.sogcfq 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: Detected new or changed devices on smithi112 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: pgmap v236: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 177 B/s rd, 7.3 KiB/s wr, 3 op/s 2024-02-12T13:27:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: pgmap v237: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 215 B/s rd, 8.8 KiB/s wr, 4 op/s 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi161.sogcfq"]}]: dispatch 2024-02-12T13:27:59.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:58 smithi112 ceph-mon[93103]: Upgrade: It appears safe to stop mds.foofs.smithi161.sogcfq 2024-02-12T13:27:59.753 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:28:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:00.095 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:27:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:00.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:27:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:01.033 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:00 smithi161 ceph-mon[68575]: pgmap v238: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 215 B/s rd, 8.7 KiB/s wr, 4 op/s 2024-02-12T13:28:01.033 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:01.033 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:28:01.033 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:00 smithi112 ceph-mon[93103]: pgmap v238: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 215 B/s rd, 8.7 KiB/s wr, 4 op/s 2024-02-12T13:28:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.sogcfq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:28:01.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:02.059 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:01 smithi161 ceph-mon[68575]: Upgrade: Updating mds.foofs.smithi161.sogcfq 2024-02-12T13:28:02.059 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:01 smithi161 ceph-mon[68575]: Deploying daemon mds.foofs.smithi161.sogcfq on smithi161 2024-02-12T13:28:02.061 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:01 smithi112 ceph-mon[93103]: Upgrade: Updating mds.foofs.smithi161.sogcfq 2024-02-12T13:28:02.061 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:01 smithi112 ceph-mon[93103]: Deploying daemon mds.foofs.smithi161.sogcfq on smithi161 2024-02-12T13:28:02.336 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:28:02.085+0000 7f208ebae700 -1 bdev(0x555ccabfe000 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 9 2024-02-12T13:28:02.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:28:02.081+0000 7fb8fc018700 -1 bdev(0x56261f4ac000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-02-12T13:28:02.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:28:02.081+0000 7f0a60c7b700 -1 bdev(0x55aed52fe000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-02-12T13:28:02.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi112[93080]: 2024-02-12T13:28:02.056+0000 7fc9eeb22700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:28:02.359 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:28:02.080+0000 7ff9694aa700 -1 bdev(0x55feacd22000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 1 2024-02-12T13:28:02.359 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:28:02.081+0000 7ff9674a6700 -1 bdev(0x55feacd22000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 4 2024-02-12T13:28:03.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: pgmap v239: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 215 B/s rd, 2.0 KiB/s wr, 1 op/s 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: osdmap e113: 8 total, 8 up, 8 in 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: Standby daemon mds.foofs.smithi112.leplsh assigned to filesystem foofs as rank 0 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-12T13:28:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:02 smithi161 ceph-mon[68575]: fsmap foofs:1/1 {0=foofs.smithi112.leplsh=up:replay} 2024-02-12T13:28:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: pgmap v239: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 215 B/s rd, 2.0 KiB/s wr, 1 op/s 2024-02-12T13:28:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-12T13:28:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:28:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: osdmap e113: 8 total, 8 up, 8 in 2024-02-12T13:28:03.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: Standby daemon mds.foofs.smithi112.leplsh assigned to filesystem foofs as rank 0 2024-02-12T13:28:03.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:28:03.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:28:03.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-12T13:28:03.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:02 smithi112 ceph-mon[93103]: fsmap foofs:1/1 {0=foofs.smithi112.leplsh=up:replay} 2024-02-12T13:28:04.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:04 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:reconnect 2024-02-12T13:28:04.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:04 smithi161 ceph-mon[68575]: fsmap foofs:1/1 {0=foofs.smithi112.leplsh=up:reconnect} 2024-02-12T13:28:04.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:04 smithi161 ceph-mon[68575]: pgmap v241: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 408 B/s wr, 1 op/s 2024-02-12T13:28:04.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:04 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:reconnect 2024-02-12T13:28:04.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:04 smithi112 ceph-mon[93103]: fsmap foofs:1/1 {0=foofs.smithi112.leplsh=up:reconnect} 2024-02-12T13:28:04.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:04 smithi112 ceph-mon[93103]: pgmap v241: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 408 B/s wr, 1 op/s 2024-02-12T13:28:04.789 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:28:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:05 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:rejoin 2024-02-12T13:28:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:05 smithi161 ceph-mon[68575]: fsmap foofs:1/1 {0=foofs.smithi112.leplsh=up:rejoin} 2024-02-12T13:28:05.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:05 smithi161 ceph-mon[68575]: daemon mds.foofs.smithi112.leplsh is now active in filesystem foofs as rank 0 2024-02-12T13:28:05.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:28:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:05 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:rejoin 2024-02-12T13:28:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:05 smithi112 ceph-mon[93103]: fsmap foofs:1/1 {0=foofs.smithi112.leplsh=up:rejoin} 2024-02-12T13:28:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:05 smithi112 ceph-mon[93103]: daemon mds.foofs.smithi112.leplsh is now active in filesystem foofs as rank 0 2024-02-12T13:28:05.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:28:06.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:06 smithi161 ceph-mon[68575]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-12T13:28:06.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:06 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:active 2024-02-12T13:28:06.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:06 smithi161 ceph-mon[68575]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 2024-02-12T13:28:06.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:06 smithi161 ceph-mon[68575]: pgmap v242: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 511 B/s wr, 10 op/s 2024-02-12T13:28:06.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:06 smithi112 ceph-mon[93103]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-12T13:28:06.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:06 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.112:6834/2848424428,v1:172.21.15.112:6835/2848424428] up:active 2024-02-12T13:28:06.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:06 smithi112 ceph-mon[93103]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 2024-02-12T13:28:06.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:06 smithi112 ceph-mon[93103]: pgmap v242: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 511 B/s wr, 10 op/s 2024-02-12T13:28:09.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:08 smithi161 ceph-mon[68575]: pgmap v243: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 409 B/s wr, 9 op/s 2024-02-12T13:28:09.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:08 smithi112 ceph-mon[93103]: pgmap v243: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 409 B/s wr, 9 op/s 2024-02-12T13:28:09.821 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:28:11.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:10 smithi112 ceph-mon[93103]: pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 409 B/s wr, 10 op/s 2024-02-12T13:28:11.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:10 smithi161 ceph-mon[68575]: pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 409 B/s wr, 10 op/s 2024-02-12T13:28:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:28:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: mds.? [v2:172.21.15.161:6832/1645021288,v1:172.21.15.161:6833/1645021288] up:boot 2024-02-12T13:28:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:28:12.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: mds.? [v2:172.21.15.161:6832/1645021288,v1:172.21.15.161:6833/1645021288] up:boot 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: fsmap foofs:1 {0=foofs.smithi112.leplsh=up:active} 1 up:standby 2024-02-12T13:28:12.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:28:13.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:12 smithi161 ceph-mon[68575]: pgmap v245: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.0 KiB/s wr, 13 op/s 2024-02-12T13:28:13.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:12 smithi112 ceph-mon[93103]: pgmap v245: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.0 KiB/s wr, 13 op/s 2024-02-12T13:28:14.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:14.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:14.858 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:28:15.208 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:14 smithi161 ceph-mon[68575]: pgmap v246: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.0 KiB/s wr, 11 op/s 2024-02-12T13:28:15.209 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.209 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.209 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.209 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:14 smithi112 ceph-mon[93103]: pgmap v246: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.0 KiB/s wr, 11 op/s 2024-02-12T13:28:15.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:15.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:16.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:16 smithi161 ceph-mon[68575]: pgmap v247: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5.9 KiB/s wr, 11 op/s 2024-02-12T13:28:16.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:16 smithi112 ceph-mon[93103]: pgmap v247: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 5.9 KiB/s wr, 11 op/s 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: pgmap v248: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 5.8 KiB/s wr, 5 op/s 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi112.leplsh"}]': finished 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi161.sogcfq"}]': finished 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.111 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:18 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: pgmap v248: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 5.8 KiB/s wr, 5 op/s 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi112.leplsh"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi112.leplsh"}]': finished 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi161.sogcfq"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi161.sogcfq"}]': finished 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:19.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:18 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:19.907 INFO:teuthology.orchestra.run.smithi112.stderr:mount.nfs: mounting smithi112:/fake failed, reason given by server: No such file or directory 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: Detected new or changed devices on smithi161 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: pgmap v249: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.8 KiB/s rd, 6.6 KiB/s wr, 4 op/s 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: pgmap v250: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 959 B/s rd, 8.2 KiB/s wr, 4 op/s 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all mds 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all rgw 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all rbd-mirror 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all ceph-exporter 2024-02-12T13:28:19.992 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:19 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all iscsi 2024-02-12T13:28:20.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: Detected new or changed devices on smithi161 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: pgmap v249: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.8 KiB/s rd, 6.6 KiB/s wr, 4 op/s 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: pgmap v250: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 959 B/s rd, 8.2 KiB/s wr, 4 op/s 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all mds 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all rgw 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all rbd-mirror 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all ceph-exporter 2024-02-12T13:28:20.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:19 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all iscsi 2024-02-12T13:28:21.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Upgrade: Updating nfs.foo.0.1.smithi112.jqaizg (1/2) 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Creating key for client.nfs.foo.0.1.smithi112.jqaizg 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Rados config object exists: conf-nfs.foo 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Creating key for client.nfs.foo.0.1.smithi112.jqaizg-rgw 2024-02-12T13:28:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:28:21.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Bind address in nfs.foo.0.1.smithi112.jqaizg's ganesha conf is defaulting to empty 2024-02-12T13:28:21.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:21.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: Deploying daemon nfs.foo.0.1.smithi112.jqaizg on smithi112 2024-02-12T13:28:21.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:21 smithi161 ceph-mon[68575]: pgmap v251: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 119 B/s wr, 0 op/s 2024-02-12T13:28:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Upgrade: Updating nfs.foo.0.1.smithi112.jqaizg (1/2) 2024-02-12T13:28:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Creating key for client.nfs.foo.0.1.smithi112.jqaizg 2024-02-12T13:28:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:28:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:28:21.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Rados config object exists: conf-nfs.foo 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Creating key for client.nfs.foo.0.1.smithi112.jqaizg-rgw 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi112.jqaizg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Bind address in nfs.foo.0.1.smithi112.jqaizg's ganesha conf is defaulting to empty 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: Deploying daemon nfs.foo.0.1.smithi112.jqaizg on smithi112 2024-02-12T13:28:21.360 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:21 smithi112 ceph-mon[93103]: pgmap v251: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 119 B/s wr, 0 op/s 2024-02-12T13:28:23.625 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:23 smithi112 ceph-mon[93103]: pgmap v252: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 119 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-02-12T13:28:23.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:23 smithi161 ceph-mon[68575]: pgmap v252: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 119 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-02-12T13:28:24.194 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (16m) 31s ago 29m 18.1M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (5m) 31s ago 29m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (5m) 10s ago 28m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (13m) 31s ago 29m 36.6M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (36s) 31s ago 23m 10.9M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:28:24.824 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (14s) 10s ago 23m 13.4M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (7m) 31s ago 31m 503M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (6m) 10s ago 28m 449M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (6m) 31s ago 31m 75.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (6m) 10s ago 28m 55.4M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 starting - - - - 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (18m) 10s ago 18m 77.2M - 3.5 6933c2a0b7dd 29b8583a1ff3 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (11m) 31s ago 29m 16.4M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (7m) 10s ago 28m 8816k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (5m) 31s ago 27m 181M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (4m) 31s ago 27m 166M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (3m) 31s ago 26m 130M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (3m) 31s ago 26m 172M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (2m) 10s ago 26m 188M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:28:24.825 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (2m) 10s ago 25m 181M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:28:24.826 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (92s) 10s ago 25m 164M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:28:24.826 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (57s) 10s ago 25m 205M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:28:24.826 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 31s ago 28m - - 2024-02-12T13:28:25.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:25.041 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:24 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:24 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:25.205 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:28:25.206 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:28:25.206 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:25.206 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:28:25.206 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:28:25.206 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:28:25.206 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "crash", 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "osd", 2024-02-12T13:28:25.544 INFO:teuthology.orchestra.run.smithi112.stdout: "mds" 2024-02-12T13:28:25.545 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:28:25.545 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "16/23 daemons upgraded", 2024-02-12T13:28:25.545 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading nfs daemons", 2024-02-12T13:28:25.545 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:28:25.545 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:28:25.930 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:28:25.930 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:28:25.930 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:28:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: pgmap v253: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.6 KiB/s wr, 2 op/s 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2112711137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:28:26.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:25 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:26.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: pgmap v253: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.6 KiB/s wr, 2 op/s 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2112711137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 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:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi161.nssyds-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:28:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:25 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Upgrade: Updating nfs.foo.1.1.smithi161.nssyds (2/2) 2024-02-12T13:28:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Creating key for client.nfs.foo.1.1.smithi161.nssyds 2024-02-12T13:28:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:28:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Rados config object exists: conf-nfs.foo 2024-02-12T13:28:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Creating key for client.nfs.foo.1.1.smithi161.nssyds-rgw 2024-02-12T13:28:26.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Bind address in nfs.foo.1.1.smithi161.nssyds's ganesha conf is defaulting to empty 2024-02-12T13:28:26.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: Deploying daemon nfs.foo.1.1.smithi161.nssyds on smithi161 2024-02-12T13:28:26.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:26.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:26 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/1720558610' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Upgrade: Updating nfs.foo.1.1.smithi161.nssyds (2/2) 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Creating key for client.nfs.foo.1.1.smithi161.nssyds 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Rados config object exists: conf-nfs.foo 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Creating key for client.nfs.foo.1.1.smithi161.nssyds-rgw 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Bind address in nfs.foo.1.1.smithi161.nssyds's ganesha conf is defaulting to empty 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: Deploying daemon nfs.foo.1.1.smithi161.nssyds on smithi161 2024-02-12T13:28:27.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:27.110 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:26 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/1720558610' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:28:27.968 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-12T13:28:28.024 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:27 smithi112 ceph-mon[93103]: pgmap v254: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.6 KiB/s wr, 3 op/s 2024-02-12T13:28:28.032 INFO:teuthology.orchestra.run.smithi112.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-12T13:28:28.032 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:28:28.032 INFO:teuthology.orchestra.run.smithi112.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-12T13:28:28.033 INFO:teuthology.orchestra.run.smithi112.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-12T13:28:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:27 smithi161 ceph-mon[68575]: pgmap v254: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.6 KiB/s wr, 3 op/s 2024-02-12T13:28:28.133 INFO:teuthology.orchestra.run.smithi112.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-12T13:28:28.133 INFO:teuthology.orchestra.run.smithi112.stdout:releasing clients 2024-02-12T13:28:29.133 INFO:teuthology.orchestra.run.smithi112.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.947 ms 2024-02-12T13:28:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:29 smithi161 ceph-mon[68575]: pgmap v255: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 KiB/s wr, 6 op/s 2024-02-12T13:28:30.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:29 smithi112 ceph-mon[93103]: pgmap v255: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 KiB/s wr, 6 op/s 2024-02-12T13:28:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:30.133 INFO:teuthology.orchestra.run.smithi112.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 1999.976 ms 2024-02-12T13:28:31.133 INFO:teuthology.orchestra.run.smithi112.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.077 ms 2024-02-12T13:28:32.028 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:31 smithi112 ceph-mon[93103]: pgmap v256: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 6 op/s 2024-02-12T13:28:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:31 smithi161 ceph-mon[68575]: pgmap v256: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 KiB/s wr, 6 op/s 2024-02-12T13:28:32.133 INFO:teuthology.orchestra.run.smithi112.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.118 ms 2024-02-12T13:28:33.133 INFO:teuthology.orchestra.run.smithi112.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.147 ms 2024-02-12T13:28:33.603 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:33 smithi112 ceph-mon[93103]: pgmap v257: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 3.2 KiB/s wr, 9 op/s 2024-02-12T13:28:33.603 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.603 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.603 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.604 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:33 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.806 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:33 smithi161 ceph-mon[68575]: pgmap v257: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 3.2 KiB/s wr, 9 op/s 2024-02-12T13:28:33.806 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.806 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.806 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:33.806 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:33 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:34.133 INFO:teuthology.orchestra.run.smithi112.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.175 ms 2024-02-12T13:28:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:34 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.133 INFO:teuthology.orchestra.run.smithi112.stdout: 3 58 1.80 MB/sec warmup 7 sec latency 7000.237 ms 2024-02-12T13:28:35.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.185 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:34 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:35.962 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:35 smithi112 ceph-mon[93103]: pgmap v258: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 2.2 KiB/s wr, 12 op/s 2024-02-12T13:28:36.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:35 smithi161 ceph-mon[68575]: pgmap v258: 129 pgs: 129 active+clean; 320 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 2.2 KiB/s wr, 12 op/s 2024-02-12T13:28:37.134 INFO:teuthology.orchestra.run.smithi112.stdout: 5 369 25.25 MB/sec execute 1 sec latency 128.058 ms 2024-02-12T13:28:37.803 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:37 smithi112 ceph-mon[93103]: pgmap v259: 129 pgs: 129 active+clean; 324 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 623 KiB/s wr, 36 op/s 2024-02-12T13:28:37.803 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:37.803 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:37 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:37 smithi161 ceph-mon[68575]: pgmap v259: 129 pgs: 129 active+clean; 324 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 623 KiB/s wr, 36 op/s 2024-02-12T13:28:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:38.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:37 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:38.134 INFO:teuthology.orchestra.run.smithi112.stdout: 5 493 22.48 MB/sec execute 2 sec latency 172.683 ms 2024-02-12T13:28:39.134 INFO:teuthology.orchestra.run.smithi112.stdout: 5 683 21.04 MB/sec execute 3 sec latency 103.032 ms 2024-02-12T13:28:39.868 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:39 smithi112 ceph-mon[93103]: pgmap v260: 129 pgs: 129 active+clean; 322 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 2.7 MiB/s wr, 56 op/s 2024-02-12T13:28:40.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:39 smithi161 ceph-mon[68575]: pgmap v260: 129 pgs: 129 active+clean; 322 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 2.7 MiB/s wr, 56 op/s 2024-02-12T13:28:40.134 INFO:teuthology.orchestra.run.smithi112.stdout: 5 952 17.22 MB/sec execute 4 sec latency 83.439 ms 2024-02-12T13:28:41.137 INFO:teuthology.orchestra.run.smithi112.stdout: 5 cleanup 5 sec 2024-02-12T13:28:41.404 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: pgmap v261: 129 pgs: 129 active+clean; 315 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 5.3 MiB/s wr, 83 op/s 2024-02-12T13:28:41.404 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.404 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: pgmap v262: 129 pgs: 129 active+clean; 312 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 9.1 MiB/s wr, 201 op/s 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: pgmap v263: 129 pgs: 129 active+clean; 312 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 11 MiB/s wr, 245 op/s 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.405 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all nfs 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi112.jqaizg"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi112.jqaizg"}]': finished 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi161.nssyds"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi161.nssyds"}]': finished 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: Upgrade: Setting container_image for all nvmeof 2024-02-12T13:28:41.406 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:41 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: pgmap v261: 129 pgs: 129 active+clean; 315 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 5.3 MiB/s wr, 83 op/s 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: pgmap v262: 129 pgs: 129 active+clean; 312 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 9.1 MiB/s wr, 201 op/s 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: pgmap v263: 129 pgs: 129 active+clean; 312 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 11 MiB/s wr, 245 op/s 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:28:41.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all nfs 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi112.jqaizg"}]: dispatch 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi112.jqaizg"}]': finished 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi161.nssyds"}]: dispatch 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi161.nssyds"}]': finished 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: Upgrade: Setting container_image for all nvmeof 2024-02-12T13:28:41.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:41 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:28:42.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 6 sec 2024-02-12T13:28:43.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 7 sec 2024-02-12T13:28:43.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:43 smithi161 ceph-mon[68575]: pgmap v264: 129 pgs: 129 active+clean; 314 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 13 MiB/s wr, 349 op/s 2024-02-12T13:28:43.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:43 smithi112 ceph-mon[93103]: pgmap v264: 129 pgs: 129 active+clean; 314 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 13 MiB/s wr, 349 op/s 2024-02-12T13:28:44.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 8 sec 2024-02-12T13:28:44.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:44.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:28:45.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 9 sec 2024-02-12T13:28:45.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:45 smithi161 ceph-mon[68575]: pgmap v265: 129 pgs: 129 active+clean; 296 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 347 op/s 2024-02-12T13:28:45.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:45 smithi112 ceph-mon[93103]: pgmap v265: 129 pgs: 129 active+clean; 296 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 347 op/s 2024-02-12T13:28:46.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 10 sec 2024-02-12T13:28:47.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 11 sec 2024-02-12T13:28:47.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:47 smithi161 ceph-mon[68575]: pgmap v266: 129 pgs: 129 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 371 op/s 2024-02-12T13:28:47.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:47 smithi112 ceph-mon[93103]: pgmap v266: 129 pgs: 129 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 371 op/s 2024-02-12T13:28:48.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 12 sec 2024-02-12T13:28:49.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 13 sec 2024-02-12T13:28:49.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:49 smithi161 ceph-mon[68575]: pgmap v267: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 339 op/s 2024-02-12T13:28:49.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:49 smithi112 ceph-mon[93103]: pgmap v267: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 339 op/s 2024-02-12T13:28:50.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 14 sec 2024-02-12T13:28:51.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 15 sec 2024-02-12T13:28:51.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:51 smithi161 ceph-mon[68575]: pgmap v268: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 2.7 MiB/s wr, 170 op/s 2024-02-12T13:28:51.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:51 smithi112 ceph-mon[93103]: pgmap v268: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 2.7 MiB/s wr, 170 op/s 2024-02-12T13:28:52.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 16 sec 2024-02-12T13:28:53.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 17 sec 2024-02-12T13:28:53.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:53 smithi112 ceph-mon[93103]: pgmap v269: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.2 MiB/s wr, 142 op/s 2024-02-12T13:28:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:53 smithi161 ceph-mon[68575]: pgmap v269: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.2 MiB/s wr, 142 op/s 2024-02-12T13:28:54.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 18 sec 2024-02-12T13:28:55.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 19 sec 2024-02-12T13:28:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:55 smithi161 ceph-mon[68575]: pgmap v270: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.2 MiB/s wr, 70 op/s 2024-02-12T13:28:56.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:55 smithi112 ceph-mon[93103]: pgmap v270: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.2 MiB/s wr, 70 op/s 2024-02-12T13:28:56.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 20 sec 2024-02-12T13:28:56.276 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:28:56.925 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (16m) 23s ago 30m 18.1M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (6m) 23s ago 30m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (5m) 24s ago 28m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (14m) 23s ago 29m 36.6M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (69s) 23s ago 24m 26.5M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (46s) 24s ago 23m 14.7M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (7m) 23s ago 31m 504M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (7m) 24s ago 28m 449M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (7m) 23s ago 31m 77.6M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (6m) 24s ago 28m 56.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (33s) 23s ago 19m 70.4M - 5.7 f5f86019f4d0 897289e05fc8 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (28s) 24s ago 18m 17.8M - 5.7 f5f86019f4d0 0482ff93e564 2024-02-12T13:28:56.926 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (12m) 23s ago 29m 12.1M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (8m) 24s ago 28m 8816k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (5m) 23s ago 28m 182M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (4m) 23s ago 27m 169M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (4m) 23s ago 27m 133M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (3m) 23s ago 26m 173M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (3m) 24s ago 26m 188M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (2m) 24s ago 26m 181M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (2m) 24s ago 25m 164M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (89s) 24s ago 25m 205M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:28:56.927 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 23s ago 29m - - 2024-02-12T13:28:57.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 21 sec 2024-02-12T13:28:57.321 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:28:57.322 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:28:57.323 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:28:57.323 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "nfs", 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "crash", 2024-02-12T13:28:57.659 INFO:teuthology.orchestra.run.smithi112.stdout: "osd", 2024-02-12T13:28:57.660 INFO:teuthology.orchestra.run.smithi112.stdout: "mds" 2024-02-12T13:28:57.660 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:28:57.660 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:28:57.660 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-12T13:28:57.660 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:28:57.660 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:28:58.057 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:28:58.057 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:28:58.057 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:28:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:57 smithi161 ceph-mon[68575]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:58.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:57 smithi161 ceph-mon[68575]: pgmap v271: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.7 KiB/s rd, 319 KiB/s wr, 46 op/s 2024-02-12T13:28:58.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:57 smithi161 ceph-mon[68575]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:58.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:57 smithi161 ceph-mon[68575]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:58.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:57 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/4144993536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:57 smithi112 ceph-mon[93103]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:58.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:57 smithi112 ceph-mon[93103]: pgmap v271: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.7 KiB/s rd, 319 KiB/s wr, 46 op/s 2024-02-12T13:28:58.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:57 smithi112 ceph-mon[93103]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:58.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:57 smithi112 ceph-mon[93103]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:58.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:57 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/4144993536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:28:58.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 22 sec 2024-02-12T13:28:59.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:58 smithi161 ceph-mon[68575]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:58 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/376868260' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:28:59.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:58 smithi112 ceph-mon[93103]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:28:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:58 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/376868260' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:28:59.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 23 sec 2024-02-12T13:29:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:59 smithi161 ceph-mon[68575]: pgmap v272: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 10 op/s 2024-02-12T13:29:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:28:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:59 smithi112 ceph-mon[93103]: pgmap v272: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 10 op/s 2024-02-12T13:29:00.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:28:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:00.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 24 sec 2024-02-12T13:29:01.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 25 sec 2024-02-12T13:29:02.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:01 smithi161 ceph-mon[68575]: pgmap v273: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2024-02-12T13:29:02.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:01 smithi112 ceph-mon[93103]: pgmap v273: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 1 op/s 2024-02-12T13:29:02.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 26 sec 2024-02-12T13:29:03.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 27 sec 2024-02-12T13:29:04.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:03 smithi161 ceph-mon[68575]: pgmap v274: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 0 op/s 2024-02-12T13:29:04.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:03 smithi112 ceph-mon[93103]: pgmap v274: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 0 op/s 2024-02-12T13:29:04.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 28 sec 2024-02-12T13:29:05.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 29 sec 2024-02-12T13:29:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:05 smithi161 ceph-mon[68575]: pgmap v275: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 0 op/s 2024-02-12T13:29:06.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:05 smithi112 ceph-mon[93103]: pgmap v275: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 0 op/s 2024-02-12T13:29:06.137 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 30 sec 2024-02-12T13:29:07.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 31 sec 2024-02-12T13:29:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:07 smithi161 ceph-mon[68575]: pgmap v276: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-02-12T13:29:08.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:07 smithi112 ceph-mon[93103]: pgmap v276: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-02-12T13:29:08.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 32 sec 2024-02-12T13:29:09.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 33 sec 2024-02-12T13:29:10.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:09 smithi161 ceph-mon[68575]: pgmap v277: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:10.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:09 smithi112 ceph-mon[93103]: pgmap v277: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:10.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 34 sec 2024-02-12T13:29:11.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 35 sec 2024-02-12T13:29:12.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:11 smithi161 ceph-mon[68575]: pgmap v278: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:12.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:11 smithi112 ceph-mon[93103]: pgmap v278: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:12.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 36 sec 2024-02-12T13:29:13.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 37 sec 2024-02-12T13:29:14.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:13 smithi161 ceph-mon[68575]: pgmap v279: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:14.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:13 smithi112 ceph-mon[93103]: pgmap v279: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:14.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 38 sec 2024-02-12T13:29:15.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:15.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:15.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 39 sec 2024-02-12T13:29:16.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:15 smithi161 ceph-mon[68575]: pgmap v280: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:16.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:15 smithi112 ceph-mon[93103]: pgmap v280: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:16.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 40 sec 2024-02-12T13:29:17.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 41 sec 2024-02-12T13:29:18.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:17 smithi161 ceph-mon[68575]: pgmap v281: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:18.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:17 smithi112 ceph-mon[93103]: pgmap v281: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:18.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 42 sec 2024-02-12T13:29:19.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 43 sec 2024-02-12T13:29:20.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:19 smithi161 ceph-mon[68575]: pgmap v282: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:20.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:19 smithi112 ceph-mon[93103]: pgmap v282: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:20.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 44 sec 2024-02-12T13:29:21.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 45 sec 2024-02-12T13:29:22.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:21 smithi161 ceph-mon[68575]: pgmap v283: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:22.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:21 smithi112 ceph-mon[93103]: pgmap v283: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:22.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 46 sec 2024-02-12T13:29:23.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 47 sec 2024-02-12T13:29:24.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:23 smithi161 ceph-mon[68575]: pgmap v284: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:24.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:23 smithi112 ceph-mon[93103]: pgmap v284: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:24.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 48 sec 2024-02-12T13:29:25.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 49 sec 2024-02-12T13:29:26.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:25 smithi161 ceph-mon[68575]: pgmap v285: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:26.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:25 smithi112 ceph-mon[93103]: pgmap v285: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:26.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 50 sec 2024-02-12T13:29:27.138 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 51 sec 2024-02-12T13:29:28.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:27 smithi161 ceph-mon[68575]: pgmap v286: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:27 smithi112 ceph-mon[93103]: pgmap v286: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:28.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 52 sec 2024-02-12T13:29:28.402 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:29:29.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 53 sec 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (17m) 55s ago 30m 18.1M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (6m) 55s ago 30m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (6m) 56s ago 29m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (14m) 55s ago 30m 36.6M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (101s) 55s ago 24m 26.5M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (79s) 56s ago 24m 14.7M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (8m) 55s ago 32m 504M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (7m) 56s ago 29m 449M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:29:29.243 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (7m) 55s ago 32m 77.6M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (7m) 56s ago 29m 56.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (66s) 55s ago 19m 70.4M - 5.7 f5f86019f4d0 897289e05fc8 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (60s) 56s ago 19m 17.8M - 5.7 f5f86019f4d0 0482ff93e564 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (12m) 55s ago 30m 12.1M - 0.18.1 e5a616e4b9cf 3f537b5ce09a 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (8m) 56s ago 29m 8816k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (6m) 55s ago 28m 182M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (5m) 55s ago 28m 169M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (4m) 55s ago 27m 133M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (4m) 55s ago 27m 173M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (3m) 56s ago 27m 188M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (3m) 56s ago 26m 181M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:29:29.244 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (2m) 56s ago 26m 164M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:29:29.245 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (2m) 56s ago 26m 205M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:29:29.245 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 55s ago 29m - - 2024-02-12T13:29:29.641 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:29:29.641 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:29:29.641 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:29:29.641 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:29:29.641 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:29:29.641 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:29:29.642 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "nfs", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "crash", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "osd", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "mds" 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:29:29.973 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-12T13:29:29.974 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:29:29.974 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:29:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:29 smithi161 ceph-mon[68575]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:29 smithi161 ceph-mon[68575]: pgmap v287: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:29 smithi161 ceph-mon[68575]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:29 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/607615040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:29:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:29 smithi112 ceph-mon[93103]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:29 smithi112 ceph-mon[93103]: pgmap v287: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:29 smithi112 ceph-mon[93103]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:29 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/607615040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:29:30.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 54 sec 2024-02-12T13:29:30.362 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:29:30.362 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:29:30.363 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:29:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:30 smithi161 ceph-mon[68575]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:31.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:30 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2955727383' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:29:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:30 smithi112 ceph-mon[93103]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:31.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:30 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2955727383' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:29:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 55 sec 2024-02-12T13:29:32.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:31 smithi161 ceph-mon[68575]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:32.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:31 smithi161 ceph-mon[68575]: pgmap v288: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:31 smithi112 ceph-mon[93103]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:29:32.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:31 smithi112 ceph-mon[93103]: pgmap v288: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:32.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 56 sec 2024-02-12T13:29:33.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 57 sec 2024-02-12T13:29:34.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:33 smithi161 ceph-mon[68575]: pgmap v289: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:34.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:33 smithi112 ceph-mon[93103]: pgmap v289: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:34.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 58 sec 2024-02-12T13:29:35.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 59 sec 2024-02-12T13:29:36.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:35 smithi161 ceph-mon[68575]: pgmap v290: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:36.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:35 smithi112 ceph-mon[93103]: pgmap v290: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:36.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 60 sec 2024-02-12T13:29:37.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 61 sec 2024-02-12T13:29:38.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:37 smithi161 ceph-mon[68575]: pgmap v291: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:38.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:37 smithi112 ceph-mon[93103]: pgmap v291: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:38.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 62 sec 2024-02-12T13:29:39.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 63 sec 2024-02-12T13:29:40.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:39 smithi161 ceph-mon[68575]: pgmap v292: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:40.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:39 smithi112 ceph-mon[93103]: pgmap v292: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:40.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 64 sec 2024-02-12T13:29:41.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 65 sec 2024-02-12T13:29:42.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:41 smithi161 ceph-mon[68575]: pgmap v293: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:42.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:41 smithi112 ceph-mon[93103]: pgmap v293: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:42.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 66 sec 2024-02-12T13:29:43.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 67 sec 2024-02-12T13:29:44.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:43 smithi161 ceph-mon[68575]: pgmap v294: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:44.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:43 smithi112 ceph-mon[93103]: pgmap v294: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:44.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 68 sec 2024-02-12T13:29:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:45.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:29:45.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 69 sec 2024-02-12T13:29:46.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:45 smithi161 ceph-mon[68575]: pgmap v295: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:46.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:45 smithi112 ceph-mon[93103]: pgmap v295: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:46.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 70 sec 2024-02-12T13:29:47.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 71 sec 2024-02-12T13:29:48.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:47 smithi161 ceph-mon[68575]: pgmap v296: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:48.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:47 smithi112 ceph-mon[93103]: pgmap v296: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:48.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 72 sec 2024-02-12T13:29:49.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 73 sec 2024-02-12T13:29:50.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:49 smithi161 ceph-mon[68575]: pgmap v297: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:50.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:49 smithi112 ceph-mon[93103]: pgmap v297: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:50.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 74 sec 2024-02-12T13:29:51.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 75 sec 2024-02-12T13:29:52.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:51 smithi161 ceph-mon[68575]: pgmap v298: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:52.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:51 smithi112 ceph-mon[93103]: pgmap v298: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:52.139 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 76 sec 2024-02-12T13:29:53.140 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 77 sec 2024-02-12T13:29:54.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:53 smithi161 ceph-mon[68575]: pgmap v299: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:54.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:53 smithi112 ceph-mon[93103]: pgmap v299: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:29:54.140 INFO:teuthology.orchestra.run.smithi112.stdout: 1 cleanup 78 sec 2024-02-12T13:29:55.124 INFO:teuthology.orchestra.run.smithi112.stdout: 0 cleanup 79 sec 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Operation Count AvgLat MaxLat 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: ---------------------------------------- 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: NTCreateX 703 16.276 172.676 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Close 656 6.201 56.948 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Rename 42 17.093 81.681 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Unlink 67 6.037 63.444 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Qpathinfo 369 3.391 64.333 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Qfileinfo 325 10.871 33.195 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Qfsinfo 141 2.482 23.954 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Sfileinfo 141 11.182 47.142 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: Find 179 3.687 101.961 2024-02-12T13:29:55.125 INFO:teuthology.orchestra.run.smithi112.stdout: WriteX 1613 0.023 0.087 2024-02-12T13:29:55.126 INFO:teuthology.orchestra.run.smithi112.stdout: ReadX 612 0.033 6.056 2024-02-12T13:29:55.126 INFO:teuthology.orchestra.run.smithi112.stdout: Flush 120 9.758 20.951 2024-02-12T13:29:55.126 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:29:55.126 INFO:teuthology.orchestra.run.smithi112.stdout:Throughput 17.2224 MB/sec 5 clients 5 procs max_latency=172.683 ms 2024-02-12T13:29:55.126 DEBUG:teuthology.parallel:result is None 2024-02-12T13:29:56.016 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:55 smithi112 ceph-mon[93103]: pgmap v300: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:56.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:55 smithi161 ceph-mon[68575]: pgmap v300: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:29:56.808 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:56 smithi112 ceph-mon[93103]: Upgrade: Updating node-exporter.smithi112 (1/2) 2024-02-12T13:29:56.808 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:56 smithi112 ceph-mon[93103]: Deploying daemon node-exporter.smithi112 on smithi112 2024-02-12T13:29:57.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:56 smithi161 ceph-mon[68575]: Upgrade: Updating node-exporter.smithi112 (1/2) 2024-02-12T13:29:57.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:56 smithi161 ceph-mon[68575]: Deploying daemon node-exporter.smithi112 on smithi112 2024-02-12T13:29:58.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:57 smithi161 ceph-mon[68575]: pgmap v301: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-12T13:29:58.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:57 smithi112 ceph-mon[93103]: pgmap v301: 129 pgs: 129 active+clean; 219 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-12T13:30:00.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:59 smithi112 ceph-mon[93103]: pgmap v302: 129 pgs: 129 active+clean; 218 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-12T13:30:00.054 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:29:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:59 smithi161 ceph-mon[68575]: pgmap v302: 129 pgs: 129 active+clean; 218 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-12T13:30:00.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:29:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:00.718 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:30:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:00 smithi161 ceph-mon[68575]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:30:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:00 smithi112 ceph-mon[93103]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (17m) 87s ago 31m 18.1M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (7m) 87s ago 31m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (7m) 88s ago 30m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (15m) 87s ago 30m 36.6M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (2m) 87s ago 25m 26.5M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (111s) 88s ago 25m 14.7M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:30:01.358 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (9m) 87s ago 32m 504M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (8m) 88s ago 29m 449M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (8m) 87s ago 32m 77.6M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (7m) 88s ago 29m 56.8M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (98s) 87s ago 20m 70.4M - 5.7 f5f86019f4d0 897289e05fc8 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (93s) 88s ago 19m 17.8M - 5.7 f5f86019f4d0 0482ff93e564 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 starting - - - - 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (9m) 88s ago 29m 8816k - 0.18.1 e5a616e4b9cf 690943f03d39 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (6m) 87s ago 29m 182M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (6m) 87s ago 28m 169M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (5m) 87s ago 28m 133M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (4m) 87s ago 27m 173M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (4m) 88s ago 27m 188M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:30:01.359 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (3m) 88s ago 27m 181M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:30:01.360 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (3m) 88s ago 27m 164M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:30:01.360 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (2m) 88s ago 26m 205M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:30:01.360 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 error 87s ago 30m - - 2024-02-12T13:30:01.741 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:30:01.741 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:30:01.741 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:30:01.741 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:01.741 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:30:01.741 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:30:01.742 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:30:02.046 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:01 smithi161 ceph-mon[68575]: pgmap v303: 129 pgs: 129 active+clean; 214 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.9 KiB/s wr, 1 op/s 2024-02-12T13:30:02.046 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:01 smithi161 ceph-mon[68575]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:02.046 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:01 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:02.046 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:01 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:02.046 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:01 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/82043237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "nfs", 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "crash", 2024-02-12T13:30:02.063 INFO:teuthology.orchestra.run.smithi112.stdout: "osd", 2024-02-12T13:30:02.064 INFO:teuthology.orchestra.run.smithi112.stdout: "mds" 2024-02-12T13:30:02.064 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:30:02.064 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:30:02.064 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-12T13:30:02.064 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:30:02.064 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:30:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:01 smithi112 ceph-mon[93103]: pgmap v303: 129 pgs: 129 active+clean; 214 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.9 KiB/s wr, 1 op/s 2024-02-12T13:30:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:01 smithi112 ceph-mon[93103]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:01 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:01 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:02.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:01 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/82043237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:02.449 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-02-12T13:30:02.449 INFO:teuthology.orchestra.run.smithi112.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-02-12T13:30:02.449 INFO:teuthology.orchestra.run.smithi112.stdout: daemon prometheus.smithi112 on smithi112 is in error state 2024-02-12T13:30:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:02 smithi161 ceph-mon[68575]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:02 smithi161 ceph-mon[68575]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:02 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3130144863' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:30:03.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:02 smithi112 ceph-mon[93103]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:03.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:02 smithi112 ceph-mon[93103]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:03.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:02 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3130144863' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:30:04.072 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:03 smithi161 ceph-mon[68575]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:04.072 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:03 smithi161 ceph-mon[68575]: pgmap v304: 129 pgs: 129 active+clean; 214 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-02-12T13:30:04.072 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:03 smithi161 ceph-mon[68575]: Upgrade: Updating node-exporter.smithi161 (2/2) 2024-02-12T13:30:04.072 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:03 smithi161 ceph-mon[68575]: Deploying daemon node-exporter.smithi161 on smithi161 2024-02-12T13:30:04.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:03 smithi112 ceph-mon[93103]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:04.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:03 smithi112 ceph-mon[93103]: pgmap v304: 129 pgs: 129 active+clean; 214 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-02-12T13:30:04.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:03 smithi112 ceph-mon[93103]: Upgrade: Updating node-exporter.smithi161 (2/2) 2024-02-12T13:30:04.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:03 smithi112 ceph-mon[93103]: Deploying daemon node-exporter.smithi161 on smithi161 2024-02-12T13:30:06.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:05 smithi161 ceph-mon[68575]: pgmap v305: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-02-12T13:30:06.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:05 smithi112 ceph-mon[93103]: pgmap v305: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-02-12T13:30:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:07 smithi161 ceph-mon[68575]: pgmap v306: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 6.2 KiB/s wr, 3 op/s 2024-02-12T13:30:08.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:08.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:08.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:07 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:08.349 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:07 smithi112 ceph-mon[93103]: pgmap v306: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 6.2 KiB/s wr, 3 op/s 2024-02-12T13:30:08.349 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:08.349 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:08.349 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:07 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:09 smithi161 ceph-mon[68575]: pgmap v307: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-02-12T13:30:10.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:10.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:09 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:10.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:09 smithi112 ceph-mon[93103]: pgmap v307: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-02-12T13:30:10.358 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:10.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:09 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.808 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:11 smithi161 ceph-mon[68575]: pgmap v308: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-02-12T13:30:11.808 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.808 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.808 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.808 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:11 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:11 smithi112 ceph-mon[93103]: pgmap v308: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-02-12T13:30:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:11.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:11 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:13 smithi161 ceph-mon[68575]: pgmap v309: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 3.2 KiB/s wr, 1 op/s 2024-02-12T13:30:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:13.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:13 smithi112 ceph-mon[93103]: pgmap v309: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 3.2 KiB/s wr, 1 op/s 2024-02-12T13:30:14.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:14.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:14.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:14.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:14.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:14.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:15.268 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:15 smithi112 ceph-mon[93103]: pgmap v310: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2024-02-12T13:30:15.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:15 smithi161 ceph-mon[68575]: pgmap v310: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2024-02-12T13:30:16.941 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:16.941 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: pgmap v311: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 181 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: pgmap v312: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.942 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:16.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:16 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: pgmap v311: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 181 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: pgmap v312: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.088 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:17.089 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:16 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:19.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:18 smithi161 ceph-mon[68575]: Upgrade: Updating prometheus.smithi112 2024-02-12T13:30:19.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:18 smithi161 ceph-mon[68575]: Deploying daemon prometheus.smithi112 on smithi112 2024-02-12T13:30:19.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:18 smithi161 ceph-mon[68575]: pgmap v313: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:19.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:18 smithi112 ceph-mon[93103]: Upgrade: Updating prometheus.smithi112 2024-02-12T13:30:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:18 smithi112 ceph-mon[93103]: Deploying daemon prometheus.smithi112 on smithi112 2024-02-12T13:30:19.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:18 smithi112 ceph-mon[93103]: pgmap v313: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:21.020 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:20 smithi112 ceph-mon[93103]: pgmap v314: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:21.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:20 smithi161 ceph-mon[68575]: pgmap v314: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:23.019 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:22 smithi112 ceph-mon[93103]: pgmap v315: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:23.019 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:23.020 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:23.020 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:22 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:23.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:22 smithi161 ceph-mon[68575]: pgmap v315: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:23.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:23.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:23.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:22 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:24 smithi161 ceph-mon[68575]: pgmap v316: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:25.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:24 smithi112 ceph-mon[93103]: pgmap v316: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-12T13:30:26.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:26 smithi161 ceph-mon[68575]: pgmap v317: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-12T13:30:26.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:26 smithi112 ceph-mon[93103]: pgmap v317: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-12T13:30:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:27 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:28.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:27 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:29.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:28 smithi161 ceph-mon[68575]: pgmap v318: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:29.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:28 smithi112 ceph-mon[93103]: pgmap v318: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:29.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:30 smithi161 ceph-mon[68575]: pgmap v319: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:31.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:30 smithi112 ceph-mon[93103]: pgmap v319: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: pgmap v320: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.768 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.769 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.770 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:32 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.803 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: pgmap v320: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:30:32.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:32.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:32 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:33.471 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:30:33.471 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (18m) 6s ago 31m 18.1M - 0.20.0 0881eb8f169f 15607b11dccd 2024-02-12T13:30:33.471 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (7m) 6s ago 31m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:30:33.471 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (7m) 23s ago 30m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:30:33.471 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (15m) 6s ago 31m 36.8M - 6.7.4 557c83e11646 4cd457354339 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (2m) 6s ago 25m 39.6M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (2m) 23s ago 25m 15.2M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (9m) 6s ago 33m 508M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (8m) 23s ago 30m 450M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (8m) 6s ago 33m 89.9M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (8m) 23s ago 30m 56.7M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (2m) 6s ago 20m 202M - 5.7 f5f86019f4d0 897289e05fc8 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (2m) 23s ago 20m 70.0M - 5.7 f5f86019f4d0 0482ff93e564 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (33s) 6s ago 31m 3569k - 1.5.0 0da6a335fe13 8cd7c257e5f6 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (27s) 23s ago 30m 3343k - 1.5.0 0da6a335fe13 3a0f7d8c1158 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (7m) 6s ago 29m 202M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (6m) 6s ago 29m 184M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (5m) 6s ago 28m 150M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:30:33.472 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (5m) 6s ago 28m 199M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:30:33.473 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (4m) 23s ago 28m 200M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:30:33.473 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (4m) 23s ago 27m 187M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:30:33.473 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (3m) 23s ago 27m 171M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:30:33.473 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (3m) 23s ago 27m 221M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:30:33.473 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (12s) 6s ago 30m 40.1M - 2.43.0 a07b618ecd1d 500763d55c4f 2024-02-12T13:30:33.751 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:33 smithi112 ceph-mon[93103]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:30:33.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:33 smithi112 ceph-mon[93103]: Cluster is now healthy 2024-02-12T13:30:33.752 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:33 smithi112 ceph-mon[93103]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:33 smithi161 ceph-mon[68575]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-12T13:30:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:33 smithi161 ceph-mon[68575]: Cluster is now healthy 2024-02-12T13:30:33.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:33 smithi161 ceph-mon[68575]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:33.871 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:30:33.872 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:30:33.873 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": true, 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [ 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "mon", 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr", 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "nfs", 2024-02-12T13:30:34.202 INFO:teuthology.orchestra.run.smithi112.stdout: "crash", 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout: "osd", 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout: "mds" 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "Currently upgrading alertmanager daemons", 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:30:34.203 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:30:34.595 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:30:34.791 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:34 smithi112 ceph-mon[93103]: Upgrade: Updating alertmanager.smithi112 2024-02-12T13:30:34.791 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:34 smithi112 ceph-mon[93103]: from='client.34582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:34.791 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:34 smithi112 ceph-mon[93103]: Deploying daemon alertmanager.smithi112 on smithi112 2024-02-12T13:30:34.791 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:34 smithi112 ceph-mon[93103]: pgmap v321: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-12T13:30:34.791 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:34 smithi112 ceph-mon[93103]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:34.792 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:34 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3257260678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:34 smithi161 ceph-mon[68575]: Upgrade: Updating alertmanager.smithi112 2024-02-12T13:30:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:34 smithi161 ceph-mon[68575]: from='client.34582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:34 smithi161 ceph-mon[68575]: Deploying daemon alertmanager.smithi112 on smithi112 2024-02-12T13:30:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:34 smithi161 ceph-mon[68575]: pgmap v321: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-12T13:30:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:34 smithi161 ceph-mon[68575]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:34.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:34 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3257260678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:35.742 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:35 smithi112 ceph-mon[93103]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:35.743 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:35 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/755113549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:30:35.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:35 smithi161 ceph-mon[68575]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:30:35.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:35 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/755113549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:30:36.799 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:36 smithi112 ceph-mon[93103]: pgmap v322: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:36.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:36 smithi161 ceph-mon[68575]: pgmap v322: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:38.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:38 smithi112 ceph-mon[93103]: pgmap v323: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:38.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:38 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:38.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:38 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:38.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:38 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:38.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:38 smithi161 ceph-mon[68575]: pgmap v323: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:38.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:38 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:38.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:38 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:38.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:38 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:40.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:40 smithi112 ceph-mon[93103]: pgmap v324: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:40.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:40 smithi161 ceph-mon[68575]: pgmap v324: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:42.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:42 smithi161 ceph-mon[68575]: pgmap v325: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:42.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:42 smithi112 ceph-mon[93103]: pgmap v325: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-12T13:30:44.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: pgmap v326: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:30:44.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:44.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: pgmap v326: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:44.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:46.668 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:46 smithi112 ceph-mon[93103]: pgmap v327: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:47.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:46 smithi161 ceph-mon[68575]: pgmap v327: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: pgmap v328: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.272 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.273 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.274 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:48 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: pgmap v328: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:49.338 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:48 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:30:50.278 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:49 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:30:50.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:49 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:30:50.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:50 smithi112 ceph-mon[93103]: pgmap v329: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:50.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:50 smithi112 ceph-mon[93103]: Upgrade: Updating grafana.smithi112 2024-02-12T13:30:50.951 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:50 smithi112 ceph-mon[93103]: Deploying daemon grafana.smithi112 on smithi112 2024-02-12T13:30:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:50 smithi161 ceph-mon[68575]: pgmap v329: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:50 smithi161 ceph-mon[68575]: Upgrade: Updating grafana.smithi112 2024-02-12T13:30:51.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:50 smithi161 ceph-mon[68575]: Deploying daemon grafana.smithi112 on smithi112 2024-02-12T13:30:53.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:52 smithi112 ceph-mon[93103]: pgmap v330: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:53.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:52 smithi161 ceph-mon[68575]: pgmap v330: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:54 smithi161 ceph-mon[68575]: pgmap v331: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:30:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:55.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:54 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:55.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:54 smithi112 ceph-mon[93103]: pgmap v331: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:30:55.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:55.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:30:55.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:54 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:30:57.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:56 smithi161 ceph-mon[68575]: pgmap v332: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:57.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:56 smithi112 ceph-mon[93103]: pgmap v332: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:59.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:58 smithi161 ceph-mon[68575]: pgmap v333: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:59.340 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:30:58 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:30:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:58 smithi112 ceph-mon[93103]: pgmap v333: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:30:59.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:30:58 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:00.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:00 smithi112 ceph-mon[93103]: pgmap v334: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:00.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.834 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:00 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:00 smithi161 ceph-mon[68575]: pgmap v334: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:00.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:00.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:00 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:02.666 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:02 smithi112 ceph-mon[93103]: pgmap v335: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:02.836 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:02 smithi161 ceph-mon[68575]: pgmap v335: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:04.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: pgmap v336: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:04.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.838 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: Upgrade: Finalizing container_image settings 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-12T13:31:04.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-02-12T13:31:04.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.842 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: Upgrade: Complete! 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.843 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: pgmap v336: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:04.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.861 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: Upgrade: Finalizing container_image settings 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-12T13:31:04.862 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-12T13:31:04.863 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: Upgrade: Complete! 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-12T13:31:04.864 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:31:04.865 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:31:04.866 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:31:04.866 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:04.866 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:31:05.571 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph orch ps' 2024-02-12T13:31:05.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:05 smithi112 ceph-mon[93103]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:31:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:05 smithi161 ceph-mon[68575]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:31:06.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:06 smithi112 ceph-mon[93103]: pgmap v337: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:07.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:06 smithi161 ceph-mon[68575]: pgmap v337: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:07.544 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:31:07.544 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (29s) 8s ago 32m 17.6M - 0.25.0 c8568f914cd2 e4b714f6b961 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (8m) 8s ago 32m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (8m) 57s ago 31m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (13s) 8s ago 31m 33.9M - 9.4.7 954c08fa6188 15ddc590306c 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (3m) 8s ago 26m 39.6M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (2m) 57s ago 26m 15.2M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (10m) 8s ago 33m 512M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (9m) 57s ago 31m 450M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (9m) 8s ago 33m 91.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (8m) 57s ago 30m 56.7M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (2m) 8s ago 21m 202M - 5.7 f5f86019f4d0 897289e05fc8 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (2m) 57s ago 21m 70.0M - 5.7 f5f86019f4d0 0482ff93e564 2024-02-12T13:31:07.545 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (67s) 8s ago 31m 8640k - 1.5.0 0da6a335fe13 8cd7c257e5f6 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (61s) 57s ago 30m 3343k - 1.5.0 0da6a335fe13 3a0f7d8c1158 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (7m) 8s ago 30m 202M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (7m) 8s ago 29m 185M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (6m) 8s ago 29m 151M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (5m) 8s ago 29m 199M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (5m) 57s ago 28m 200M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (4m) 57s ago 28m 187M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (4m) 57s ago 28m 171M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (3m) 57s ago 27m 221M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:31:07.546 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (46s) 8s ago 31m 44.9M - 2.43.0 a07b618ecd1d 500763d55c4f 2024-02-12T13:31:08.243 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph versions' 2024-02-12T13:31:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:08 smithi112 ceph-mon[93103]: pgmap v338: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:08.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:08 smithi112 ceph-mon[93103]: from='client.34606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:31:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:08 smithi161 ceph-mon[68575]: pgmap v338: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:09.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:08 smithi161 ceph-mon[68575]: from='client.34606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:31:10.398 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:31:10.399 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:31:10.675 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:10 smithi112 ceph-mon[93103]: pgmap v339: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:10.675 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:10 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3680715339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:10.981 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-12T13:31:11.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:10 smithi161 ceph-mon[68575]: pgmap v339: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:11.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:10 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3680715339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:31:12.818 INFO:teuthology.orchestra.run.smithi112.stdout:wait for servicemap items w/ changing names to refresh 2024-02-12T13:31:12.858 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:12 smithi112 ceph-mon[93103]: pgmap v340: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:13.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:12 smithi161 ceph-mon[68575]: pgmap v340: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:13.406 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'sleep 60' 2024-02-12T13:31:14.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:14 smithi112 ceph-mon[93103]: pgmap v341: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:14.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:14 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:14 smithi161 ceph-mon[68575]: pgmap v341: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:15.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:14 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:16.860 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:16 smithi112 ceph-mon[93103]: pgmap v342: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:17.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:16 smithi161 ceph-mon[68575]: pgmap v342: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:19.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:18 smithi161 ceph-mon[68575]: pgmap v343: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:19.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:18 smithi112 ceph-mon[93103]: pgmap v343: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:21.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:20 smithi161 ceph-mon[68575]: pgmap v344: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:20 smithi112 ceph-mon[93103]: pgmap v344: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:23.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:22 smithi161 ceph-mon[68575]: pgmap v345: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:23.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:22 smithi112 ceph-mon[93103]: pgmap v345: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:25.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:24 smithi161 ceph-mon[68575]: pgmap v346: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:25.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:24 smithi112 ceph-mon[93103]: pgmap v346: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:26.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:26 smithi112 ceph-mon[93103]: pgmap v347: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:27.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:26 smithi161 ceph-mon[68575]: pgmap v347: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:29.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:28 smithi161 ceph-mon[68575]: pgmap v348: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:29.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:28 smithi112 ceph-mon[93103]: pgmap v348: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:30.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:29 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:30.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:29 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:31.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:30 smithi161 ceph-mon[68575]: pgmap v349: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:31.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:30 smithi112 ceph-mon[93103]: pgmap v349: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:33.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:32 smithi161 ceph-mon[68575]: pgmap v350: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:33.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:32 smithi112 ceph-mon[93103]: pgmap v350: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:35.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:34 smithi161 ceph-mon[68575]: pgmap v351: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:35.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:34 smithi112 ceph-mon[93103]: pgmap v351: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:36.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:36 smithi112 ceph-mon[93103]: pgmap v352: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:37.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:36 smithi161 ceph-mon[68575]: pgmap v352: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:39.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:38 smithi161 ceph-mon[68575]: pgmap v353: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:39.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:38 smithi112 ceph-mon[93103]: pgmap v353: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:41.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:40 smithi161 ceph-mon[68575]: pgmap v354: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:41.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:40 smithi112 ceph-mon[93103]: pgmap v354: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:43.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:42 smithi161 ceph-mon[68575]: pgmap v355: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:43.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:42 smithi112 ceph-mon[93103]: pgmap v355: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:45.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:44 smithi161 ceph-mon[68575]: pgmap v356: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:45.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:44 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:44 smithi112 ceph-mon[93103]: pgmap v356: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:44 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:31:46.859 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:46 smithi112 ceph-mon[93103]: pgmap v357: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:47.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:46 smithi161 ceph-mon[68575]: pgmap v357: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:49.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:48 smithi161 ceph-mon[68575]: pgmap v358: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:49.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:48 smithi112 ceph-mon[93103]: pgmap v358: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:51.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:50 smithi161 ceph-mon[68575]: pgmap v359: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:51.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:50 smithi112 ceph-mon[93103]: pgmap v359: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:53.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:52 smithi161 ceph-mon[68575]: pgmap v360: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:53.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:52 smithi112 ceph-mon[93103]: pgmap v360: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:55.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:54 smithi161 ceph-mon[68575]: pgmap v361: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:55.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:54 smithi112 ceph-mon[93103]: pgmap v361: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:31:57.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:56 smithi161 ceph-mon[68575]: pgmap v362: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:57.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:56 smithi112 ceph-mon[93103]: pgmap v362: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:59.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:58 smithi161 ceph-mon[68575]: pgmap v363: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:31:59.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:58 smithi112 ceph-mon[93103]: pgmap v363: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:00.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:31:59 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:00.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:31:59 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:01.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:00 smithi161 ceph-mon[68575]: pgmap v364: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:01.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:00 smithi112 ceph-mon[93103]: pgmap v364: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:03.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:02 smithi161 ceph-mon[68575]: pgmap v365: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:03.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:02 smithi112 ceph-mon[93103]: pgmap v365: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:05.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:04 smithi161 ceph-mon[68575]: pgmap v366: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:05.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:04 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:32:05.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:04 smithi112 ceph-mon[93103]: pgmap v366: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:05.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:04 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:32:06.086 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:32:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:32:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:32:06.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:05 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:32:06.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:32:06.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:32:06.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:32:06.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:05 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' 2024-02-12T13:32:07.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:06 smithi112 ceph-mon[93103]: pgmap v367: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:07.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:06 smithi161 ceph-mon[68575]: pgmap v367: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:09.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:08 smithi112 ceph-mon[93103]: pgmap v368: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:09.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:08 smithi161 ceph-mon[68575]: pgmap v368: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:11.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:10 smithi112 ceph-mon[93103]: pgmap v369: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:11.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:10 smithi161 ceph-mon[68575]: pgmap v369: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:13.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:12 smithi112 ceph-mon[93103]: pgmap v370: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:13.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:12 smithi161 ceph-mon[68575]: pgmap v370: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:14.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:13 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:14.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:13 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:15.128 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:14 smithi112 ceph-mon[93103]: pgmap v371: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:15.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:14 smithi161 ceph-mon[68575]: pgmap v371: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:15.751 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph orch ps' 2024-02-12T13:32:17.108 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:16 smithi112 ceph-mon[93103]: pgmap v372: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:17.336 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:16 smithi161 ceph-mon[68575]: pgmap v372: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:17.852 INFO:teuthology.orchestra.run.smithi112.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:32:17.852 INFO:teuthology.orchestra.run.smithi112.stdout:alertmanager.smithi112 smithi112 *:9093,9094 running (100s) 78s ago 33m 17.6M - 0.25.0 c8568f914cd2 e4b714f6b961 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi112 smithi112 running (9m) 78s ago 33m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 33159e04df29 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:crash.smithi161 smithi161 running (9m) 2m ago 32m 6651k - 18.2.1-528-g0947019c f5f86019f4d0 305c81b8afcf 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:grafana.smithi112 smithi112 *:3000 running (84s) 78s ago 33m 33.9M - 9.4.7 954c08fa6188 15ddc590306c 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi112.leplsh smithi112 running (4m) 78s ago 27m 39.6M - 18.2.1-528-g0947019c f5f86019f4d0 4dbe3552219b 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:mds.foofs.smithi161.sogcfq smithi161 running (4m) 2m ago 27m 15.2M - 18.2.1-528-g0947019c f5f86019f4d0 01875903390c 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi112.yacrbz smithi112 *:8443,9283,8765 running (11m) 78s ago 34m 512M - 18.2.1-528-g0947019c f5f86019f4d0 29be32243982 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:mgr.smithi161.ipspmc smithi161 *:8443,9283,8765 running (10m) 2m ago 32m 450M - 18.2.1-528-g0947019c f5f86019f4d0 79cac6ee054b 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi112 smithi112 running (10m) 78s ago 35m 91.0M 2048M 18.2.1-528-g0947019c f5f86019f4d0 e5d4a9d2aec3 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:mon.smithi161 smithi161 running (10m) 2m ago 32m 56.7M 2048M 18.2.1-528-g0947019c f5f86019f4d0 be23d920f83b 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.0.1.smithi112.jqaizg smithi112 *:2049 running (3m) 78s ago 22m 202M - 5.7 f5f86019f4d0 897289e05fc8 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:nfs.foo.1.1.smithi161.nssyds smithi161 *:2049 running (3m) 2m ago 22m 70.0M - 5.7 f5f86019f4d0 0482ff93e564 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi112 smithi112 *:9100 running (2m) 78s ago 32m 8640k - 1.5.0 0da6a335fe13 8cd7c257e5f6 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:node-exporter.smithi161 smithi161 *:9100 running (2m) 2m ago 31m 3343k - 1.5.0 0da6a335fe13 3a0f7d8c1158 2024-02-12T13:32:17.853 INFO:teuthology.orchestra.run.smithi112.stdout:osd.0 smithi112 running (8m) 78s ago 31m 202M 1944M 18.2.1-528-g0947019c f5f86019f4d0 23772c4446cd 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.1 smithi112 running (8m) 78s ago 31m 185M 1944M 18.2.1-528-g0947019c f5f86019f4d0 ad1d72ed8e5b 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.2 smithi112 running (7m) 78s ago 30m 151M 1944M 18.2.1-528-g0947019c f5f86019f4d0 d558753d8a78 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.3 smithi112 running (7m) 78s ago 30m 199M 1944M 18.2.1-528-g0947019c f5f86019f4d0 9e2693b3e308 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.4 smithi161 running (6m) 2m ago 29m 200M 2712M 18.2.1-528-g0947019c f5f86019f4d0 96f05c8b5e4b 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.5 smithi161 running (5m) 2m ago 29m 187M 2712M 18.2.1-528-g0947019c f5f86019f4d0 121663a95f54 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.6 smithi161 running (5m) 2m ago 29m 171M 2712M 18.2.1-528-g0947019c f5f86019f4d0 b2822bbf336f 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:osd.7 smithi161 running (4m) 2m ago 28m 221M 2712M 18.2.1-528-g0947019c f5f86019f4d0 1fb1f79b1960 2024-02-12T13:32:17.854 INFO:teuthology.orchestra.run.smithi112.stdout:prometheus.smithi112 smithi112 *:9095 running (116s) 78s ago 32m 44.9M - 2.43.0 a07b618ecd1d 500763d55c4f 2024-02-12T13:32:18.580 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph orch upgrade status' 2024-02-12T13:32:19.255 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:18 smithi112 ceph-mon[93103]: pgmap v373: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:19.255 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:18 smithi112 ceph-mon[93103]: from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:18 smithi161 ceph-mon[68575]: pgmap v373: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:19.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:18 smithi161 ceph-mon[68575]: from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:20.627 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:32:20.627 INFO:teuthology.orchestra.run.smithi112.stdout: "target_image": null, 2024-02-12T13:32:20.627 INFO:teuthology.orchestra.run.smithi112.stdout: "in_progress": false, 2024-02-12T13:32:20.627 INFO:teuthology.orchestra.run.smithi112.stdout: "which": "", 2024-02-12T13:32:20.627 INFO:teuthology.orchestra.run.smithi112.stdout: "services_complete": [], 2024-02-12T13:32:20.627 INFO:teuthology.orchestra.run.smithi112.stdout: "progress": null, 2024-02-12T13:32:20.628 INFO:teuthology.orchestra.run.smithi112.stdout: "message": "", 2024-02-12T13:32:20.628 INFO:teuthology.orchestra.run.smithi112.stdout: "is_paused": false 2024-02-12T13:32:20.628 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:32:21.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:20 smithi112 ceph-mon[93103]: pgmap v374: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:21.215 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph health detail' 2024-02-12T13:32:21.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:20 smithi161 ceph-mon[68575]: pgmap v374: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:21.906 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:21 smithi112 ceph-mon[93103]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:22.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:21 smithi161 ceph-mon[68575]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:23.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:22 smithi112 ceph-mon[93103]: pgmap v375: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:23.292 INFO:teuthology.orchestra.run.smithi112.stdout:HEALTH_OK 2024-02-12T13:32:23.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:22 smithi161 ceph-mon[68575]: pgmap v375: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:23.943 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:23 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/4132348479' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:32:23.962 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph versions' 2024-02-12T13:32:24.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:23 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/4132348479' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-02-12T13:32:25.258 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:24 smithi112 ceph-mon[93103]: pgmap v376: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:25.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:24 smithi161 ceph-mon[68575]: pgmap v376: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:26.014 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-02-12T13:32:26.014 INFO:teuthology.orchestra.run.smithi112.stdout: "mon": { 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "mgr": { 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "osd": { 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 8 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "mds": { 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 2 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "overall": { 2024-02-12T13:32:26.015 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)": 14 2024-02-12T13:32:26.016 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:32:26.016 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-02-12T13:32:26.651 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-12T13:32:27.292 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:26 smithi112 ceph-mon[93103]: pgmap v377: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:27.293 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:26 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/2172052713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:32:27.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:26 smithi161 ceph-mon[68575]: pgmap v377: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:27.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:26 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/2172052713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:32:28.762 INFO:teuthology.orchestra.run.smithi112.stdout:true 2024-02-12T13:32:29.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:28 smithi112 ceph-mon[93103]: pgmap v378: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:29.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:28 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/458834828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:32:29.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:28 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:28 smithi161 ceph-mon[68575]: pgmap v378: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:28 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/458834828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:32:29.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:28 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:29.509 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -e sha1=0947019c19822d09e3d8fa3030d96e020a4a7c44 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-12T13:32:31.070 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:30 smithi112 ceph-mon[93103]: pgmap v379: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:31.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:30 smithi161 ceph-mon[68575]: pgmap v379: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:31.573 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph version 18.2.1-528-g0947019c (0947019c19822d09e3d8fa3030d96e020a4a7c44) reef (stable)" 2024-02-12T13:32:32.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:31 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/140925290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:32:32.182 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-12T13:32:32.183 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-12T13:32:32.183 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T13:32:32.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:31 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/140925290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:32:33.205 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:32 smithi112 ceph-mon[93103]: pgmap v380: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:33.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:32 smithi161 ceph-mon[68575]: pgmap v380: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:34.236 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-02-12T13:32:34.237 INFO:teuthology.orchestra.run.smithi112.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T12:58:08.020188Z", "last_refresh": "2024-02-12T13:30:59.501843Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T12:57:53.929509Z", "last_refresh": "2024-02-12T13:30:09.808430Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-12T12:58:04.193365Z", "last_refresh": "2024-02-12T13:30:59.501959Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-12T13:04:50.516206Z", "last_refresh": "2024-02-12T13:30:09.808908Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T12:57:51.730463Z", "last_refresh": "2024-02-12T13:30:09.808509Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi112:172.21.15.112=smithi112", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T12:58:47.942797Z", "last_refresh": "2024-02-12T13:30:09.808570Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T13:22:08.331341Z 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:09:52.554421Z", "last_refresh": "2024-02-12T13:30:09.808965Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T12:58:06.513156Z", "last_refresh": "2024-02-12T13:30:09.808629Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f5f86019f4d0deb66c4c5b45241de6e6a08d95c40da0be4274d6b218afe5531b", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:cc6a5b947bf00cdfc15f43ec28ffabddb38ab4608960cd9a8ab968e36d07f2cd", "last_refresh": "2024-02-12T13:30:09.808686Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T12:58:02.096359Z", "last_refresh": "2024-02-12T13:30:59.502086Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-12T13:32:34.888 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-12T13:32:34.889 DEBUG:teuthology.parallel:result is None 2024-02-12T13:32:34.889 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T13:32:34.898 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:32:34.899 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-12T13:32:34.929 INFO:teuthology.orchestra.run.smithi112.stderr:+ umount /mnt/foo 2024-02-12T13:32:34.964 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:32:34.973 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:32:34.973 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-12T13:32:35.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:34 smithi161 ceph-mon[68575]: pgmap v381: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:35.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:34 smithi112 ceph-mon[93103]: pgmap v381: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:36.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:35 smithi112 ceph-mon[93103]: from='client.34638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:32:36.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:35 smithi161 ceph-mon[68575]: from='client.34638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:32:37.166 INFO:teuthology.orchestra.run.smithi112.stdout: "foo" 2024-02-12T13:32:37.179 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:36 smithi112 ceph-mon[93103]: pgmap v382: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:37.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:36 smithi161 ceph-mon[68575]: pgmap v382: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:37.835 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-12T13:32:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:38 smithi161 ceph-mon[68575]: from='client.34642 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:39.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:38 smithi161 ceph-mon[68575]: pgmap v383: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:38 smithi112 ceph-mon[93103]: from='client.34642 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:39.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:38 smithi112 ceph-mon[93103]: pgmap v383: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout:[ 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout: { 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout: "access_type": "RW", 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout: "clients": [], 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout: "cluster_id": "foo", 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout: "export_id": 1, 2024-02-12T13:32:40.161 INFO:teuthology.orchestra.run.smithi112.stdout: "fsal": { 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "fs_name": "foofs", 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "name": "CEPH", 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "user_id": "nfs.foo.1" 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: }, 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "path": "/", 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "protocols": [ 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: 4 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: ], 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "pseudo": "/fake", 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "security_label": true, 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "squash": "no_root_squash", 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "transports": [ 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: "TCP" 2024-02-12T13:32:40.162 INFO:teuthology.orchestra.run.smithi112.stdout: ] 2024-02-12T13:32:40.163 INFO:teuthology.orchestra.run.smithi112.stdout: } 2024-02-12T13:32:40.163 INFO:teuthology.orchestra.run.smithi112.stdout:] 2024-02-12T13:32:40.849 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-12T13:32:41.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:40 smithi112 ceph-mon[93103]: pgmap v384: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:41.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:40 smithi161 ceph-mon[68575]: pgmap v384: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:42.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:41 smithi112 ceph-mon[93103]: from='client.34646 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:42.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:41 smithi112 ceph-mon[93103]: mgrmap e43: smithi112.yacrbz(active, since 10m), standbys: smithi161.ipspmc 2024-02-12T13:32:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:41 smithi161 ceph-mon[68575]: from='client.34646 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:32:42.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:41 smithi161 ceph-mon[68575]: mgrmap e43: smithi112.yacrbz(active, since 10m), standbys: smithi161.ipspmc 2024-02-12T13:32:42.652 INFO:teuthology.orchestra.run.smithi112.stdout:foo grace 2024-02-12T13:32:42.652 INFO:teuthology.orchestra.run.smithi112.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-12T13:32:42.652 INFO:teuthology.orchestra.run.smithi112.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-12T13:32:42.652 INFO:teuthology.orchestra.run.smithi112.stdout:foo conf-nfs.foo 2024-02-12T13:32:42.652 INFO:teuthology.orchestra.run.smithi112.stdout:foo export-1 2024-02-12T13:32:43.286 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:42 smithi112 ceph-mon[93103]: pgmap v385: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:43.306 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-02-12T13:32:43.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:42 smithi161 ceph-mon[68575]: pgmap v385: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:32:44.005 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:43 smithi112 ceph-mon[93103]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:44.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:43 smithi161 ceph-mon[68575]: from='mgr.34104 172.21.15.112:0/3345578582' entity='mgr.smithi112.yacrbz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:32:45.109 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:44 smithi112 ceph-mon[93103]: pgmap v386: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:45.295 INFO:teuthology.orchestra.run.smithi112.stdout:6 2024-02-12T13:32:45.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:44 smithi161 ceph-mon[68575]: pgmap v386: 129 pgs: 129 active+clean; 212 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:32:45.920 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-12T13:32:45.931 INFO:tasks.cephadm:Teardown begin 2024-02-12T13:32:45.931 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:32:45.963 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:32:46.000 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-12T13:32:46.000 DEBUG:teuthology.orchestra.run.smithi112:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T13:32:46.021 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T13:32:46.060 INFO:tasks.cephadm:Stopping all daemons... 2024-02-12T13:32:46.061 INFO:tasks.cephadm.mon.smithi112:Stopping mon.smithi112... 2024-02-12T13:32:46.061 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112 2024-02-12T13:32:46.322 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:45 smithi112 ceph-mon[93103]: from='client.? 172.21.15.112:0/3857085218' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-12T13:32:46.322 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:46 smithi112 systemd[1]: Stopping Ceph mon.smithi112 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:32:46.323 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi112[93080]: 2024-02-12T13:32:46.317+0000 7fc9f432d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi112 -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-12T13:32:46.337 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:45 smithi161 ceph-mon[68575]: from='client.? 172.21.15.112:0/3857085218' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-12T13:32:46.609 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:46 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi112[93080]: 2024-02-12T13:32:46.317+0000 7fc9f432d700 -1 mon.smithi112@0(leader) e3 *** Got Signal Terminated *** 2024-02-12T13:32:47.359 INFO:journalctl@ceph.mon.smithi112.smithi112.stdout:Feb 12 13:32:47 smithi112 bash[152730]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi112 2024-02-12T13:32:47.420 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi112.service' 2024-02-12T13:32:47.465 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:32:47.465 INFO:tasks.cephadm.mon.smithi112:Stopped mon.smithi112 2024-02-12T13:32:47.465 INFO:tasks.cephadm.mon.smithi161:Stopping mon.smithi161... 2024-02-12T13:32:47.465 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi161 2024-02-12T13:32:47.767 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:47 smithi161 systemd[1]: Stopping Ceph mon.smithi161 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:32:48.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi161[68552]: 2024-02-12T13:32:47.762+0000 7f6e9cdc0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi161 -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-12T13:32:48.087 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi161[68552]: 2024-02-12T13:32:47.762+0000 7f6e9cdc0700 -1 mon.smithi161@1(peon) e3 *** Got Signal Terminated *** 2024-02-12T13:32:48.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Feb 12 13:32:48 smithi161 bash[100495]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-mon-smithi161 2024-02-12T13:32:48.724 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@mon.smithi161.service' 2024-02-12T13:32:48.775 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:32:48.775 INFO:tasks.cephadm.mon.smithi161:Stopped mon.smithi161 2024-02-12T13:32:48.775 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-12T13:32:48.775 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.0 2024-02-12T13:32:49.060 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:32:48 smithi112 systemd[1]: Stopping Ceph osd.0 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:32:49.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:32:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:32:49.056+0000 7f468f593700 -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-12T13:32:49.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:32:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:32:49.056+0000 7f468f593700 -1 osd.0 113 *** Got signal Terminated *** 2024-02-12T13:32:49.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:32:49 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0[101286]: 2024-02-12T13:32:49.056+0000 7f468f593700 -1 osd.0 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:32:55.359 INFO:journalctl@ceph.osd.0.smithi112.stdout:Feb 12 13:32:55 smithi112 bash[152886]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-0 2024-02-12T13:32:56.872 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.0.service' 2024-02-12T13:32:56.915 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:32:56.915 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-12T13:32:56.915 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-12T13:32:56.915 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.1 2024-02-12T13:32:57.227 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:32:56 smithi112 systemd[1]: Stopping Ceph osd.1 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:32:57.609 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:32:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:32:57.224+0000 7ff9826df700 -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-12T13:32:57.609 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:32:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:32:57.224+0000 7ff9826df700 -1 osd.1 113 *** Got signal Terminated *** 2024-02-12T13:32:57.609 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:32:57 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1[104542]: 2024-02-12T13:32:57.224+0000 7ff9826df700 -1 osd.1 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:03.109 INFO:journalctl@ceph.osd.1.smithi112.stdout:Feb 12 13:33:03 smithi112 bash[153193]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-1 2024-02-12T13:33:04.826 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.1.service' 2024-02-12T13:33:04.869 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:04.869 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-12T13:33:04.869 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-12T13:33:04.869 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.2 2024-02-12T13:33:05.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:33:04 smithi112 systemd[1]: Stopping Ceph osd.2 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:33:05.609 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:33:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:33:05.152+0000 7f15c6bbd700 -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-12T13:33:05.609 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:33:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:33:05.152+0000 7f15c6bbd700 -1 osd.2 113 *** Got signal Terminated *** 2024-02-12T13:33:05.609 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:33:05 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2[107770]: 2024-02-12T13:33:05.152+0000 7f15c6bbd700 -1 osd.2 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:11.109 INFO:journalctl@ceph.osd.2.smithi112.stdout:Feb 12 13:33:10 smithi112 bash[153467]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-2 2024-02-12T13:33:12.630 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.2.service' 2024-02-12T13:33:12.672 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:12.673 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-12T13:33:12.673 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-12T13:33:12.673 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.3 2024-02-12T13:33:12.978 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:12 smithi112 systemd[1]: Stopping Ceph osd.3 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:33:13.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:33:12.974+0000 7fb46bbef700 -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-12T13:33:13.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:33:12.974+0000 7fb46bbef700 -1 osd.3 113 *** Got signal Terminated *** 2024-02-12T13:33:13.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:12 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:33:12.974+0000 7fb46bbef700 -1 osd.3 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:15.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:15.027+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:15.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:15 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:15.456+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:16.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:16.032+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:16.359 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:16 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:33:16.100+0000 7fb4649de700 -1 osd.3 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:52.559622+0000 front 2024-02-12T13:32:52.559646+0000 (oldest deadline 2024-02-12T13:33:16.059750+0000) 2024-02-12T13:33:16.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:16 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:16.428+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:17.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:17.076+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:17.609 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:17 smithi112 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3[110976]: 2024-02-12T13:33:17.136+0000 7fb4649de700 -1 osd.3 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:52.559622+0000 front 2024-02-12T13:32:52.559646+0000 (oldest deadline 2024-02-12T13:33:16.059750+0000) 2024-02-12T13:33:17.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:17 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:17.463+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:18.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:18.145+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:18.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:18.037+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:18.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:18.433+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:18.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:18 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:18.609+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:19.109 INFO:journalctl@ceph.osd.3.smithi112.stdout:Feb 12 13:33:18 smithi112 bash[153769]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-3 2024-02-12T13:33:19.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:19.182+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:19.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:19.007+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:19.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:19.588+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:19.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:19.478+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:20.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:20.176+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:20.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:19 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:19.976+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:20.515 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.3.service' 2024-02-12T13:33:20.556 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:20.556 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-12T13:33:20.556 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-12T13:33:20.556 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.4 2024-02-12T13:33:20.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:20.494+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:20.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:20.587+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:20.838 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:20 smithi161 systemd[1]: Stopping Ceph osd.4 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:33:21.131 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:20.934+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:21.132 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:20.847+0000 7f662bdf1700 -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-12T13:33:21.132 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:20.847+0000 7f662bdf1700 -1 osd.4 113 *** Got signal Terminated *** 2024-02-12T13:33:21.132 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:20 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:20.847+0000 7f662bdf1700 -1 osd.4 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:21.464 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:21.128+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:21.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:21.461+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:21.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:21.635+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:22.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:21 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:21.937+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:22.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:22.083+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:22.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:22.452+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:22.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:22.591+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:23.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:22 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:22.985+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:23.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:23.080+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:23.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:23.451+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:23.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:23.635+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:23.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:23 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:23.635+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.004345+0000 front 2024-02-12T13:33:00.004330+0000 (oldest deadline 2024-02-12T13:33:23.504302+0000) 2024-02-12T13:33:24.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:24.010+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:24.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:24.070+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:24.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:24.070+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:24.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:24.594+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:24.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:24.594+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.004345+0000 front 2024-02-12T13:33:00.004330+0000 (oldest deadline 2024-02-12T13:33:23.504302+0000) 2024-02-12T13:33:24.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:24.471+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:25.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:24 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:24.987+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:25.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:25.034+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:25.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:25.034+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:25.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:25.449+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:25.837 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:25.620+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.902651+0000 front 2024-02-12T13:32:51.902694+0000 (oldest deadline 2024-02-12T13:33:17.802826+0000) 2024-02-12T13:33:25.838 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4[74499]: 2024-02-12T13:33:25.620+0000 7f66243df700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.004345+0000 front 2024-02-12T13:33:00.004330+0000 (oldest deadline 2024-02-12T13:33:23.504302+0000) 2024-02-12T13:33:26.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:25 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:25.951+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:26.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:26.038+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:26.338 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:26.038+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:26.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:26.424+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:26.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:26.424+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:27.337 INFO:journalctl@ceph.osd.4.smithi161.stdout:Feb 12 13:33:26 smithi161 bash[100733]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-4 2024-02-12T13:33:27.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:26.920+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:27.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:26.920+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:27.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:26.991+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:27.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:26 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:26.991+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:27.655 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:27.382+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:27.656 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:27.382+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:28.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:27.918+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:28.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:27 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:27.918+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:28.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:28.021+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:28.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:28.021+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:28.819 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:28.380+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:28.819 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:28.380+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:28.827 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.4.service' 2024-02-12T13:33:28.869 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:28.869 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-12T13:33:28.870 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-12T13:33:28.870 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.5 2024-02-12T13:33:29.087 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:28.903+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:29.087 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:28 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:28.903+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:29.087 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:28 smithi161 systemd[1]: Stopping Ceph osd.5 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:33:29.087 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:29.013+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:29.087 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:29.013+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:29.587 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:29.190+0000 7f20a8de5700 -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-12T13:33:29.587 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:29.190+0000 7f20a8de5700 -1 osd.5 113 *** Got signal Terminated *** 2024-02-12T13:33:29.587 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:29.190+0000 7f20a8de5700 -1 osd.5 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:29.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:29.372+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:29.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:29.372+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:30.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:29.873+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:30.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:29 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:29.873+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:30.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:30.038+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:30.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:30.038+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:30.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:30.381+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:30.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:30.381+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:31.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:30.918+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:31.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:30 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:30.918+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:31.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:31.027+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:31.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:31.027+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:31.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:31.397+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:31.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:31.397+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:32.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:31.950+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:32.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:31.950+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:32.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:31 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:31.950+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:09.656602+0000 front 2024-02-12T13:33:09.656655+0000 (oldest deadline 2024-02-12T13:33:31.256979+0000) 2024-02-12T13:33:32.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:32.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:32.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:32.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:32.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:32.424+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:32.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:32.424+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:33.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:32.987+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:33.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:32.987+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:33.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:32 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:32.987+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:09.656602+0000 front 2024-02-12T13:33:09.656655+0000 (oldest deadline 2024-02-12T13:33:31.256979+0000) 2024-02-12T13:33:33.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:33.047+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:33.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:33.047+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:33.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:33.424+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:33.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:33 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:33.424+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:34.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:34.002+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:54.054168+0000 front 2024-02-12T13:32:54.054241+0000 (oldest deadline 2024-02-12T13:33:14.554005+0000) 2024-02-12T13:33:34.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:34.002+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:00.855813+0000 front 2024-02-12T13:33:00.855893+0000 (oldest deadline 2024-02-12T13:33:26.155773+0000) 2024-02-12T13:33:34.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5[77239]: 2024-02-12T13:33:34.002+0000 7f20a2bd6700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:09.656602+0000 front 2024-02-12T13:33:09.656655+0000 (oldest deadline 2024-02-12T13:33:31.256979+0000) 2024-02-12T13:33:34.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:34.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:34.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:34.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:34.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:34.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:34.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:34.428+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:34.838 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:34.428+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:34.838 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:34 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:34.428+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:35.337 INFO:journalctl@ceph.osd.5.smithi161.stdout:Feb 12 13:33:35 smithi161 bash[101000]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-5 2024-02-12T13:33:35.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:35.074+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:35.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:35.074+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:35.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:35.074+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:35.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:35.420+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:35.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:35.420+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:35.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:35 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:35.420+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:36.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:36.113+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:36.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:36.113+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:36.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:36.113+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:36.679 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:36.423+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:36.679 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:36.423+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:36.679 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:36 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:36.423+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:37.024 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.5.service' 2024-02-12T13:33:37.067 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:37.067 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-12T13:33:37.067 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-12T13:33:37.067 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.6 2024-02-12T13:33:37.337 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 systemd[1]: Stopping Ceph osd.6 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:33:37.338 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:37.130+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:37.338 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:37.130+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:37.338 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:37.130+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:37.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:37.374+0000 7fb918a54700 -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-12T13:33:37.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:37.374+0000 7fb918a54700 -1 osd.6 113 *** Got signal Terminated *** 2024-02-12T13:33:37.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:37.374+0000 7fb918a54700 -1 osd.6 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:37.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:37.414+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:37.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:37.414+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:37.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:37 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:37.414+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:38.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:38.366+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:38.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:38.366+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:38.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:38.366+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:38.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:38.130+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:38.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:38.130+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:38.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:38 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:38.130+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:39.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:39.326+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:39.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:39.326+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:39.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:39.326+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:39.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:39.139+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:39.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:39.139+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:39.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:39 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:39.139+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:40.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:40.322+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:40.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:40.322+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:40.587 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:40.322+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:40.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:40.094+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:40.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:40.094+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:40.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:40 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:40.094+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:41.360 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:41.097+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:41.360 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:41.097+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:41.360 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:41.097+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:41.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:41.357+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:41.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:41.357+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:41.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:41 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:41.357+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:42.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:42.073+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:42.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:42.073+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:42.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:42.073+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:42.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:42.362+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:49.151945+0000 front 2024-02-12T13:32:49.151921+0000 (oldest deadline 2024-02-12T13:33:14.952412+0000) 2024-02-12T13:33:42.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:42.362+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:33:01.354132+0000 front 2024-02-12T13:33:01.354233+0000 (oldest deadline 2024-02-12T13:33:25.454081+0000) 2024-02-12T13:33:42.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:42 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6[79954]: 2024-02-12T13:33:42.362+0000 7fb912845700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:05.454614+0000 front 2024-02-12T13:33:05.454591+0000 (oldest deadline 2024-02-12T13:33:33.654856+0000) 2024-02-12T13:33:43.349 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:43.094+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:43.349 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:43.094+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:43.349 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:43 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:43.094+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:43.837 INFO:journalctl@ceph.osd.6.smithi161.stdout:Feb 12 13:33:43 smithi161 bash[101302]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-6 2024-02-12T13:33:44.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:44.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:44.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:44.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:44.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:44.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:44.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:44 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:44.059+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:44.983 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.6.service' 2024-02-12T13:33:45.025 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:45.025 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-12T13:33:45.025 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-12T13:33:45.025 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.7 2024-02-12T13:33:45.304 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.016+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:45.305 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.016+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:45.305 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.016+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:45.305 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.016+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:45.305 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 systemd[1]: Stopping Ceph osd.7 for 1d31194c-c9a6-11ee-95b9-87774f69a715... 2024-02-12T13:33:45.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.301+0000 7f0a7e6b9700 -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-12T13:33:45.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.301+0000 7f0a7e6b9700 -1 osd.7 113 *** Got signal Terminated *** 2024-02-12T13:33:45.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:45 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:45.301+0000 7f0a7e6b9700 -1 osd.7 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:33:46.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:46.044+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:46.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:46.044+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:46.338 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:46.044+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:46.338 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:46 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:46.044+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:47.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:47.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:47.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:47.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:48.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.997+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:48.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.997+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:48.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.997+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:48.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:47 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:47.997+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:49.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:49.008+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:49.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:49.008+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:49.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:49.008+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:49.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:49 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:49.008+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:50.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:50.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6806 osd.0 since back 2024-02-12T13:32:51.798555+0000 front 2024-02-12T13:32:51.798432+0000 (oldest deadline 2024-02-12T13:33:17.598804+0000) 2024-02-12T13:33:50.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:50.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6814 osd.1 since back 2024-02-12T13:32:58.699893+0000 front 2024-02-12T13:32:58.699904+0000 (oldest deadline 2024-02-12T13:33:23.399780+0000) 2024-02-12T13:33:50.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:50.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6822 osd.2 since back 2024-02-12T13:33:08.100634+0000 front 2024-02-12T13:33:08.100686+0000 (oldest deadline 2024-02-12T13:33:34.000688+0000) 2024-02-12T13:33:50.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:50.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.112:6830 osd.3 since back 2024-02-12T13:33:17.302929+0000 front 2024-02-12T13:33:17.302976+0000 (oldest deadline 2024-02-12T13:33:43.202902+0000) 2024-02-12T13:33:50.337 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:50 smithi161 ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7[82642]: 2024-02-12T13:33:50.032+0000 7f0a794ac700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.161:6804 osd.4 since back 2024-02-12T13:33:23.203301+0000 front 2024-02-12T13:33:23.203317+0000 (oldest deadline 2024-02-12T13:33:49.103304+0000) 2024-02-12T13:33:51.587 INFO:journalctl@ceph.osd.7.smithi161.stdout:Feb 12 13:33:51 smithi161 bash[101567]: ceph-1d31194c-c9a6-11ee-95b9-87774f69a715-osd-7 2024-02-12T13:33:52.941 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d31194c-c9a6-11ee-95b9-87774f69a715@osd.7.service' 2024-02-12T13:33:52.980 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T13:33:52.980 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-12T13:33:52.980 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-12T13:36:47.322 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-12T13:37:07.037 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:37:07.075 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:37:07.106 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-12T13:37:07.108 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/remote/smithi112/crash 2024-02-12T13:37:07.108 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/crash -- . 2024-02-12T13:37:07.192 INFO:teuthology.orchestra.run.smithi112.stderr:tar: /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T13:37:07.192 INFO:teuthology.orchestra.run.smithi112.stderr:tar: Error is not recoverable: exiting now 2024-02-12T13:37:07.194 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/remote/smithi161/crash 2024-02-12T13:37:07.195 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/crash -- . 2024-02-12T13:37:07.261 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T13:37:07.261 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-02-12T13:37:07.262 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-12T13:37:07.262 DEBUG:teuthology.orchestra.run.smithi112:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-12T13:37:07.292 INFO:teuthology.orchestra.run.smithi112.stderr:grep: /var/log/ceph/1d31194c-c9a6-11ee-95b9-87774f69a715/ceph.log: No such file or directory 2024-02-12T13:37:07.293 INFO:tasks.cephadm:Compressing logs... 2024-02-12T13:37:07.294 DEBUG:teuthology.orchestra.run.smithi112:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T13:37:07.336 DEBUG:teuthology.orchestra.run.smithi161:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T13:37:07.363 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-12T13:37:07.363 INFO:teuthology.orchestra.run.smithi112.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-12T13:38:03.122 INFO:tasks.cephadm:Archiving logs... 2024-02-12T13:38:03.122 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/remote/smithi112/log 2024-02-12T13:38:03.123 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T13:38:08.722 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/remote/smithi161/log 2024-02-12T13:38:08.723 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T13:38:15.373 INFO:tasks.cephadm:Removing cluster... 2024-02-12T13:38:15.373 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 --force 2024-02-12T13:38:15.733 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d31194c-c9a6-11ee-95b9-87774f69a715 --force 2024-02-12T13:38:16.096 INFO:tasks.cephadm:Removing cephadm ... 2024-02-12T13:38:16.097 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T13:38:16.115 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T13:38:16.133 INFO:tasks.cephadm:Teardown complete 2024-02-12T13:38:16.134 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-12T13:38:16.145 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-12T13:38:16.145 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T13:38:16.158 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T13:38:16.173 INFO:teuthology.orchestra.run.smithi112.stderr:bash: ntpq: command not found 2024-02-12T13:38:16.178 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T13:38:16.178 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-02-12T13:38:16.178 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 2 +2960us[+2960us] +/- 93ms 2024-02-12T13:38:16.178 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv02.front.sepia.ceph.com 3 6 377 5 -1359us[-1365us] +/- 53ms 2024-02-12T13:38:16.178 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 -433us[ -441us] +/- 78ms 2024-02-12T13:38:16.178 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:38:16.190 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2024-02-12T13:38:16.193 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T13:38:16.194 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-02-12T13:38:16.194 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 +2936us[+2936us] +/- 93ms 2024-02-12T13:38:16.194 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv02.front.sepia.ceph.com 3 6 377 8 -1407us[-1441us] +/- 53ms 2024-02-12T13:38:16.194 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 -458us[ -458us] +/- 78ms 2024-02-12T13:38:16.194 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:38:16.195 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-12T13:38:16.205 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-12T13:38:16.206 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-12T13:38:16.215 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T13:38:16.286 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T13:38:16.353 DEBUG:teuthology.orchestra.run.smithi112:> 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:38:16.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:38:16.383 DEBUG:teuthology.orchestra.run.smithi161:> 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:38:16.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:38:16.413 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-12T13:38:16.424 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-12T13:38:16.434 INFO:teuthology.task.internal:Duration was 2937.697501 seconds 2024-02-12T13:38:16.434 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-12T13:38:16.444 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-12T13:38:16.444 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T13:38:16.447 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T13:38:16.489 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T13:38:16.499 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T13:38:16.850 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-12T13:38:16.850 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-02-12T13:38:16.851 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T13:38:16.873 INFO:teuthology.orchestra.run.smithi112.stdout:2024-02-12T13:29:41.734130+00:00 smithi112 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2024-02-12T13:38:16.873 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi112.front.sepia.ceph.com: 2024-02-12T13:29:41.734130+00:00 smithi112 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2024-02-12T13:38:16.873 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-02-12T13:38:16.874 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T13:38:16.897 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-12T13:38:16.897 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T13:38:16.915 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T13:38:16.997 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-12T13:38:16.997 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T13:38:16.999 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T13:38:17.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-12T13:38:17.192 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-12T13:38:17.192 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T13:38:17.219 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T13:38:17.247 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-12T13:38:17.258 DEBUG:teuthology.orchestra.run.smithi112:> 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-12T13:38:17.262 DEBUG:teuthology.orchestra.run.smithi161:> 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-12T13:38:17.285 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-02-12T13:38:17.314 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-02-12T13:38:17.346 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T13:38:17.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:38:17.381 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T13:38:17.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:38:17.403 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-12T13:38:17.414 INFO:teuthology.task.internal:Transferring archived files... 2024-02-12T13:38:17.415 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/remote/smithi112 2024-02-12T13:38:17.415 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T13:38:17.466 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509/remote/smithi161 2024-02-12T13:38:17.467 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T13:38:17.509 INFO:teuthology.task.internal:Removing archive directory... 2024-02-12T13:38:17.509 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T13:38:17.511 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T13:38:17.559 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-12T13:38:17.573 INFO:teuthology.task.internal:Not uploading archives. 2024-02-12T13:38:17.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-12T13:38:17.584 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-12T13:38:17.584 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T13:38:17.586 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T13:38:17.602 INFO:teuthology.orchestra.run.smithi112.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 13:38 /home/ubuntu/cephtest 2024-02-12T13:38:17.617 INFO:teuthology.orchestra.run.smithi161.stdout: 526076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 13:38 /home/ubuntu/cephtest 2024-02-12T13:38:17.618 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-12T13:38:17.629 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-12T13:38:17.651 INFO:teuthology.nuke:Checking targets against current locks 2024-02-12T13:38:17.679 DEBUG:teuthology.nuke:shortname: smithi112 2024-02-12T13:38:17.679 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T13:38:17.702 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509', '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 12:35:50.541827', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKl6j2dNvqJ/RGsgiF0p4DgTvA6xWABjj1VHUQpfvV8v6S3SS7CeXW7Zsmjm88lMxYss3BJ30mXGy5GOMjV/wco='} 2024-02-12T13:38:17.706 DEBUG:teuthology.nuke:shortname: smithi161 2024-02-12T13:38:17.706 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T13:38:17.724 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:34:11-orch:cephadm-wip-guits-testing-3-2024-02-12-0848-distro-default-smithi/7556509', '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 12:35:50.543268', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBCZ7B0pjLQvr/MA4Kvreq0PlYjj2my4RZqJKB2DvclVoK+jJU9InOv/PJRz8PZhrXhNtye0A2HANxU3ii9yi+k='} 2024-02-12T13:38:17.759 INFO:teuthology.orchestra.console.smithi112:Power off 2024-02-12T13:38:17.759 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T13:38:17.785 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2024-02-12T13:38:17.785 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T13:38:17.800 INFO:teuthology.orchestra.console.smithi161:Power off 2024-02-12T13:38:17.800 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T13:38:17.808 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-02-12T13:38:17.822 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-02-12T13:38:17.822 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T13:38:17.845 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-02-12T13:38:21.810 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T13:38:21.846 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T13:38:21.921 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-02-12T13:38:21.954 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-02-12T13:38:25.924 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T13:38:25.955 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T13:38:26.039 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2024-02-12T13:38:26.065 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-02-12T13:38:26.140 INFO:teuthology.orchestra.console.smithi112:Power off completed 2024-02-12T13:38:26.166 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-02-12T13:38:26.272 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: 2937.697500705719 failure_reason: '''2024-02-12T13:29:41.734130+00:00 smithi112 kernel: rcu: INFO: rcu_sched self-detected stall on CPU '' in syslog' owner: scheduled_gabrioux@teuthology status: fail success: false 2024-02-12T13:38:26.272 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T13:38:26.350 INFO:teuthology.run:FAIL